@glyphteck/veyl 0.65.0 → 0.65.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/dist/cli.js CHANGED
@@ -54062,7 +54062,7 @@ var package_default;
54062
54062
  var init_package2 = __esm(() => {
54063
54063
  package_default = {
54064
54064
  name: "veyl",
54065
- version: "0.65.0",
54065
+ version: "0.65.1",
54066
54066
  packageManager: "bun@1.4.0",
54067
54067
  private: true,
54068
54068
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -54061,7 +54061,7 @@ var package_default;
54061
54061
  var init_package2 = __esm(() => {
54062
54062
  package_default = {
54063
54063
  name: "veyl",
54064
- version: "0.65.0",
54064
+ version: "0.65.1",
54065
54065
  packageManager: "bun@1.4.0",
54066
54066
  private: true,
54067
54067
  license: "UNLICENSED",
package/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "start": "node src/cli.js",
43
43
  "lint": "eslint src --quiet"
44
44
  },
45
- "version": "0.65.0"
45
+ "version": "0.65.1"
46
46
  }