@contractspec/bundle.workspace 3.5.2 → 3.5.4
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/services/fix/types.d.ts +1 -1
- package/package.json +11 -11
|
@@ -123,7 +123,7 @@ export interface BatchFixRequest {
|
|
|
123
123
|
* Context for spec generation.
|
|
124
124
|
*/
|
|
125
125
|
export interface SpecGenerationContext {
|
|
126
|
-
/** Spec key (e.g., "
|
|
126
|
+
/** Spec key (e.g., "docs_search"). */
|
|
127
127
|
key: string;
|
|
128
128
|
/** Spec version (e.g., "1.0.0"). */
|
|
129
129
|
version: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.workspace",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
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.4",
|
|
37
|
+
"@contractspec/lib.ai-providers": "3.5.4",
|
|
38
|
+
"@contractspec/lib.contracts-spec": "3.5.4",
|
|
39
|
+
"@contractspec/lib.contracts-integrations": "3.5.4",
|
|
40
|
+
"@contractspec/lib.contracts-transformers": "3.5.4",
|
|
41
|
+
"@contractspec/lib.source-extractors": "2.5.4",
|
|
42
|
+
"@contractspec/module.workspace": "3.5.4",
|
|
43
|
+
"@contractspec/lib.utils-typescript": "3.5.4",
|
|
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.4",
|
|
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.4"
|
|
61
61
|
},
|
|
62
62
|
"exports": {
|
|
63
63
|
".": {
|