@lssm/integration.providers-impls 1.42.7 → 1.42.9

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/integration.providers-impls
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  SDK-backed implementations of ContractSpec integration provider interfaces.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/integration.providers-impls",
3
- "version": "1.42.7",
3
+ "version": "1.42.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "test": "bun test"
24
24
  },
25
25
  "dependencies": {
26
- "@lssm/lib.contracts": "1.42.7",
27
- "@lssm/integration.runtime": "1.42.7",
26
+ "@lssm/lib.contracts": "1.42.9",
27
+ "@lssm/integration.runtime": "1.42.9",
28
28
  "@elevenlabs/elevenlabs-js": "^2.27.0",
29
29
  "@google-cloud/storage": "^7.18.0",
30
30
  "@mistralai/mistralai": "^1.11.0",
@@ -36,8 +36,8 @@
36
36
  "zod": "^4.1.13"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.tsdown": "1.42.7",
40
- "@lssm/tool.typescript": "1.42.7",
39
+ "@lssm/tool.tsdown": "1.42.9",
40
+ "@lssm/tool.typescript": "1.42.9",
41
41
  "tsdown": "^0.18.3",
42
42
  "typescript": "^5.9.3"
43
43
  },