@glyphteck/veyl 0.75.0 → 0.75.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
@@ -75945,7 +75945,7 @@ var package_default;
75945
75945
  var init_package2 = __esm(() => {
75946
75946
  package_default = {
75947
75947
  name: "veyl",
75948
- version: "0.75.0",
75948
+ version: "0.75.1",
75949
75949
  packageManager: "bun@1.4.0",
75950
75950
  private: true,
75951
75951
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -75944,7 +75944,7 @@ var package_default;
75944
75944
  var init_package2 = __esm(() => {
75945
75945
  package_default = {
75946
75946
  name: "veyl",
75947
- version: "0.75.0",
75947
+ version: "0.75.1",
75948
75948
  packageManager: "bun@1.4.0",
75949
75949
  private: true,
75950
75950
  license: "UNLICENSED",
package/package.json CHANGED
@@ -54,5 +54,5 @@
54
54
  "start": "node src/cli.js",
55
55
  "lint": "eslint src --quiet"
56
56
  },
57
- "version": "0.75.0"
57
+ "version": "0.75.1"
58
58
  }