@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.
@@ -14,4 +14,4 @@ export * from "./decorators";
14
14
  * @const VERSION
15
15
  * @memberOf module:decoration
16
16
  */
17
- export declare const VERSION = "##VERSION##";
17
+ export declare const VERSION = "0.6.1";
package/lib/esm/index.js CHANGED
@@ -15,6 +15,6 @@ export * from "./decorators.js";
15
15
  * @const VERSION
16
16
  * @memberOf module:decoration
17
17
  */
18
- export const VERSION = "0.5.0";
18
+ export const VERSION = "0.6.1";
19
19
  Metadata.registerLibrary("@decaf-ts/decoration", VERSION);
20
20
  //# sourceMappingURL=index.js.map
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 = "##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
@@ -14,4 +14,4 @@ export * from "./decorators";
14
14
  * @const VERSION
15
15
  * @memberOf module:decoration
16
16
  */
17
- export declare const VERSION = "##VERSION##";
17
+ export declare const VERSION = "0.6.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/decoration",
3
- "version": "0.6.0",
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/logging": "latest",
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
- "peerDependencies": {
105
- "reflect-metadata": "^0.2.2",
106
- "typed-object-accumulator": "latest"
107
- },
108
- "license": "MIT"
78
+ "license": "MIT",
79
+ "dependencies": {
80
+ "reflect-metadata": "^0.2.2"
81
+ }
109
82
  }