@lssm/lib.knowledge 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
@@ -66,3 +66,4 @@ MIT
66
66
 
67
67
 
68
68
 
69
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.knowledge",
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",
@@ -23,11 +23,11 @@
23
23
  "test": "bun test"
24
24
  },
25
25
  "dependencies": {
26
- "@lssm/lib.contracts": "0.0.0-canary-20251219202229"
26
+ "@lssm/lib.contracts": "0.0.0-canary-20251220002821"
27
27
  },
28
28
  "devDependencies": {
29
- "@lssm/tool.tsdown": "0.0.0-canary-20251219202229",
30
- "@lssm/tool.typescript": "0.0.0-canary-20251219202229",
29
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220002821",
30
+ "@lssm/tool.typescript": "0.0.0-canary-20251220002821",
31
31
  "tsdown": "^0.18.1",
32
32
  "typescript": "^5.9.3"
33
33
  },
@@ -70,7 +70,13 @@
70
70
  "./retriever/vector-retriever": "./dist/retriever/vector-retriever.js",
71
71
  "./types": "./dist/types.js",
72
72
  "./*": "./*"
73
- }
73
+ },
74
+ "registry": "https://registry.npmjs.org/"
74
75
  },
75
- "license": "MIT"
76
+ "license": "MIT",
77
+ "repository": {
78
+ "type": "git",
79
+ "url": "https://github.com/lssm-tech/contractspec.git",
80
+ "directory": "packages/libs/knowledge"
81
+ }
76
82
  }