tnp-config 19.0.2 → 19.0.3
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/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/package.json +1 -1
- package/tmp-environment.json +2 -2
- package/websql/package.json +13 -0
- package/taon.jsonc +0 -13
@@ -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-config@19.0.
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-config@19.0.2)
|
4
4
|
created from this project.
|
5
5
|
|
6
6
|
THIS FILE IS GENERATED - DO NOT MODIFY
|
@@ -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.2";
|
@@ -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.2';
|
7
7
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
8
8
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
@@ -27,8 +27,8 @@
|
|
27
27
|
},
|
28
28
|
"copyToManager": {},
|
29
29
|
"buildInfo": {
|
30
|
-
"date": "2025-04-
|
31
|
-
"hash": "
|
30
|
+
"date": "2025-04-26T21:10:43.000Z",
|
31
|
+
"hash": "fcf99df020ae19b047d8cca5ce895137be62640f"
|
32
32
|
},
|
33
33
|
"currentProjectName": "tnp-config",
|
34
34
|
"currentProjectType": "isomorphic-lib",
|
package/taon.jsonc
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
"type": "isomorphic-lib",
|
4
|
-
"version": "v18",
|
5
|
-
"dependenciesNamesForNpmLib": ["taon-core"],
|
6
|
-
"additionalNpmNames": ["taon-config"],
|
7
|
-
"isCoreProject": false,
|
8
|
-
|
9
|
-
"packageJsonOverride": {
|
10
|
-
"license": "MIT",
|
11
|
-
"private": false
|
12
|
-
}
|
13
|
-
}
|