@illusions-lab/mdi 2.0.4 → 2.0.6
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 +2 -2
package/README.md
CHANGED
|
@@ -93,4 +93,4 @@ executable syntax authority is `mdi-core`.
|
|
|
93
93
|
- [JavaScript binding guide](https://mdi.illusions.app/bindings/javascript/)
|
|
94
94
|
- [Document IR and diagnostics](https://mdi.illusions.app/core/document-ir/)
|
|
95
95
|
- [Rendering model](https://mdi.illusions.app/core/rendering/)
|
|
96
|
-
- [
|
|
96
|
+
- [JavaScript documentation](https://mdi.illusions.app/bindings/javascript/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@illusions-lab/mdi",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Thin JavaScript binding for the Rust-authoritative MDI parser",
|
|
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/mdi"
|
|
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",
|