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 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/Media-HQ-2-Ltd/MD4AI/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Media-HQ-2-Ltd/MD4AI" alt="licence"></a>
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/Media-HQ-2-Ltd/MD4AI/blob/main/LICENSE) for details.
167
+ MIT — see [LICENCE](https://github.com/mediahq2/code-md4ai/blob/main/LICENSE) for details.
@@ -112,7 +112,7 @@ var CURRENT_VERSION;
112
112
  var init_check_update = __esm({
113
113
  "dist/check-update.js"() {
114
114
  "use strict";
115
- CURRENT_VERSION = true ? "0.18.1" : "0.0.0-dev";
115
+ CURRENT_VERSION = true ? "0.18.2" : "0.0.0-dev";
116
116
  }
117
117
  });
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.18.1",
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/Media-HQ-2-Ltd/MD4AI.git",
30
+ "url": "https://github.com/mediahq2/code-md4ai.git",
31
31
  "directory": "cli"
32
32
  },
33
33
  "engines": {