@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.
- package/dist/decoration.cjs +1 -1
- package/dist/decoration.esm.cjs +1 -1
- 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 -2
package/dist/decoration.cjs
CHANGED
package/dist/decoration.esm.cjs
CHANGED
|
@@ -970,7 +970,7 @@ function description(desc) {
|
|
|
970
970
|
* @const VERSION
|
|
971
971
|
* @memberOf module:decoration
|
|
972
972
|
*/
|
|
973
|
-
const VERSION = "0.0.
|
|
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 };
|
package/lib/esm/index.d.ts
CHANGED
package/lib/esm/index.js
CHANGED
package/lib/index.cjs
CHANGED
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.0.
|
|
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": "
|
|
106
|
+
"typed-object-accumulator": "latest"
|
|
107
107
|
},
|
|
108
108
|
"license": "MIT"
|
|
109
109
|
}
|