@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.
@@ -18,5 +18,5 @@ export * from "./utils";
18
18
  * @const VERSION
19
19
  * @memberOf module:injectable-decorators
20
20
  */
21
- export declare const VERSION = "##VERSION##";
22
- export declare const PACKAGE_NAME = "##PACKAGE##";
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 = "##VERSION##";
23
- export const PACKAGE_NAME = "##PACKAGE##";
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 = "##VERSION##";
40
- exports.PACKAGE_NAME = "##PACKAGE##";
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 = "##VERSION##";
22
- export declare const PACKAGE_NAME = "##PACKAGE##";
21
+ export declare const VERSION = "1.9.0";
22
+ export declare const PACKAGE_NAME = "@decaf-ts/injectable-decorators";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/injectable-decorators",
3
- "version": "1.8.0",
3
+ "version": "1.9.1",
4
4
  "description": "injectable decorators extension for decorator validation",
5
5
  "type": "module",
6
6
  "exports": {