@takeshape/cli 11.82.2 → 11.84.1
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 +2 -2
- 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.
|
|
205124
|
+
version: "11.84.1",
|
|
205125
205125
|
description: "TakeShape CLI",
|
|
205126
205126
|
homepage: "https://www.takeshape.io",
|
|
205127
205127
|
repository: {
|
|
@@ -216103,7 +216103,7 @@ var builtInShapes = {
|
|
|
216103
216103
|
}
|
|
216104
216104
|
}
|
|
216105
216105
|
},
|
|
216106
|
-
required: ["content"]
|
|
216106
|
+
required: ["content", "references"]
|
|
216107
216107
|
}
|
|
216108
216108
|
},
|
|
216109
216109
|
TSAgentSession: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.84.1",
|
|
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/
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/
|
|
77
|
-
"@takeshape/
|
|
73
|
+
"@takeshape/schema": "11.84.1",
|
|
74
|
+
"@takeshape/ssg": "11.84.1",
|
|
75
|
+
"@takeshape/streams": "11.84.1",
|
|
76
|
+
"@takeshape/util": "11.84.1",
|
|
77
|
+
"@takeshape/branches": "11.84.1"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=20"
|