@contractspec/module.workspace 3.5.0 → 3.5.3

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 CHANGED
@@ -2418,7 +2418,7 @@ export const ${specVarName} = define${capitalize(kind)}({
2418
2418
  transport: {
2419
2419
  rest: { method: '${kind === "command" ? "POST" : "GET"}' },
2420
2420
  gql: { field: '${name.replace(/\./g, "_")}' },
2421
- mcp: { toolName: '${name}.v${version}' },
2421
+ mcp: { toolName: '${name.replace(/\./g, "_")}-v${String(version).replace(/\./g, "_")}' },
2422
2422
  },
2423
2423
 
2424
2424
  acceptance: {
@@ -2417,7 +2417,7 @@ export const ${specVarName} = define${capitalize(kind)}({
2417
2417
  transport: {
2418
2418
  rest: { method: '${kind === "command" ? "POST" : "GET"}' },
2419
2419
  gql: { field: '${name.replace(/\./g, "_")}' },
2420
- mcp: { toolName: '${name}.v${version}' },
2420
+ mcp: { toolName: '${name.replace(/\./g, "_")}-v${String(version).replace(/\./g, "_")}' },
2421
2421
  },
2422
2422
 
2423
2423
  acceptance: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/module.workspace",
3
- "version": "3.5.0",
3
+ "version": "3.5.3",
4
4
  "description": "Workspace discovery and management module",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -31,17 +31,17 @@
31
31
  "typecheck": "tsc --noEmit"
32
32
  },
33
33
  "dependencies": {
34
- "@contractspec/lib.contracts-spec": "3.5.0",
35
- "@contractspec/lib.schema": "3.5.0",
34
+ "@contractspec/lib.contracts-spec": "3.5.3",
35
+ "@contractspec/lib.schema": "3.5.3",
36
36
  "compare-versions": "^6.1.1",
37
37
  "ts-morph": "^27.0.2",
38
38
  "zod": "^4.3.5",
39
- "@contractspec/lib.contracts-integrations": "3.5.0"
39
+ "@contractspec/lib.contracts-integrations": "3.5.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@contractspec/tool.typescript": "3.5.0",
42
+ "@contractspec/tool.typescript": "3.5.3",
43
43
  "typescript": "^5.9.3",
44
- "@contractspec/tool.bun": "3.5.0"
44
+ "@contractspec/tool.bun": "3.5.3"
45
45
  },
46
46
  "exports": {
47
47
  ".": {