tnp-core 19.0.40 → 19.0.41

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.40",
3
+ "version": "19.0.41",
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.dummy1749406393860 = dummy1749406393860;
4
- function dummy1749406393860() { }
3
+ exports.dummy1749406534141 = dummy1749406534141;
4
+ function dummy1749406534141() { }
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.40";
4
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.41";
@@ -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.40';
8
+ exports.CURRENT_PACKAGE_VERSION = '19.0.41';
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.dummy1749406393925 = dummy1749406393925;
4
- function dummy1749406393925() { }
3
+ exports.dummy1749406534194 = dummy1749406534194;
4
+ function dummy1749406534194() { }
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.dummy1749406393930 = dummy1749406393930;
4
- function dummy1749406393930() { }
3
+ exports.dummy1749406534199 = dummy1749406534199;
4
+ function dummy1749406534199() { }
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.40",
3
+ "version": "19.0.41",
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.40",
3
+ "version": "19.0.41",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,13 +0,0 @@
1
- {
2
- "name": "tnp-core/client",
3
- "version": "19.0.40",
4
- "module": "fesm2022/tnp-core.mjs",
5
- "typings": "index.d.ts",
6
- "exports": {
7
- ".": {
8
- "types": "./index.d.ts",
9
- "default": "./fesm2022/tnp-core.mjs"
10
- }
11
- },
12
- "sideEffects": false
13
- }