@decaf-ts/decorator-validation 1.10.4 → 1.10.5

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,7 +9,7 @@ export * from "./model";
9
9
  * @const VERSION
10
10
  * @memberOf module:decorator-validation
11
11
  */
12
- export declare const VERSION = "1.10.3";
12
+ export declare const VERSION = "1.10.4";
13
13
  /**
14
14
  * @description Current version of the reflection package
15
15
  * @summary Stores the semantic version number of the package
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.10.3";
20
+ export const VERSION = "1.10.4";
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,7 +34,7 @@ __exportStar(require("./model/index.cjs"), exports);
34
34
  * @const VERSION
35
35
  * @memberOf module:decorator-validation
36
36
  */
37
- exports.VERSION = "1.10.3";
37
+ exports.VERSION = "1.10.4";
38
38
  /**
39
39
  * @description Current version of the reflection package
40
40
  * @summary Stores the semantic version number of the package
package/lib/index.d.ts CHANGED
@@ -9,7 +9,7 @@ export * from "./model";
9
9
  * @const VERSION
10
10
  * @memberOf module:decorator-validation
11
11
  */
12
- export declare const VERSION = "1.10.3";
12
+ export declare const VERSION = "1.10.4";
13
13
  /**
14
14
  * @description Current version of the reflection package
15
15
  * @summary Stores the semantic version number of the package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/decorator-validation",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "simple decorator based validation engine",
5
5
  "type": "module",
6
6
  "exports": {