@decaf-ts/injectable-decorators 1.8.0 → 1.9.0

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.
Files changed (2) hide show
  1. package/lib/esm/index.js +2 -2
  2. package/package.json +1 -1
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.8.0";
23
+ export const PACKAGE_NAME = "@decaf-ts/injectable-decorators";
24
24
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
25
25
  //# sourceMappingURL=index.js.map
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.0",
4
4
  "description": "injectable decorators extension for decorator validation",
5
5
  "type": "module",
6
6
  "exports": {