tnp-core 19.0.4 → 19.0.8

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
  THIS FILE IS GENERATED - DO NOT MODIFY
2
2
 
3
- Assets from this folder are being shipped with this npm package (tnp-core@19.0.3)
3
+ Assets from this folder are being shipped with this npm package (tnp-core@19.0.7)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED - DO NOT MODIFY
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "tnp-core/browser",
3
+ "version": "19.0.8",
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
+ }
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1745697534106 = dummy1745697534106;
4
- function dummy1745697534106() { }
3
+ exports.dummy1745701428408 = dummy1745701428408;
4
+ function dummy1745701428408() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "tnp-core/client",
3
+ "version": "19.0.8",
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
+ }
@@ -1,2 +1,2 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
- export declare const CURRENT_PACKAGE_VERSION = "19.0.3";
2
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.7";
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CURRENT_PACKAGE_VERSION = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
- exports.CURRENT_PACKAGE_VERSION = '19.0.3';
6
+ exports.CURRENT_PACKAGE_VERSION = '19.0.7';
7
7
  // THIS FILE IS GENERATED - DO NOT MODIFY
8
8
  //# 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.dummy1745697534196 = dummy1745697534196;
4
- function dummy1745697534196() { }
3
+ exports.dummy1745701428466 = dummy1745701428466;
4
+ function dummy1745701428466() { }
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.dummy1745697534201 = dummy1745697534201;
4
- function dummy1745697534201() { }
3
+ exports.dummy1745701428470 = dummy1745701428470;
4
+ function dummy1745701428470() { }
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.4",
3
+ "version": "19.0.8",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs"
6
6
  },
@@ -19,16 +19,17 @@
19
19
  "release": {
20
20
  "cli": {},
21
21
  "lib": {},
22
+ "autoReleaseUsingConfig": true,
22
23
  "releaseVersionBumpType": "patch",
23
- "targetArtifact": "npm-lib-and-cli-tool",
24
24
  "releaseType": "manual",
25
- "envName": "__",
26
- "resolvedNewVersion": "19.0.4"
25
+ "resolvedNewVersion": "19.0.8",
26
+ "targetArtifact": "npm-lib-and-cli-tool",
27
+ "envName": "__"
27
28
  },
28
29
  "copyToManager": {},
29
30
  "buildInfo": {
30
- "date": "2025-04-26T19:58:47.000Z",
31
- "hash": "59856936b9496003712de0840fb0ba47da61b61d"
31
+ "date": "2025-04-26T21:03:44.000Z",
32
+ "hash": "a5f3f6c5411f3851ad246182a622d03d77469675"
32
33
  },
33
34
  "currentProjectName": "tnp-core",
34
35
  "currentProjectType": "isomorphic-lib",
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "tnp-core/websql",
3
+ "version": "19.0.8",
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
+ }