sandstone-cli 2.4.0 → 2.4.1

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/bun.lock CHANGED
@@ -32,7 +32,7 @@
32
32
  "@types/semver": "^7.5.3",
33
33
  "bun-types": "^1.3.9",
34
34
  "node-pty": "^1.1.0",
35
- "sandstone": "^1.0.0-beta.4",
35
+ "sandstone": "^1.0.0-beta.5",
36
36
  "typescript": "^5.2.2",
37
37
  },
38
38
  },
@@ -372,7 +372,7 @@
372
372
 
373
373
  "safer-buffer": ["safer-buffer@2.1.2", "", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="],
374
374
 
375
- "sandstone": ["sandstone@1.0.0-beta.4", "", { "dependencies": { "@sinclair/typebox": "^0.31.21", "@smithed-mc/data-types": "^0.1.2", "@types/nearley": "^2.11.5", "@types/node": "24", "@typescript/analyze-trace": "^0.4.0", "adm-zip": "^0.5.10", "fs-extra": "^11.1.1", "lodash": "^4.17.21", "nanoid": "^3.3.6", "nearley": "^2.20.1", "node-fetch": "^3.3.2", "prismarine-nbt": "^2.2.1", "semver": "^7.5.4" } }, "sha512-aByaHl2SpcTU4MaLF/aboOpV4KhOxC9v20I0p9QMQTsxCEBoT2Ub+B+VlpM/6G4g8vUQQkx8qw6/i6p26e9P8Q=="],
375
+ "sandstone": ["sandstone@1.0.0-beta.5", "", { "dependencies": { "@sinclair/typebox": "^0.31.21", "@smithed-mc/data-types": "^0.1.2", "@types/nearley": "^2.11.5", "@types/node": "24", "@typescript/analyze-trace": "^0.4.0", "adm-zip": "^0.5.10", "fs-extra": "^11.1.1", "lodash": "^4.17.21", "nanoid": "^3.3.6", "nearley": "^2.20.1", "node-fetch": "^3.3.2", "prismarine-nbt": "^2.2.1", "semver": "^7.5.4" } }, "sha512-PzUoOZZ8U1HK36IHdzArRILYz/7yJW4SSRrQ7Hy8LnT1lu4lwkncb6JSVEdlB7rpx1W/2Io/9YZVM9wwUXS4tg=="],
376
376
 
377
377
  "scheduler": ["scheduler@0.27.0", "", {}, "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q=="],
378
378
 
package/lib/create.js CHANGED
@@ -5694,7 +5694,7 @@ var {
5694
5694
  import figlet from "figlet";
5695
5695
 
5696
5696
  // src/version.ts
5697
- var CLI_VERSION = "2.4.0";
5697
+ var CLI_VERSION = "2.4.1";
5698
5698
 
5699
5699
  // src/commands/create.ts
5700
5700
  var import_semver = __toESM(require_semver2(), 1);
@@ -6803,7 +6803,7 @@ async function createCommand2(_project, opts) {
6803
6803
  default: false
6804
6804
  }) === true ? "library" : "pack";
6805
6805
  const sv = (v) => new import_semver.SemVer(v);
6806
- const versions = [[sv("1.0.0-beta.4"), sv(CLI_VERSION)], [sv("1.0.0-beta.3"), sv("2.3.2")]];
6806
+ const versions = [[sv("1.0.0-beta.5"), sv(CLI_VERSION)]];
6807
6807
  const version = await select({
6808
6808
  message: "Which version of Sandstone do you want to use? These are the only supported versions for new projects.",
6809
6809
  choices: versions.map((v) => {
@@ -6987,4 +6987,4 @@ var commander2 = new Command;
6987
6987
  console.log(figlet.textSync("Sandstone"));
6988
6988
  commander2.version(CLI_VERSION).description("Create a new Sandstone project. \u26CF").addOption(BuildOptions.get("name")).addOption(BuildOptions.get("namespace")).addOption(BuildOptions.get("world")).addOption(BuildOptions.get("clientPath")).addOption(BuildOptions.get("serverPath")).action(createCommand2).addArgument(new Argument("<projectName>", "Not the name of the output pack")).parse(process.argv);
6989
6989
 
6990
- //# debugId=45B3F367D9AC639764756E2164756E21
6990
+ //# debugId=D71003474AF8F39A64756E2164756E21