@contractspec/lib.contracts 1.45.2 → 1.45.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.contracts",
3
- "version": "1.45.2",
3
+ "version": "1.45.3",
4
4
  "description": "Core contract specification definitions and runtime",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -25,8 +25,8 @@
25
25
  "test": "bun test"
26
26
  },
27
27
  "devDependencies": {
28
- "@contractspec/tool.tsdown": "1.45.2",
29
- "@contractspec/tool.typescript": "1.45.2",
28
+ "@contractspec/tool.tsdown": "1.45.3",
29
+ "@contractspec/tool.typescript": "1.45.3",
30
30
  "@types/express": "^5.0.3",
31
31
  "@types/turndown": "^5.0.6",
32
32
  "tsdown": "^0.18.3",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@aws-sdk/client-secrets-manager": "^3.958.0",
37
37
  "@aws-sdk/client-sqs": "^3.958.0",
38
- "@contractspec/lib.logger": "1.45.2",
39
- "@contractspec/lib.schema": "1.45.2",
38
+ "@contractspec/lib.logger": "1.45.3",
39
+ "@contractspec/lib.schema": "1.45.3",
40
40
  "@elevenlabs/elevenlabs-js": "^2.27.0",
41
41
  "@google-cloud/secret-manager": "^6.1.1",
42
42
  "@google-cloud/storage": "^7.18.0",
@@ -334,6 +334,9 @@
334
334
  "./translations/catalog": "./dist/translations/catalog.js",
335
335
  "./translations/tenant": "./dist/translations/tenant.js",
336
336
  "./types": "./dist/types.js",
337
+ "./versioning": "./dist/versioning/index.js",
338
+ "./versioning/types": "./dist/versioning/types.js",
339
+ "./versioning/utils": "./dist/versioning/utils.js",
337
340
  "./workflow": "./dist/workflow/index.js",
338
341
  "./workflow/adapters": "./dist/workflow/adapters/index.js",
339
342
  "./workflow/adapters/db-adapter": "./dist/workflow/adapters/db-adapter.js",