@lssm/module.contractspec-workspace 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
@@ -37,3 +37,4 @@ import {
37
37
  - `ai/` - AI prompt builders
38
38
  - `types/` - Shared type definitions
39
39
 
40
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/module.contractspec-workspace",
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",
@@ -29,7 +29,7 @@
29
29
  "devDependencies": {
30
30
  "@lssm/tool.tsdown": "workspace:*",
31
31
  "@lssm/tool.typescript": "workspace:*",
32
- "tsdown": "^0.17.0",
32
+ "tsdown": "^0.17.4",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
35
  "exports": {