md4ai 0.18.1 → 0.18.2
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 +2 -2
- package/dist/index.bundled.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<p align="center">
|
|
7
7
|
<a href="https://www.npmjs.com/package/md4ai"><img src="https://img.shields.io/npm/v/md4ai?color=38bdf8&label=npm" alt="npm version"></a>
|
|
8
8
|
<a href="https://www.npmjs.com/package/md4ai"><img src="https://img.shields.io/npm/dm/md4ai?color=10b981" alt="monthly downloads"></a>
|
|
9
|
-
<a href="https://github.com/
|
|
9
|
+
<a href="https://github.com/mediahq2/code-md4ai/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mediahq2/code-md4ai" alt="licence"></a>
|
|
10
10
|
<a href="https://www.md4ai.com"><img src="https://img.shields.io/badge/dashboard-md4ai.com-38bdf8" alt="web dashboard"></a>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
@@ -164,4 +164,4 @@ Built by [Testate Technologies Ltd](https://www.md4ai.com) · [Changelog](https:
|
|
|
164
164
|
|
|
165
165
|
## Licence
|
|
166
166
|
|
|
167
|
-
MIT — see [LICENCE](https://github.com/
|
|
167
|
+
MIT — see [LICENCE](https://github.com/mediahq2/code-md4ai/blob/main/LICENSE) for details.
|
package/dist/index.bundled.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "md4ai",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/mediahq2/code-md4ai.git",
|
|
31
31
|
"directory": "cli"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|