taon 19.0.63 → 19.0.65
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/browser/fesm2022/taon.mjs +4 -1
- package/browser/fesm2022/taon.mjs.map +1 -1
- package/browser/lib/endpoint-context-storage.d.ts +1 -0
- package/browser/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/endpoint-context-storage.d.ts +1 -0
- package/lib/endpoint-context-storage.js +4 -0
- package/lib/endpoint-context-storage.js.map +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/package.json +1 -1
- package/websql/fesm2022/taon.mjs +4 -1
- package/websql/fesm2022/taon.mjs.map +1 -1
- package/websql/lib/endpoint-context-storage.d.ts +1 -0
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
|
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'taon';
|
|
|
21
21
|
/**
|
|
22
22
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
23
|
*/
|
|
24
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.65';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ContextsEndpointStorage = void 0;
|
|
4
|
+
const lib_1 = require("tnp-core/lib");
|
|
4
5
|
class ContextsEndpointStorage {
|
|
6
|
+
SPECIAL_APP_READY_MESSAGE = lib_1.CoreModels.SPECIAL_APP_READY_MESSAGE;
|
|
5
7
|
taonEndpointContexts = new Map();
|
|
6
8
|
//#region singleton
|
|
7
9
|
static instance;
|
|
@@ -31,4 +33,6 @@ class ContextsEndpointStorage {
|
|
|
31
33
|
}
|
|
32
34
|
}
|
|
33
35
|
exports.ContextsEndpointStorage = ContextsEndpointStorage;
|
|
36
|
+
// TODO QUICK_FIX @LAST encapsulate this => move to separate package
|
|
37
|
+
globalThis['$$$ContextsEndpointStorage$$$'] = ContextsEndpointStorage.Instance;
|
|
34
38
|
//# sourceMappingURL=endpoint-context-storage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint-context-storage.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"endpoint-context-storage.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,sCAA0C;AAI1C,MAAa,uBAAuB;IAClC,yBAAyB,GAAG,gBAAU,CAAC,yBAAyB,CAAC;IACzD,oBAAoB,GAAG,IAAI,GAAG,EAA2B,CAAC;IAElE,mBAAmB;IACX,MAAM,CAAC,QAAQ,CAA0B;IAEjD;QACE,sDAAsD;IACxD,CAAC;IAEM,MAAM,KAAK,QAAQ;QACxB,IAAI,CAAC,uBAAuB,CAAC,QAAQ,EAAE,CAAC;YACtC,uBAAuB,CAAC,QAAQ,GAAG,IAAI,uBAAuB,EAAE,CAAC;QACnE,CAAC;QACD,OAAO,uBAAuB,CAAC,QAAQ,CAAC;IAC1C,CAAC;IACD,YAAY;IAEZ,GAAG,CAAC,OAAwB;QAC1B,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE,CAAC;YACxD,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAC9D,CAAC;IACH,CAAC;IAED,IAAI,GAAG;QACL,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAC1D,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,KAAK,QAAQ,CAChC,CAAC;IACJ,CAAC;IAED,KAAK,CACH,OAA0C;QAE1C,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE,CAAC;YAChC,OAAO,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,OAAO,CAAQ,CAAC;QACvD,CAAC;QACD,OAAO,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,CAAQ,CAAC;IACnE,CAAC;CACF;AAvCD,0DAuCC;AAED,oEAAoE;AACpE,UAAU,CAAC,+BAA+B,CAAC,GAAG,uBAAuB,CAAC,QAAQ,CAAC"}
|
package/lib/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1759931822876 = dummy1759931822876;
|
|
4
|
+
function dummy1759931822876() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1759931823645 = dummy1759931823645;
|
|
4
|
+
function dummy1759931823645() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/websql/fesm2022/taon.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
2
|
import * as coreHelpers from 'tnp-core/websql';
|
|
3
|
-
import { _, Utils, UtilsMigrations, Helpers, UtilsOs, crossPlatformPath } from 'tnp-core/websql';
|
|
3
|
+
import { _, Utils, UtilsMigrations, Helpers, UtilsOs, crossPlatformPath, CoreModels } from 'tnp-core/websql';
|
|
4
4
|
import { __decorate, __metadata, __param } from 'tslib';
|
|
5
5
|
import * as tsorm from 'taon-typeorm/websql';
|
|
6
6
|
import { OrignalClassKey, Entity, Table, TableIndex, EventSubscriber, DataSource } from 'taon-typeorm/websql';
|
|
@@ -5044,6 +5044,7 @@ instead
|
|
|
5044
5044
|
|
|
5045
5045
|
class ContextsEndpointStorage {
|
|
5046
5046
|
constructor() {
|
|
5047
|
+
this.SPECIAL_APP_READY_MESSAGE = CoreModels.SPECIAL_APP_READY_MESSAGE;
|
|
5047
5048
|
this.taonEndpointContexts = new Map();
|
|
5048
5049
|
// Private constructor to prevent direct instantiation
|
|
5049
5050
|
}
|
|
@@ -5069,6 +5070,8 @@ class ContextsEndpointStorage {
|
|
|
5069
5070
|
return this.taonEndpointContexts.get(context.contextName);
|
|
5070
5071
|
}
|
|
5071
5072
|
}
|
|
5073
|
+
// TODO QUICK_FIX @LAST encapsulate this => move to separate package
|
|
5074
|
+
globalThis['$$$ContextsEndpointStorage$$$'] = ContextsEndpointStorage.Instance;
|
|
5072
5075
|
|
|
5073
5076
|
//#region imports
|
|
5074
5077
|
//#endregion
|