@illusions-lab/mdi-to-docx 2.0.19 → 2.0.20

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,4 +30,4 @@ The MDI CLI uses that Rust route directly.
30
30
  - [Output model](https://mdi.illusions.app/ecosystem/outputs/)
31
31
  - [Export-profile guide](https://mdi.illusions.app/guides/export-profiles/)
32
32
  - [API reference](https://mdi.illusions.app/api/to-docx/)
33
- - [MDI documentation](https://mdi.illusions.app/)
33
+ - [JavaScript documentation](https://mdi.illusions.app/bindings/javascript/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@illusions-lab/mdi-to-docx",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "Render MDI (.mdi) documents to DOCX",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  "url": "git+https://github.com/illusions-lab/MDI.git",
9
9
  "directory": "nodejs/packages/to-docx"
10
10
  },
11
- "homepage": "https://mdi.illusions.app/",
11
+ "homepage": "https://mdi.illusions.app/bindings/javascript/",
12
12
  "bugs": "https://github.com/illusions-lab/MDI/issues",
13
13
  "type": "module",
14
14
  "main": "./dist/index.js",