aidimag 1.0.14 → 1.0.15
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.
- package/LICENSE +2 -2
- package/package.json +5 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Elastic License 2.0
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 Anup Khanal
|
|
4
4
|
|
|
5
5
|
## Acceptance
|
|
6
6
|
|
|
@@ -33,7 +33,7 @@ to applicable law.
|
|
|
33
33
|
|
|
34
34
|
If your organization has more than 10 employees or users (including all affiliates
|
|
35
35
|
and entities under common control), you must obtain a commercial license from the
|
|
36
|
-
licensor. Contact: https://github.com/
|
|
36
|
+
licensor. Contact: https://github.com/anup-khanal/aidimag/issues (commercial licensing inquiries)
|
|
37
37
|
|
|
38
38
|
For determining the user count, "users" includes anyone who:
|
|
39
39
|
- Runs commands using the software
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aidimag",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Persistent, verified memory for AI coding agents. CLI: dim.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
64
|
-
"better-sqlite3": "^11.
|
|
64
|
+
"better-sqlite3": "^11.10.0",
|
|
65
65
|
"commander": "^12.0.0",
|
|
66
66
|
"mammoth": "^1.11.0",
|
|
67
67
|
"pdf-parse": "^1.1.1",
|
|
@@ -76,6 +76,8 @@
|
|
|
76
76
|
"vitepress": "2.0.0-alpha.17"
|
|
77
77
|
},
|
|
78
78
|
"overrides": {
|
|
79
|
-
"esbuild": "^0.28.1"
|
|
79
|
+
"esbuild": "^0.28.1",
|
|
80
|
+
"@hono/node-server": "^2.0.5",
|
|
81
|
+
"tar-stream": "^3.1.7"
|
|
80
82
|
}
|
|
81
83
|
}
|