@lssm/module.lifecycle-advisor 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 +12 -6
package/README.md CHANGED
@@ -48,5 +48,6 @@ Data is stored in JSON playbooks so ContractSpec teams can update copy or mappin
48
48
 
49
49
 
50
50
 
51
+
51
52
 
52
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/module.lifecycle-advisor",
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,11 +24,11 @@
24
24
  "test": "bun run"
25
25
  },
26
26
  "dependencies": {
27
- "@lssm/lib.lifecycle": "0.0.0-canary-20251219202229"
27
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251220002821"
28
28
  },
29
29
  "devDependencies": {
30
- "@lssm/tool.tsdown": "0.0.0-canary-20251219202229",
31
- "@lssm/tool.typescript": "0.0.0-canary-20251219202229",
30
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220002821",
31
+ "@lssm/tool.typescript": "0.0.0-canary-20251220002821",
32
32
  "tsdown": "^0.18.1",
33
33
  "typescript": "^5.9.3"
34
34
  },
@@ -41,7 +41,13 @@
41
41
  "exports": {
42
42
  ".": "./dist/index.js",
43
43
  "./*": "./*"
44
- }
44
+ },
45
+ "registry": "https://registry.npmjs.org/"
45
46
  },
46
- "license": "MIT"
47
+ "license": "MIT",
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "https://github.com/lssm-tech/contractspec.git",
51
+ "directory": "packages/modules/lifecycle-advisor"
52
+ }
47
53
  }