aidimag 1.0.6 → 1.0.8
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/README.md +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -151,7 +151,7 @@ For larger teams or commercial use beyond this limit, a commercial license is re
|
|
|
151
151
|
|
|
152
152
|
<div align="center">
|
|
153
153
|
|
|
154
|
-
**Built by [Anup Khanal](https://github.com/
|
|
154
|
+
**Built by [Anup Khanal](https://github.com/anup-khanal)**
|
|
155
155
|
|
|
156
156
|
[Website](https://aidimag.com) • [Documentation](https://aidimag.com) • [Cloud](https://cloud.aidimag.com) • [npm](https://www.npmjs.com/package/aidimag) • [License](./LICENSE)
|
|
157
157
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aidimag",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Persistent, verified memory for AI coding agents. CLI: dim.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
|
-
"author":
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Anup Khanal",
|
|
9
|
+
"url": "https://github.com/anup-khanal"
|
|
10
|
+
},
|
|
8
11
|
"repository": {
|
|
9
12
|
"type": "git",
|
|
10
13
|
"url": "git+https://github.com/anup-khanal/aidimag.git"
|