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.
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/package.json +13 -0
- package/cli.backend.js +2 -2
- package/client/package.json +13 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/package.json +1 -1
- package/tmp-environment.json +6 -5
- package/websql/package.json +13 -0
@@ -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
|
+
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
|
package/cli.backend.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1745701428408 = dummy1745701428408;
|
4
|
+
function dummy1745701428408() { }
|
5
5
|
//# sourceMappingURL=cli.backend.js.map
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
2
|
-
export declare const CURRENT_PACKAGE_VERSION = "19.0.
|
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.
|
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
|
package/lib/node-chalk-mock.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1745701428466 = dummy1745701428466;
|
4
|
+
function dummy1745701428466() { }
|
5
5
|
//# sourceMappingURL=node-chalk-mock.js.map
|
package/lib/node-path-mock.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1745701428470 = dummy1745701428470;
|
4
|
+
function dummy1745701428470() { }
|
5
5
|
//# sourceMappingURL=node-path-mock.js.map
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
@@ -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
|
-
"
|
26
|
-
"
|
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-
|
31
|
-
"hash": "
|
31
|
+
"date": "2025-04-26T21:03:44.000Z",
|
32
|
+
"hash": "a5f3f6c5411f3851ad246182a622d03d77469675"
|
32
33
|
},
|
33
34
|
"currentProjectName": "tnp-core",
|
34
35
|
"currentProjectType": "isomorphic-lib",
|