@decaf-ts/for-nest 0.11.2-refactor.6 → 0.11.2-refactor.7

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/for-nest.cjs CHANGED
@@ -2393,9 +2393,9 @@
2393
2393
  const repo = core.Repository.forModel(m);
2394
2394
  return repo;
2395
2395
  }
2396
- const VERSION = "0.11.2-refactor.5";
2397
- const COMMIT = "3009b85";
2398
- const FULL_VERSION = "0.11.2-refactor.5-3009b85";
2396
+ const VERSION = "0.11.2-refactor.7";
2397
+ const COMMIT = "42895ce";
2398
+ const FULL_VERSION = "0.11.2-refactor.7-42895ce";
2399
2399
  const PACKAGE_NAME = "@decaf-ts/for-nest";
2400
2400
  decoration.Metadata.allowReregistration(true);
2401
2401
  decoration.Metadata.registerLibrary(PACKAGE_NAME, VERSION);
package/dist/for-nest.js CHANGED
@@ -2547,11 +2547,11 @@ function repoForModel(model) {
2547
2547
  return repo;
2548
2548
  }
2549
2549
 
2550
- const VERSION = "0.11.2-refactor.5";
2550
+ const VERSION = "0.11.2-refactor.7";
2551
2551
 
2552
- const COMMIT = "3009b85";
2552
+ const COMMIT = "42895ce";
2553
2553
 
2554
- const FULL_VERSION = "0.11.2-refactor.5-3009b85";
2554
+ const FULL_VERSION = "0.11.2-refactor.7-42895ce";
2555
2555
 
2556
2556
  const PACKAGE_NAME = "@decaf-ts/for-nest";
2557
2557
 
package/lib/cjs/index.cjs CHANGED
@@ -60,21 +60,21 @@ __exportStar(require("./events-module/index.cjs"), exports);
60
60
  * @constant
61
61
  * @type {string}
62
62
  */
63
- exports.VERSION = "0.11.2-refactor.5";
63
+ exports.VERSION = "0.11.2-refactor.7";
64
64
  /**
65
65
  * @description Represents the current commit hash of the module build.
66
66
  * @summary Stores the current git commit hash for the package. The build replaces
67
67
  * the placeholder with the actual commit hash at publish time.
68
68
  * @const COMMIT
69
69
  */
70
- exports.COMMIT = "3009b85";
70
+ exports.COMMIT = "42895ce";
71
71
  /**
72
72
  * @description Represents the full version string of the module.
73
73
  * @summary Stores the semver version and commit hash for the package.
74
74
  * The build replaces the placeholder with the actual `<version>-<commit>` value at publish time.
75
75
  * @const FULL_VERSION
76
76
  */
77
- exports.FULL_VERSION = "0.11.2-refactor.5-3009b85";
77
+ exports.FULL_VERSION = "0.11.2-refactor.7-42895ce";
78
78
  exports.PACKAGE_NAME = "@decaf-ts/for-nest";
79
79
  decoration_1.Metadata.allowReregistration(true);
80
80
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
package/lib/esm/index.js CHANGED
@@ -43,21 +43,21 @@ export * from "./events-module/index.js";
43
43
  * @constant
44
44
  * @type {string}
45
45
  */
46
- export const VERSION = "0.11.2-refactor.5";
46
+ export const VERSION = "0.11.2-refactor.7";
47
47
  /**
48
48
  * @description Represents the current commit hash of the module build.
49
49
  * @summary Stores the current git commit hash for the package. The build replaces
50
50
  * the placeholder with the actual commit hash at publish time.
51
51
  * @const COMMIT
52
52
  */
53
- export const COMMIT = "3009b85";
53
+ export const COMMIT = "42895ce";
54
54
  /**
55
55
  * @description Represents the full version string of the module.
56
56
  * @summary Stores the semver version and commit hash for the package.
57
57
  * The build replaces the placeholder with the actual `<version>-<commit>` value at publish time.
58
58
  * @const FULL_VERSION
59
59
  */
60
- export const FULL_VERSION = "0.11.2-refactor.5-3009b85";
60
+ export const FULL_VERSION = "0.11.2-refactor.7-42895ce";
61
61
  export const PACKAGE_NAME = "@decaf-ts/for-nest";
62
62
  Metadata.allowReregistration(true);
63
63
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
@@ -41,19 +41,19 @@ export * from "./events-module/index.d.cts";
41
41
  * @constant
42
42
  * @type {string}
43
43
  */
44
- export declare const VERSION = "0.11.2-refactor.5";
44
+ export declare const VERSION = "0.11.2-refactor.7";
45
45
  /**
46
46
  * @description Represents the current commit hash of the module build.
47
47
  * @summary Stores the current git commit hash for the package. The build replaces
48
48
  * the placeholder with the actual commit hash at publish time.
49
49
  * @const COMMIT
50
50
  */
51
- export declare const COMMIT = "3009b85";
51
+ export declare const COMMIT = "42895ce";
52
52
  /**
53
53
  * @description Represents the full version string of the module.
54
54
  * @summary Stores the semver version and commit hash for the package.
55
55
  * The build replaces the placeholder with the actual `<version>-<commit>` value at publish time.
56
56
  * @const FULL_VERSION
57
57
  */
58
- export declare const FULL_VERSION = "0.11.2-refactor.5-3009b85";
58
+ export declare const FULL_VERSION = "0.11.2-refactor.7-42895ce";
59
59
  export declare const PACKAGE_NAME = "@decaf-ts/for-nest";
@@ -41,19 +41,19 @@ export * from "./events-module/index.d.mts";
41
41
  * @constant
42
42
  * @type {string}
43
43
  */
44
- export declare const VERSION = "0.11.2-refactor.5";
44
+ export declare const VERSION = "0.11.2-refactor.7";
45
45
  /**
46
46
  * @description Represents the current commit hash of the module build.
47
47
  * @summary Stores the current git commit hash for the package. The build replaces
48
48
  * the placeholder with the actual commit hash at publish time.
49
49
  * @const COMMIT
50
50
  */
51
- export declare const COMMIT = "3009b85";
51
+ export declare const COMMIT = "42895ce";
52
52
  /**
53
53
  * @description Represents the full version string of the module.
54
54
  * @summary Stores the semver version and commit hash for the package.
55
55
  * The build replaces the placeholder with the actual `<version>-<commit>` value at publish time.
56
56
  * @const FULL_VERSION
57
57
  */
58
- export declare const FULL_VERSION = "0.11.2-refactor.5-3009b85";
58
+ export declare const FULL_VERSION = "0.11.2-refactor.7-42895ce";
59
59
  export declare const PACKAGE_NAME = "@decaf-ts/for-nest";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-nest",
3
- "version": "0.11.2-refactor.6",
3
+ "version": "0.11.2-refactor.7",
4
4
  "description": "NestJS decaf integration",
5
5
  "type": "module",
6
6
  "exports": {