@contractspec/bundle.workspace 3.5.0 → 3.5.2
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/dist/node/index.js +2 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -10021,7 +10021,7 @@ export const ${specVarName} = define${capitalize(kind)}({
|
|
|
10021
10021
|
transport: {
|
|
10022
10022
|
rest: { method: '${kind === "command" ? "POST" : "GET"}' },
|
|
10023
10023
|
gql: { field: '${name.replace(/\./g, "_")}' },
|
|
10024
|
-
mcp: { toolName: '${name}
|
|
10024
|
+
mcp: { toolName: '${name.replace(/\./g, "_")}-v${String(version).replace(/\./g, "_")}' },
|
|
10025
10025
|
},
|
|
10026
10026
|
|
|
10027
10027
|
acceptance: {
|
|
@@ -14535,7 +14535,7 @@ export const ${specVarName} = ${defineFunc}({
|
|
|
14535
14535
|
transport: {
|
|
14536
14536
|
rest: { method: '${opKind === "command" ? "POST" : "GET"}' },
|
|
14537
14537
|
gql: { field: '${ctx.key.replace(/\./g, "_")}' },
|
|
14538
|
-
mcp: { toolName: '${ctx.key}
|
|
14538
|
+
mcp: { toolName: '${ctx.key.replace(/\./g, "_")}-v${String(ctx.version).replace(/\./g, "_")}' },
|
|
14539
14539
|
},
|
|
14540
14540
|
|
|
14541
14541
|
acceptance: {
|
package/dist/node/index.js
CHANGED
|
@@ -10021,7 +10021,7 @@ export const ${specVarName} = define${capitalize(kind)}({
|
|
|
10021
10021
|
transport: {
|
|
10022
10022
|
rest: { method: '${kind === "command" ? "POST" : "GET"}' },
|
|
10023
10023
|
gql: { field: '${name.replace(/\./g, "_")}' },
|
|
10024
|
-
mcp: { toolName: '${name}
|
|
10024
|
+
mcp: { toolName: '${name.replace(/\./g, "_")}-v${String(version).replace(/\./g, "_")}' },
|
|
10025
10025
|
},
|
|
10026
10026
|
|
|
10027
10027
|
acceptance: {
|
|
@@ -14535,7 +14535,7 @@ export const ${specVarName} = ${defineFunc}({
|
|
|
14535
14535
|
transport: {
|
|
14536
14536
|
rest: { method: '${opKind === "command" ? "POST" : "GET"}' },
|
|
14537
14537
|
gql: { field: '${ctx.key.replace(/\./g, "_")}' },
|
|
14538
|
-
mcp: { toolName: '${ctx.key}
|
|
14538
|
+
mcp: { toolName: '${ctx.key.replace(/\./g, "_")}-v${String(ctx.version).replace(/\./g, "_")}' },
|
|
14539
14539
|
},
|
|
14540
14540
|
|
|
14541
14541
|
acceptance: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.workspace",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"description": "Workspace utilities for monorepo development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ai-sdk/anthropic": "3.0.58",
|
|
35
35
|
"@ai-sdk/openai": "3.0.41",
|
|
36
|
-
"@contractspec/lib.ai-agent": "5.0.
|
|
37
|
-
"@contractspec/lib.ai-providers": "3.5.
|
|
38
|
-
"@contractspec/lib.contracts-spec": "3.5.
|
|
39
|
-
"@contractspec/lib.contracts-integrations": "3.5.
|
|
40
|
-
"@contractspec/lib.contracts-transformers": "3.5.
|
|
41
|
-
"@contractspec/lib.source-extractors": "2.5.
|
|
42
|
-
"@contractspec/module.workspace": "3.5.
|
|
43
|
-
"@contractspec/lib.utils-typescript": "3.5.
|
|
36
|
+
"@contractspec/lib.ai-agent": "5.0.2",
|
|
37
|
+
"@contractspec/lib.ai-providers": "3.5.2",
|
|
38
|
+
"@contractspec/lib.contracts-spec": "3.5.2",
|
|
39
|
+
"@contractspec/lib.contracts-integrations": "3.5.2",
|
|
40
|
+
"@contractspec/lib.contracts-transformers": "3.5.2",
|
|
41
|
+
"@contractspec/lib.source-extractors": "2.5.2",
|
|
42
|
+
"@contractspec/module.workspace": "3.5.2",
|
|
43
|
+
"@contractspec/lib.utils-typescript": "3.5.2",
|
|
44
44
|
"ai": "6.0.116",
|
|
45
45
|
"chalk": "^5.6.2",
|
|
46
46
|
"chokidar": "^5.0.0",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"zod": "^4.3.5"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@contractspec/tool.typescript": "3.5.
|
|
55
|
+
"@contractspec/tool.typescript": "3.5.2",
|
|
56
56
|
"@types/bun": "^1.3.10",
|
|
57
57
|
"@types/micromatch": "^4.0.10",
|
|
58
58
|
"@types/node": "^25.3.5",
|
|
59
59
|
"typescript": "^5.9.3",
|
|
60
|
-
"@contractspec/tool.bun": "3.5.
|
|
60
|
+
"@contractspec/tool.bun": "3.5.2"
|
|
61
61
|
},
|
|
62
62
|
"exports": {
|
|
63
63
|
".": {
|