@decaf-ts/decorator-validation 1.11.12 → 1.11.13

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/lib/esm/index.js CHANGED
@@ -18,7 +18,7 @@ export * from "./model/index.js";
18
18
  * @const VERSION
19
19
  * @memberOf module:decorator-validation
20
20
  */
21
- export const VERSION = "1.11.11";
21
+ export const VERSION = "1.11.12";
22
22
  /**
23
23
  * @description Current version of the reflection package
24
24
  * @summary Stores the semantic version number of the package
package/lib/index.cjs CHANGED
@@ -35,7 +35,7 @@ __exportStar(require("./model/index.cjs"), exports);
35
35
  * @const VERSION
36
36
  * @memberOf module:decorator-validation
37
37
  */
38
- exports.VERSION = "1.11.11";
38
+ exports.VERSION = "1.11.12";
39
39
  /**
40
40
  * @description Current version of the reflection package
41
41
  * @summary Stores the semantic version number of the package
package/lib/index.d.ts CHANGED
@@ -10,7 +10,7 @@ export * from "./model";
10
10
  * @const VERSION
11
11
  * @memberOf module:decorator-validation
12
12
  */
13
- export declare const VERSION = "1.11.11";
13
+ export declare const VERSION = "1.11.12";
14
14
  /**
15
15
  * @description Current version of the reflection package
16
16
  * @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.11.12",
3
+ "version": "1.11.13",
4
4
  "description": "simple decorator based validation engine",
5
5
  "type": "module",
6
6
  "exports": {