@contractspec/bundle.workspace 2.9.1 → 3.0.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +15 -15
package/dist/types.d.ts CHANGED
@@ -277,7 +277,7 @@ export interface MigrationSpecData extends BaseSpecData {
277
277
  up: MigrationStepData[];
278
278
  down?: MigrationStepData[];
279
279
  }
280
- export type IntegrationCategoryData = 'payments' | 'email' | 'calendar' | 'sms' | 'ai-llm' | 'ai-voice' | 'analytics' | 'speech-to-text' | 'vector-db' | 'storage' | 'accounting' | 'crm' | 'helpdesk' | 'project-management' | 'open-banking' | 'database' | 'custom';
280
+ export type IntegrationCategoryData = 'payments' | 'email' | 'calendar' | 'sms' | 'messaging' | 'ai-llm' | 'ai-voice' | 'analytics' | 'speech-to-text' | 'vector-db' | 'storage' | 'accounting' | 'crm' | 'helpdesk' | 'project-management' | 'open-banking' | 'database' | 'custom';
281
281
  export type IntegrationConfigFieldType = 'string' | 'number' | 'boolean';
282
282
  export type IntegrationOwnershipModeData = 'managed' | 'byok';
283
283
  export type IntegrationHealthCheckMethod = 'ping' | 'list' | 'custom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.workspace",
3
- "version": "2.9.1",
3
+ "version": "3.0.0",
4
4
  "description": "Workspace utilities for monorepo development",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -31,17 +31,17 @@
31
31
  "typecheck": "tsc --noEmit"
32
32
  },
33
33
  "dependencies": {
34
- "@ai-sdk/anthropic": "3.0.46",
35
- "@ai-sdk/openai": "3.0.31",
36
- "@contractspec/lib.ai-agent": "2.9.1",
37
- "@contractspec/lib.ai-providers": "2.9.0",
38
- "@contractspec/lib.contracts-spec": "2.10.0",
39
- "@contractspec/lib.contracts-integrations": "2.10.0",
40
- "@contractspec/lib.contracts-transformers": "2.9.1",
41
- "@contractspec/lib.source-extractors": "1.9.1",
42
- "@contractspec/module.workspace": "2.9.1",
43
- "@contractspec/lib.utils-typescript": "2.9.0",
44
- "ai": "6.0.97",
34
+ "@ai-sdk/anthropic": "3.0.48",
35
+ "@ai-sdk/openai": "3.0.36",
36
+ "@contractspec/lib.ai-agent": "3.0.0",
37
+ "@contractspec/lib.ai-providers": "3.0.0",
38
+ "@contractspec/lib.contracts-spec": "3.0.0",
39
+ "@contractspec/lib.contracts-integrations": "3.0.0",
40
+ "@contractspec/lib.contracts-transformers": "3.0.0",
41
+ "@contractspec/lib.source-extractors": "2.0.0",
42
+ "@contractspec/module.workspace": "3.0.0",
43
+ "@contractspec/lib.utils-typescript": "3.0.0",
44
+ "ai": "6.0.103",
45
45
  "chalk": "^5.6.2",
46
46
  "chokidar": "^5.0.0",
47
47
  "glob": "^13.0.6",
@@ -52,12 +52,12 @@
52
52
  "zod": "^4.3.5"
53
53
  },
54
54
  "devDependencies": {
55
- "@contractspec/tool.typescript": "2.9.0",
55
+ "@contractspec/tool.typescript": "3.0.0",
56
56
  "@types/bun": "^1.3.9",
57
57
  "@types/micromatch": "^4.0.10",
58
- "@types/node": "^25.3.0",
58
+ "@types/node": "^25.3.2",
59
59
  "typescript": "^5.9.3",
60
- "@contractspec/tool.bun": "2.9.0"
60
+ "@contractspec/tool.bun": "3.0.0"
61
61
  },
62
62
  "exports": {
63
63
  ".": {