@spyglassmc/mcdoc 0.3.6 → 0.3.7

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.
@@ -16,7 +16,7 @@ export type NumericRange = {
16
16
  min?: number;
17
17
  max?: number;
18
18
  };
19
- export declare const StaticIndexKeywords: readonly ["fallback", "none", "unknown", "spawnitem"];
19
+ export declare const StaticIndexKeywords: readonly ["fallback", "none", "unknown", "spawnitem", "blockitem"];
20
20
  export type StaticIndexKeyword = (typeof StaticIndexKeywords)[number];
21
21
  export interface StaticIndex {
22
22
  kind: 'static';
package/lib/type/index.js CHANGED
@@ -6,6 +6,7 @@ export const StaticIndexKeywords = Object.freeze([
6
6
  'none',
7
7
  'unknown',
8
8
  'spawnitem',
9
+ 'blockitem',
9
10
  ]);
10
11
  export const EmptyUnion = Object.freeze({
11
12
  kind: 'union',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/mcdoc",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",