@decaf-ts/decorator-validation 1.9.0 → 1.10.0

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.
Files changed (2) hide show
  1. package/lib/esm/index.js +2 -2
  2. package/package.json +1 -1
package/lib/esm/index.js CHANGED
@@ -17,13 +17,13 @@ export * from "./model/index.js";
17
17
  * @const VERSION
18
18
  * @memberOf module:decorator-validation
19
19
  */
20
- export const VERSION = "##VERSION##";
20
+ export const VERSION = "1.9.0";
21
21
  /**
22
22
  * @description Current version of the reflection package
23
23
  * @summary Stores the semantic version number of the package
24
24
  * @const PACKAGE_NAME
25
25
  * @memberOf module:decorator-validation
26
26
  */
27
- export const PACKAGE_NAME = "##PACKAGE##";
27
+ export const PACKAGE_NAME = "@decaf-ts/decorator-validation";
28
28
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
29
29
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/decorator-validation",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "simple decorator based validation engine",
5
5
  "type": "module",
6
6
  "exports": {