@lssm/lib.testing 1.42.8 → 1.42.10

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/lib.testing
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  **Safe regeneration verification** — Capture production traffic and generate golden tests automatically.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.testing",
3
- "version": "1.42.8",
3
+ "version": "1.42.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -23,12 +23,12 @@
23
23
  "test": "bun run"
24
24
  },
25
25
  "dependencies": {
26
- "@lssm/lib.schema": "1.42.8",
27
- "@lssm/lib.contracts": "1.42.8"
26
+ "@lssm/lib.schema": "1.42.10",
27
+ "@lssm/lib.contracts": "1.42.10"
28
28
  },
29
29
  "devDependencies": {
30
- "@lssm/tool.tsdown": "1.42.8",
31
- "@lssm/tool.typescript": "1.42.8",
30
+ "@lssm/tool.tsdown": "1.42.10",
31
+ "@lssm/tool.typescript": "1.42.10",
32
32
  "tsdown": "^0.18.3",
33
33
  "typescript": "^5.9.3"
34
34
  },