@takeshape/cli 11.103.4 → 11.103.6
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/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -207455,7 +207455,7 @@ var engines = {
|
|
|
207455
207455
|
};
|
|
207456
207456
|
var package_default = {
|
|
207457
207457
|
name: "@takeshape/cli",
|
|
207458
|
-
version: "11.103.
|
|
207458
|
+
version: "11.103.6",
|
|
207459
207459
|
description: "TakeShape CLI",
|
|
207460
207460
|
homepage: "https://www.takeshape.io",
|
|
207461
207461
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.103.
|
|
3
|
+
"version": "11.103.6",
|
|
4
4
|
"description": "TakeShape CLI",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"stream-to-promise": "^2.2.0",
|
|
70
70
|
"tmp": "^0.0.33",
|
|
71
71
|
"unzipper": "^0.10.11",
|
|
72
|
-
"@takeshape/branches": "11.103.
|
|
73
|
-
"@takeshape/
|
|
74
|
-
"@takeshape/
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/
|
|
72
|
+
"@takeshape/branches": "11.103.6",
|
|
73
|
+
"@takeshape/ssg": "11.103.6",
|
|
74
|
+
"@takeshape/streams": "11.103.6",
|
|
75
|
+
"@takeshape/schema": "11.103.6",
|
|
76
|
+
"@takeshape/util": "11.103.6"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=22"
|