@build-script/package-tools 0.0.11 → 0.0.13
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* https://github.com/GongT/baobao
|
|
7
7
|
*
|
|
8
8
|
******************************************************************************/
|
|
9
|
-
export declare const self_package_version = "0.0.
|
|
9
|
+
export declare const self_package_version = "0.0.13";
|
|
10
10
|
export declare const self_package_name = "@build-script/package-tools";
|
|
11
11
|
export declare const self_package_repository = "undefined";
|
|
12
12
|
//# sourceMappingURL=version.generated.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* https://github.com/GongT/baobao
|
|
12
12
|
*
|
|
13
13
|
******************************************************************************/
|
|
14
|
-
export const self_package_version = "0.0.
|
|
14
|
+
export const self_package_version = "0.0.13";
|
|
15
15
|
export const self_package_name = "@build-script/package-tools";
|
|
16
16
|
export const self_package_repository = "undefined";
|
|
17
17
|
//# sourceMappingURL=version.generated.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@build-script/package-tools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.13",
|
|
5
5
|
"description": "A Node.js package managing tool",
|
|
6
6
|
"bin": {
|
|
7
7
|
"package-tools": "./load.js",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"split-cmd": "^1.1.0",
|
|
22
22
|
"targz": "^1.0.1",
|
|
23
23
|
"tiny-async-pool": "^2.1.0",
|
|
24
|
-
"@
|
|
25
|
-
"@idlebox/
|
|
24
|
+
"@build-script/monorepo-lib": "^0.0.11",
|
|
25
|
+
"@idlebox/cli": "^0.0.6",
|
|
26
|
+
"@idlebox/common": "^1.5.3",
|
|
27
|
+
"@idlebox/dependency-graph": "^0.0.11",
|
|
26
28
|
"@idlebox/ensure-symlink": "^1.0.38",
|
|
27
|
-
"@build-script/monorepo-lib": "^0.0.9",
|
|
28
|
-
"@idlebox/common": "^1.5.1",
|
|
29
29
|
"@idlebox/json-edit": "^0.0.6",
|
|
30
|
-
"@idlebox/node": "^1.4.
|
|
31
|
-
"@idlebox/
|
|
32
|
-
"@idlebox/
|
|
30
|
+
"@idlebox/node": "^1.4.18",
|
|
31
|
+
"@idlebox/source-map-support": "^0.0.11",
|
|
32
|
+
"@idlebox/unshare": "^0.0.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/cacache": "^19.0.0",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@types/targz": "^1.0.5",
|
|
42
42
|
"@types/tiny-async-pool": "^2.0.3",
|
|
43
43
|
"@types/tinycolor2": "^1.4.6",
|
|
44
|
-
"@build-script/codegen": "^1.0.
|
|
44
|
+
"@build-script/codegen": "^1.0.11",
|
|
45
45
|
"@build-script/single-dog-asset": "latest",
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
46
|
+
"@idlebox/cli-static-generator": "^0.0.5",
|
|
47
|
+
"@mpis/run": "^0.0.14"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": false,
|
|
50
50
|
"license": "MIT",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
******************************************************************************/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
export const self_package_version = "0.0.
|
|
16
|
+
export const self_package_version = "0.0.13";
|
|
17
17
|
export const self_package_name = "@build-script/package-tools";
|
|
18
18
|
export const self_package_repository = "undefined";
|
|
19
19
|
|