@lssm/integration.runtime 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215220103

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,3 +5,4 @@ Runtime layer for ContractSpec integrations (secret providers, call guards, heal
5
5
  This package depends on `@lssm/lib.contracts` for integration specs, connections, and provider interface types.
6
6
 
7
7
 
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/integration.runtime",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215220103",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@lssm/tool.tsdown": "workspace:*",
32
32
  "@lssm/tool.typescript": "workspace:*",
33
- "tsdown": "^0.17.0",
33
+ "tsdown": "^0.17.4",
34
34
  "typescript": "^5.9.3"
35
35
  },
36
36
  "exports": {