@takeshape/cli 12.1.6 → 12.1.7
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.cjs +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -204230,7 +204230,7 @@ var import_meow = __toESM(require_meow(), 1);
|
|
|
204230
204230
|
// package.json
|
|
204231
204231
|
var package_default = {
|
|
204232
204232
|
name: "@takeshape/cli",
|
|
204233
|
-
version: "12.1.
|
|
204233
|
+
version: "12.1.7",
|
|
204234
204234
|
description: "TakeShape CLI",
|
|
204235
204235
|
homepage: "https://www.takeshape.io",
|
|
204236
204236
|
type: "module",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.7",
|
|
4
4
|
"description": "TakeShape CLI",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"type": "module",
|
|
@@ -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/
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/
|
|
77
|
-
"@takeshape/
|
|
73
|
+
"@takeshape/schema": "12.1.7",
|
|
74
|
+
"@takeshape/streams": "12.1.7",
|
|
75
|
+
"@takeshape/ssg": "12.1.7",
|
|
76
|
+
"@takeshape/branches": "12.1.7",
|
|
77
|
+
"@takeshape/util": "12.1.7"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=24"
|