@decaf-ts/injectable-decorators 1.9.2 → 1.9.3
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 +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +2 -3
package/lib/esm/index.d.ts
CHANGED
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 = "1.9.
|
|
22
|
+
export const VERSION = "1.9.2";
|
|
23
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 = "1.9.
|
|
39
|
+
exports.VERSION = "1.9.2";
|
|
40
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decaf-ts/injectable-decorators",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
4
|
"description": "injectable decorators extension for decorator validation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"@decaf-ts/utils": "latest"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@decaf-ts/decoration": "latest"
|
|
80
|
-
"reflect-metadata": "^0.2.1"
|
|
79
|
+
"@decaf-ts/decoration": "latest"
|
|
81
80
|
}
|
|
82
81
|
}
|