@lssm/lib.lifecycle 0.0.0-canary-20251219202229 → 0.0.0-canary-20251220002821

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 +11 -5
package/README.md CHANGED
@@ -64,5 +64,6 @@ This library intentionally ships no IO logic so it can run in browsers, Node run
64
64
 
65
65
 
66
66
 
67
+
67
68
 
68
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.lifecycle",
3
- "version": "0.0.0-canary-20251219202229",
3
+ "version": "0.0.0-canary-20251220002821",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "peerDependencies": {},
26
26
  "devDependencies": {
27
- "@lssm/tool.tsdown": "0.0.0-canary-20251219202229",
28
- "@lssm/tool.typescript": "0.0.0-canary-20251219202229",
27
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220002821",
28
+ "@lssm/tool.typescript": "0.0.0-canary-20251220002821",
29
29
  "tsdown": "^0.18.1",
30
30
  "typescript": "^5.9.3"
31
31
  },
@@ -38,7 +38,13 @@
38
38
  "exports": {
39
39
  ".": "./dist/index.js",
40
40
  "./*": "./*"
41
- }
41
+ },
42
+ "registry": "https://registry.npmjs.org/"
42
43
  },
43
- "license": "MIT"
44
+ "license": "MIT",
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "https://github.com/lssm-tech/contractspec.git",
48
+ "directory": "packages/libs/lifecycle"
49
+ }
44
50
  }