tnp-core 19.0.44 → 19.0.45

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": "tnp-core/browser",
3
- "version": "19.0.44",
3
+ "version": "19.0.45",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1749912541618 = dummy1749912541618;
4
- function dummy1749912541618() { }
3
+ exports.dummy1749912735368 = dummy1749912735368;
4
+ function dummy1749912735368() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -1,4 +1,4 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const APP_ID = "com.domain.example.tnp-core";
3
3
  export declare const PROJECT_NPM_NAME = "tnp-core";
4
- export declare const CURRENT_PACKAGE_VERSION = "19.0.44";
4
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.45";
@@ -5,6 +5,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = ex
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.APP_ID = 'com.domain.example.tnp-core';
7
7
  exports.PROJECT_NPM_NAME = 'tnp-core';
8
- exports.CURRENT_PACKAGE_VERSION = '19.0.44';
8
+ exports.CURRENT_PACKAGE_VERSION = '19.0.45';
9
9
  // THIS FILE IS GENERATED - DO NOT MODIFY
10
10
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1749912541702 = dummy1749912541702;
4
- function dummy1749912541702() { }
3
+ exports.dummy1749912735447 = dummy1749912735447;
4
+ function dummy1749912735447() { }
5
5
  //# sourceMappingURL=node-chalk-mock.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1749912541708 = dummy1749912541708;
4
- function dummy1749912541708() { }
3
+ exports.dummy1749912735454 = dummy1749912735454;
4
+ function dummy1749912735454() { }
5
5
  //# sourceMappingURL=node-path-mock.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "19.0.44",
3
+ "version": "19.0.45",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.44",
3
+ "version": "19.0.45",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {