@takeshape/cli 11.118.0 → 11.120.0
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 +16 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -206930,7 +206930,7 @@ var engines = {
|
|
|
206930
206930
|
};
|
|
206931
206931
|
var package_default = {
|
|
206932
206932
|
name: "@takeshape/cli",
|
|
206933
|
-
version: "11.
|
|
206933
|
+
version: "11.120.0",
|
|
206934
206934
|
description: "TakeShape CLI",
|
|
206935
206935
|
homepage: "https://www.takeshape.io",
|
|
206936
206936
|
repository: {
|
|
@@ -217568,6 +217568,21 @@ var schema6 = {
|
|
|
217568
217568
|
},
|
|
217569
217569
|
additionalProperties: false,
|
|
217570
217570
|
required: ["name"]
|
|
217571
|
+
},
|
|
217572
|
+
blocked: {
|
|
217573
|
+
type: "boolean",
|
|
217574
|
+
description: "If this message was blocked by a guardrail"
|
|
217575
|
+
},
|
|
217576
|
+
usage: {
|
|
217577
|
+
type: "object",
|
|
217578
|
+
description: "LLM token usage for this message",
|
|
217579
|
+
properties: {
|
|
217580
|
+
completionTokens: { type: "number" },
|
|
217581
|
+
promptTokens: { type: "number" },
|
|
217582
|
+
totalTokens: { type: "number" },
|
|
217583
|
+
guardrailUnits: { type: "number" }
|
|
217584
|
+
},
|
|
217585
|
+
additionalProperties: false
|
|
217571
217586
|
}
|
|
217572
217587
|
},
|
|
217573
217588
|
required: ["messageId", "sessionId", "agentName", "projectId", "schemaId", "runMode", "sentAt"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.120.0",
|
|
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.
|
|
73
|
-
"@takeshape/
|
|
74
|
-
"@takeshape/
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/util": "11.
|
|
72
|
+
"@takeshape/branches": "11.120.0",
|
|
73
|
+
"@takeshape/schema": "11.120.0",
|
|
74
|
+
"@takeshape/ssg": "11.120.0",
|
|
75
|
+
"@takeshape/streams": "11.120.0",
|
|
76
|
+
"@takeshape/util": "11.120.0"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=22"
|