@decaf-ts/decorator-validation 1.10.0 → 1.10.1

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.
@@ -9,11 +9,11 @@ export * from "./model";
9
9
  * @const VERSION
10
10
  * @memberOf module:decorator-validation
11
11
  */
12
- export declare const VERSION = "##VERSION##";
12
+ export declare const VERSION = "1.10.0";
13
13
  /**
14
14
  * @description Current version of the reflection package
15
15
  * @summary Stores the semantic version number of the package
16
16
  * @const PACKAGE_NAME
17
17
  * @memberOf module:decorator-validation
18
18
  */
19
- export declare const PACKAGE_NAME = "##PACKAGE##";
19
+ export declare const PACKAGE_NAME = "@decaf-ts/decorator-validation";
package/lib/esm/index.js CHANGED
@@ -17,7 +17,7 @@ export * from "./model/index.js";
17
17
  * @const VERSION
18
18
  * @memberOf module:decorator-validation
19
19
  */
20
- export const VERSION = "1.9.0";
20
+ export const VERSION = "1.10.0";
21
21
  /**
22
22
  * @description Current version of the reflection package
23
23
  * @summary Stores the semantic version number of the package
package/lib/index.cjs CHANGED
@@ -34,13 +34,13 @@ __exportStar(require("./model/index.cjs"), exports);
34
34
  * @const VERSION
35
35
  * @memberOf module:decorator-validation
36
36
  */
37
- exports.VERSION = "##VERSION##";
37
+ exports.VERSION = "1.10.0";
38
38
  /**
39
39
  * @description Current version of the reflection package
40
40
  * @summary Stores the semantic version number of the package
41
41
  * @const PACKAGE_NAME
42
42
  * @memberOf module:decorator-validation
43
43
  */
44
- exports.PACKAGE_NAME = "##PACKAGE##";
44
+ exports.PACKAGE_NAME = "@decaf-ts/decorator-validation";
45
45
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
46
46
  //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -9,11 +9,11 @@ export * from "./model";
9
9
  * @const VERSION
10
10
  * @memberOf module:decorator-validation
11
11
  */
12
- export declare const VERSION = "##VERSION##";
12
+ export declare const VERSION = "1.10.0";
13
13
  /**
14
14
  * @description Current version of the reflection package
15
15
  * @summary Stores the semantic version number of the package
16
16
  * @const PACKAGE_NAME
17
17
  * @memberOf module:decorator-validation
18
18
  */
19
- export declare const PACKAGE_NAME = "##PACKAGE##";
19
+ export declare const PACKAGE_NAME = "@decaf-ts/decorator-validation";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/decorator-validation",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "simple decorator based validation engine",
5
5
  "type": "module",
6
6
  "exports": {