@takeshape/cli 11.88.2 → 11.88.5
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
|
@@ -205131,7 +205131,7 @@ var engines = {
|
|
|
205131
205131
|
};
|
|
205132
205132
|
var package_default = {
|
|
205133
205133
|
name: "@takeshape/cli",
|
|
205134
|
-
version: "11.88.
|
|
205134
|
+
version: "11.88.5",
|
|
205135
205135
|
description: "TakeShape CLI",
|
|
205136
205136
|
homepage: "https://www.takeshape.io",
|
|
205137
205137
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.88.
|
|
3
|
+
"version": "11.88.5",
|
|
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/branches": "11.88.
|
|
74
|
-
"@takeshape/
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/
|
|
77
|
-
"@takeshape/util": "11.88.
|
|
73
|
+
"@takeshape/branches": "11.88.5",
|
|
74
|
+
"@takeshape/ssg": "11.88.5",
|
|
75
|
+
"@takeshape/schema": "11.88.5",
|
|
76
|
+
"@takeshape/streams": "11.88.5",
|
|
77
|
+
"@takeshape/util": "11.88.5"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=20"
|