@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';
@@ -1,3 +1,3 @@
1
1
  import * as core from '@spyglassmc/core';
2
2
  export declare function registerMcdocAttributes(meta: core.MetaRegistry): void;
3
- //# sourceMappingURL=attributes.d.ts.map
3
+ //# sourceMappingURL=mcdocAttributes.d.ts.map
@@ -33,4 +33,4 @@ function makeInfallible(parser, message) {
33
33
  return res;
34
34
  };
35
35
  }
36
- //# sourceMappingURL=attributes.js.map
36
+ //# sourceMappingURL=mcdocAttributes.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/nbt",
3
- "version": "0.3.17",
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.14",
29
- "@spyglassmc/locales": "0.3.8",
30
- "@spyglassmc/mcdoc": "0.3.17"
28
+ "@spyglassmc/core": "0.4.16",
29
+ "@spyglassmc/locales": "0.3.10",
30
+ "@spyglassmc/mcdoc": "0.3.19"
31
31
  }
32
32
  }