@lssm/module.contractspec-workspace 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/module.contractspec-workspace
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  Pure, deterministic domain logic and static analysis utilities for ContractSpec workspace operations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/module.contractspec-workspace",
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,13 +23,13 @@
23
23
  "test": "bun run"
24
24
  },
25
25
  "dependencies": {
26
- "@lssm/lib.contracts": "1.42.7",
27
- "@lssm/lib.schema": "1.42.7",
26
+ "@lssm/lib.contracts": "1.42.9",
27
+ "@lssm/lib.schema": "1.42.9",
28
28
  "zod": "^4.1.13"
29
29
  },
30
30
  "devDependencies": {
31
- "@lssm/tool.tsdown": "1.42.7",
32
- "@lssm/tool.typescript": "1.42.7",
31
+ "@lssm/tool.tsdown": "1.42.9",
32
+ "@lssm/tool.typescript": "1.42.9",
33
33
  "tsdown": "^0.18.3",
34
34
  "typescript": "^5.9.3"
35
35
  },