@decaf-ts/injectable-decorators 1.8.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/index.d.ts +2 -2
- package/lib/esm/index.js +2 -2
- package/lib/index.cjs +2 -2
- package/lib/index.d.ts +2 -2
- package/package.json +1 -1
package/lib/esm/index.d.ts
CHANGED
|
@@ -18,5 +18,5 @@ export * from "./utils";
|
|
|
18
18
|
* @const VERSION
|
|
19
19
|
* @memberOf module:injectable-decorators
|
|
20
20
|
*/
|
|
21
|
-
export declare const VERSION = "
|
|
22
|
-
export declare const PACKAGE_NAME = "
|
|
21
|
+
export declare const VERSION = "1.9.0";
|
|
22
|
+
export declare const PACKAGE_NAME = "@decaf-ts/injectable-decorators";
|
package/lib/esm/index.js
CHANGED
|
@@ -19,7 +19,7 @@ export * from "./utils.js";
|
|
|
19
19
|
* @const VERSION
|
|
20
20
|
* @memberOf module:injectable-decorators
|
|
21
21
|
*/
|
|
22
|
-
export const VERSION = "
|
|
23
|
-
export const PACKAGE_NAME = "
|
|
22
|
+
export const VERSION = "1.9.0";
|
|
23
|
+
export const PACKAGE_NAME = "@decaf-ts/injectable-decorators";
|
|
24
24
|
Metadata.registerLibrary(PACKAGE_NAME, VERSION);
|
|
25
25
|
//# sourceMappingURL=index.js.map
|
package/lib/index.cjs
CHANGED
|
@@ -36,7 +36,7 @@ __exportStar(require("./utils.cjs"), exports);
|
|
|
36
36
|
* @const VERSION
|
|
37
37
|
* @memberOf module:injectable-decorators
|
|
38
38
|
*/
|
|
39
|
-
exports.VERSION = "
|
|
40
|
-
exports.PACKAGE_NAME = "
|
|
39
|
+
exports.VERSION = "1.9.0";
|
|
40
|
+
exports.PACKAGE_NAME = "@decaf-ts/injectable-decorators";
|
|
41
41
|
decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
|
|
42
42
|
//# sourceMappingURL=index.js.map
|
package/lib/index.d.ts
CHANGED
|
@@ -18,5 +18,5 @@ export * from "./utils";
|
|
|
18
18
|
* @const VERSION
|
|
19
19
|
* @memberOf module:injectable-decorators
|
|
20
20
|
*/
|
|
21
|
-
export declare const VERSION = "
|
|
22
|
-
export declare const PACKAGE_NAME = "
|
|
21
|
+
export declare const VERSION = "1.9.0";
|
|
22
|
+
export declare const PACKAGE_NAME = "@decaf-ts/injectable-decorators";
|