@decaf-ts/for-typeorm 0.2.3 → 0.2.4

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.
@@ -21,7 +21,7 @@ export * from "./utils";
21
21
  * @const VERSION
22
22
  * @memberOf module:for-typeorm
23
23
  */
24
- export declare const VERSION = "0.2.3";
24
+ export declare const VERSION = "0.2.4";
25
25
  /**
26
26
  * @description Stores the current package version.
27
27
  * @summary The version string of the for-typeorm package.
package/lib/esm/index.js CHANGED
@@ -22,7 +22,7 @@ export * from "./utils.js";
22
22
  * @const VERSION
23
23
  * @memberOf module:for-typeorm
24
24
  */
25
- export const VERSION = "0.2.3";
25
+ export const VERSION = "0.2.4";
26
26
  /**
27
27
  * @description Stores the current package version.
28
28
  * @summary The version string of the for-typeorm package.
package/lib/index.cjs CHANGED
@@ -39,7 +39,7 @@ __exportStar(require("./utils.cjs"), exports);
39
39
  * @const VERSION
40
40
  * @memberOf module:for-typeorm
41
41
  */
42
- exports.VERSION = "0.2.3";
42
+ exports.VERSION = "0.2.4";
43
43
  /**
44
44
  * @description Stores the current package version.
45
45
  * @summary The version string of the for-typeorm package.
package/lib/index.d.ts CHANGED
@@ -21,7 +21,7 @@ export * from "./utils";
21
21
  * @const VERSION
22
22
  * @memberOf module:for-typeorm
23
23
  */
24
- export declare const VERSION = "0.2.3";
24
+ export declare const VERSION = "0.2.4";
25
25
  /**
26
26
  * @description Stores the current package version.
27
27
  * @summary The version string of the for-typeorm package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-typeorm",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "decaf typeorm wrapper",
5
5
  "type": "module",
6
6
  "exports": {