@glyphteck/veyl 0.63.4 → 0.63.5

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/dist/cli.js CHANGED
@@ -50263,7 +50263,7 @@ var package_default;
50263
50263
  var init_package2 = __esm(() => {
50264
50264
  package_default = {
50265
50265
  name: "veyl",
50266
- version: "0.63.4",
50266
+ version: "0.63.5",
50267
50267
  packageManager: "bun@1.4.0",
50268
50268
  private: true,
50269
50269
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -50262,7 +50262,7 @@ var package_default;
50262
50262
  var init_package2 = __esm(() => {
50263
50263
  package_default = {
50264
50264
  name: "veyl",
50265
- version: "0.63.4",
50265
+ version: "0.63.5",
50266
50266
  packageManager: "bun@1.4.0",
50267
50267
  private: true,
50268
50268
  license: "UNLICENSED",
package/package.json CHANGED
@@ -41,5 +41,5 @@
41
41
  "start": "node src/cli.js",
42
42
  "lint": "eslint src --quiet"
43
43
  },
44
- "version": "0.63.4"
44
+ "version": "0.63.5"
45
45
  }