@spyglassmc/java-edition 0.3.43 → 0.3.45

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.
@@ -1,7 +1,7 @@
1
1
  import * as core from '@spyglassmc/core';
2
2
  import type { PackInfo, VersionInfo } from './common.js';
3
3
  import { ReleaseVersion } from './common.js';
4
- export declare const NEXT_RELEASE_VERSION = "1.21.6";
4
+ export declare const NEXT_RELEASE_VERSION = "1.21.9";
5
5
  /**
6
6
  * @param inputVersion {@link core.Config.env.gameVersion}
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import * as core from '@spyglassmc/core';
2
2
  import { ReleaseVersion } from './common.js';
3
3
  // DOCS: Update this when a new snapshot cycle begins
4
- export const NEXT_RELEASE_VERSION = '1.21.6';
4
+ export const NEXT_RELEASE_VERSION = '1.21.9';
5
5
  /**
6
6
  * @param inputVersion {@link core.Config.env.gameVersion}
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/java-edition",
3
- "version": "0.3.43",
3
+ "version": "0.3.45",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -17,12 +17,12 @@
17
17
  "release:dry": "npm publish --dry-run"
18
18
  },
19
19
  "dependencies": {
20
- "@spyglassmc/core": "0.4.32",
21
- "@spyglassmc/json": "0.3.36",
22
- "@spyglassmc/locales": "0.3.17",
23
- "@spyglassmc/mcfunction": "0.2.35",
24
- "@spyglassmc/mcdoc": "0.3.36",
25
- "@spyglassmc/nbt": "0.3.37"
20
+ "@spyglassmc/core": "0.4.34",
21
+ "@spyglassmc/json": "0.3.38",
22
+ "@spyglassmc/locales": "0.3.18",
23
+ "@spyglassmc/mcfunction": "0.2.37",
24
+ "@spyglassmc/mcdoc": "0.3.38",
25
+ "@spyglassmc/nbt": "0.3.39"
26
26
  },
27
27
  "devDependencies": {},
28
28
  "publishConfig": {