@takeshape/cli 11.85.2 → 11.85.4
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
|
@@ -205121,7 +205121,7 @@ var engines = {
|
|
|
205121
205121
|
};
|
|
205122
205122
|
var package_default = {
|
|
205123
205123
|
name: "@takeshape/cli",
|
|
205124
|
-
version: "11.85.
|
|
205124
|
+
version: "11.85.4",
|
|
205125
205125
|
description: "TakeShape CLI",
|
|
205126
205126
|
homepage: "https://www.takeshape.io",
|
|
205127
205127
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.85.
|
|
3
|
+
"version": "11.85.4",
|
|
4
4
|
"description": "TakeShape CLI",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"stream-to-promise": "^2.2.0",
|
|
71
71
|
"tmp": "^0.0.33",
|
|
72
72
|
"unzipper": "^0.10.11",
|
|
73
|
-
"@takeshape/
|
|
74
|
-
"@takeshape/ssg": "11.85.
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/
|
|
77
|
-
"@takeshape/util": "11.85.
|
|
73
|
+
"@takeshape/branches": "11.85.4",
|
|
74
|
+
"@takeshape/ssg": "11.85.4",
|
|
75
|
+
"@takeshape/schema": "11.85.4",
|
|
76
|
+
"@takeshape/streams": "11.85.4",
|
|
77
|
+
"@takeshape/util": "11.85.4"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=20"
|