Skip to content

Commit

Permalink
Remove unused & non-working providers
Browse files Browse the repository at this point in the history
See #166 (comment).

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 4, 2022
1 parent ee6d31a commit 83dac55
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 225 deletions.
126 changes: 0 additions & 126 deletions items/items-provider.js

This file was deleted.

2 changes: 0 additions & 2 deletions items/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ module.exports = {
createItem,
removeItem,
Item,
/** @type {object} */
provider: require('./items-provider'),
/**
* Custom indexer, to allow static Item lookup.
* @example
Expand Down
46 changes: 0 additions & 46 deletions metadata/metadata-provider.js

This file was deleted.

1 change: 0 additions & 1 deletion metadata/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ module.exports = {
addValue,
updateValue,
upsertValue,
provider: require('./metadata-provider'),
itemchannellink: require('./itemchannellink')
};
47 changes: 0 additions & 47 deletions provider.js

This file was deleted.

1 change: 0 additions & 1 deletion types/items/items.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,5 @@ export class Item {
}
import ItemHistory = require("./item-history");
import ItemSemantics = require("./item-semantics");
export declare const provider: object;
export declare function objects(): any;
//# sourceMappingURL=items.d.ts.map
2 changes: 1 addition & 1 deletion types/items/items.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion types/metadata/metadata.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ export function updateValue(itemName: any, namespace: any, value: any, config: a
* @returns {boolean} true if the value was added, false if it was updated
*/
export function upsertValue(itemName: string, namespace: string, value: string, config?: Map<string, string>): boolean;
export declare const provider: typeof import("./metadata-provider");
export declare const itemchannellink: typeof import("./itemchannellink");
//# sourceMappingURL=metadata.d.ts.map

0 comments on commit 83dac55

Please sign in to comment.