@spyglassmc/nbt 0.3.17 → 0.3.19
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/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { registerMcdocAttributes } from './attributes.js';
|
|
2
1
|
import * as checker from './checker/index.js';
|
|
3
2
|
import * as colorizer from './colorizer/index.js';
|
|
4
3
|
import * as completer from './completer/index.js';
|
|
4
|
+
import { registerMcdocAttributes } from './mcdocAttributes.js';
|
|
5
5
|
import * as parser from './parser/index.js';
|
|
6
6
|
export * as checker from './checker/index.js';
|
|
7
7
|
export * as colorizer from './colorizer/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spyglassmc/nbt",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"url": "https://github.com/SpyglassMC/Spyglass/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@spyglassmc/core": "0.4.
|
|
29
|
-
"@spyglassmc/locales": "0.3.
|
|
30
|
-
"@spyglassmc/mcdoc": "0.3.
|
|
28
|
+
"@spyglassmc/core": "0.4.16",
|
|
29
|
+
"@spyglassmc/locales": "0.3.10",
|
|
30
|
+
"@spyglassmc/mcdoc": "0.3.19"
|
|
31
31
|
}
|
|
32
32
|
}
|