taon-typeorm 21.0.19 → 21.0.20

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-typeorm/browser-prod",
3
- "version": "21.0.19",
3
+ "version": "21.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -21,4 +21,4 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- export declare const CURRENT_PACKAGE_VERSION = "21.0.19";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.20";
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
25
25
  /**
26
26
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
27
27
  */
28
- exports.CURRENT_PACKAGE_VERSION = '21.0.19';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.20';
29
29
  // THIS FILE IS GENERATED - DO NOT MODIFY
30
30
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/lib/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "taon-typeorm/lib",
3
- "version": "21.0.19"
3
+ "version": "21.0.20"
4
4
  }
@@ -21,4 +21,4 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- export declare const CURRENT_PACKAGE_VERSION = "21.0.19";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.20";
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
25
25
  /**
26
26
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
27
27
  */
28
- exports.CURRENT_PACKAGE_VERSION = '21.0.19';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.20';
29
29
  // THIS FILE IS GENERATED - DO NOT MODIFY
30
30
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ export * from './migrations_index._auto-generated_';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ //@ts-nocheck
18
+ __exportStar(require("./migrations_index._auto-generated_"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // THIS FILE IS GENERATED - DO NOT MODIFY
3
+ // THIS FILE IS GENERATED - DO NOT MODIFY
4
+ //# sourceMappingURL=migrations_index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "taon-typeorm/lib-prod",
3
- "version": "21.0.19"
3
+ "version": "21.0.20"
4
4
  }
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrignalClassKey = void 0;
4
4
  const lib_prod_1 = require("tnp-core/lib-prod");
5
- exports.OrignalClassKey = lib_prod_1.CoreModels_OrignalClassKey;
5
+ exports.OrignalClassKey = lib_prod_1.CoreModels__NS__OrignalClassKey;
6
6
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,gDAA+iD;AAEliD,QAAA,eAAe,GAAG,qCAA0B,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,gDAA40D;AAE/zD,QAAA,eAAe,GAAG,0CAA+B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-typeorm",
3
- "version": "21.0.19",
3
+ "version": "21.0.20",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-typeorm/websql",
3
- "version": "21.0.19",
3
+ "version": "21.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -1,11 +1,11 @@
1
- import { CoreModels_OrignalClassKey, _ } from 'tnp-core/websql-prod';
1
+ import { CoreModels__NS__OrignalClassKey, _ } from 'tnp-core/websql-prod';
2
2
  import { parseISO } from 'date-fns';
3
3
  import { __decorate, __metadata } from 'tslib';
4
4
  import { CLASS } from 'typescript-class-helpers/websql-prod';
5
5
  import { v4 } from 'uuid';
6
6
  import debug from 'debug';
7
7
 
8
- const OrignalClassKey = CoreModels_OrignalClassKey;
8
+ const OrignalClassKey = CoreModels__NS__OrignalClassKey;
9
9
 
10
10
  /**
11
11
  * Metadata args utility functions.