@decaf-ts/decoration 0.0.23 → 0.0.24

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.
@@ -974,7 +974,7 @@
974
974
  * @const VERSION
975
975
  * @memberOf module:decoration
976
976
  */
977
- const VERSION = "0.0.22";
977
+ const VERSION = "0.0.23";
978
978
  Metadata.registerLibrary("@decaf-ts/decoration", VERSION);
979
979
 
980
980
  exports.Decoration = Decoration;
@@ -970,7 +970,7 @@ function description(desc) {
970
970
  * @const VERSION
971
971
  * @memberOf module:decoration
972
972
  */
973
- const VERSION = "0.0.22";
973
+ const VERSION = "0.0.23";
974
974
  Metadata.registerLibrary("@decaf-ts/decoration", VERSION);
975
975
 
976
976
  export { Decoration, DecorationKeys, DefaultFlavour, DefaultMetadata, Metadata, ObjectKeySplitter, VERSION, apply, description, getValueBySplitter, metadata, method, methodMetadata, param, paramMetadata, prop, propMetadata, setValueBySplitter };
@@ -14,4 +14,4 @@ export * from "./decorators";
14
14
  * @const VERSION
15
15
  * @memberOf module:decoration
16
16
  */
17
- export declare const VERSION = "0.0.22";
17
+ export declare const VERSION = "0.0.23";
package/lib/esm/index.js CHANGED
@@ -15,5 +15,5 @@ export * from "./decorators.js";
15
15
  * @const VERSION
16
16
  * @memberOf module:decoration
17
17
  */
18
- export const VERSION = "0.0.22";
18
+ export const VERSION = "0.0.23";
19
19
  Metadata.registerLibrary("@decaf-ts/decoration", VERSION);
package/lib/index.cjs CHANGED
@@ -32,5 +32,5 @@ __exportStar(require("./decorators.cjs"), exports);
32
32
  * @const VERSION
33
33
  * @memberOf module:decoration
34
34
  */
35
- exports.VERSION = "0.0.22";
35
+ exports.VERSION = "0.0.23";
36
36
  index_1.Metadata.registerLibrary("@decaf-ts/decoration", exports.VERSION);
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 = "0.0.22";
17
+ export declare const VERSION = "0.0.23";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/decoration",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Decoration and metadata mechanisms for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "peerDependencies": {
105
105
  "reflect-metadata": "^0.2.2",
106
- "typed-object-accumulator": "^0.1.5"
106
+ "typed-object-accumulator": "latest"
107
107
  },
108
108
  "license": "MIT"
109
109
  }