@decaf-ts/decoration 0.6.0 → 0.6.2
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 +6 -33
package/lib/esm/index.d.ts
CHANGED
package/lib/esm/index.js
CHANGED
package/lib/index.cjs
CHANGED
|
@@ -32,6 +32,6 @@ __exportStar(require("./decorators.cjs"), exports);
|
|
|
32
32
|
* @const VERSION
|
|
33
33
|
* @memberOf module:decoration
|
|
34
34
|
*/
|
|
35
|
-
exports.VERSION = "
|
|
35
|
+
exports.VERSION = "0.6.1";
|
|
36
36
|
index_1.Metadata.registerLibrary("@decaf-ts/decoration", exports.VERSION);
|
|
37
37
|
//# 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/decoration",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Decoration and metadata mechanisms for decaf-ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -73,37 +73,10 @@
|
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/decaf-ts/decoration#readme",
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@decaf-ts/
|
|
77
|
-
"@decaf-ts/utils": "latest",
|
|
78
|
-
"@eslint/js": "^9.25.1",
|
|
79
|
-
"@stylistic/eslint-plugin": "^4.2.0",
|
|
80
|
-
"@types/jest": "^29.5.14",
|
|
81
|
-
"clean-publish": "^5.1.0",
|
|
82
|
-
"dpdm": "^3.14.0",
|
|
83
|
-
"eslint": "^9.25.1",
|
|
84
|
-
"eslint-config-prettier": "^10.1.2",
|
|
85
|
-
"eslint-plugin-prettier": "^5.2.6",
|
|
86
|
-
"globals": "^16.0.0",
|
|
87
|
-
"jest": "^29.7.0",
|
|
88
|
-
"jest-html-reporters": "^3.1.7",
|
|
89
|
-
"jest-junit": "^16.0.0",
|
|
90
|
-
"jsdoc": "^4.0.4",
|
|
91
|
-
"jsdoc-mermaid": "^1.0.0",
|
|
92
|
-
"markdown-include": "^0.4.3",
|
|
93
|
-
"minimist": "^1.2.8",
|
|
94
|
-
"nodemon": "^3.1.9",
|
|
95
|
-
"npm-check-updates": "^18.0.0",
|
|
96
|
-
"prettier": "3.5.3",
|
|
97
|
-
"rimraf": "^6.0.1",
|
|
98
|
-
"ts-jest": "^29.3.2",
|
|
99
|
-
"ts-loader": "^9.5.2",
|
|
100
|
-
"ts-node": "^10.9.2",
|
|
101
|
-
"typescript": "^5.8.3",
|
|
102
|
-
"typescript-eslint": "^8.31.0"
|
|
76
|
+
"@decaf-ts/utils": "latest"
|
|
103
77
|
},
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
"
|
|
107
|
-
}
|
|
108
|
-
"license": "MIT"
|
|
78
|
+
"license": "MIT",
|
|
79
|
+
"dependencies": {
|
|
80
|
+
"reflect-metadata": "^0.2.2"
|
|
81
|
+
}
|
|
109
82
|
}
|