@lssm/lib.knowledge 0.0.0-canary-20251221165922 → 0.0.0-canary-20251221193616

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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -67,3 +67,8 @@ MIT
67
67
 
68
68
 
69
69
 
70
+
71
+
72
+
73
+
74
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.knowledge",
3
- "version": "0.0.0-canary-20251221165922",
3
+ "version": "0.0.0-canary-20251221193616",
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-20251221165922"
26
+ "@lssm/lib.contracts": "0.0.0-canary-20251221193616"
27
27
  },
28
28
  "devDependencies": {
29
- "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
30
- "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
29
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221193616",
30
+ "@lssm/tool.typescript": "0.0.0-canary-20251221193616",
31
31
  "tsdown": "^0.18.1",
32
32
  "typescript": "^5.9.3"
33
33
  },