@glyphteck/veyl 0.77.0 → 0.77.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
@@ -77389,7 +77389,7 @@ var package_default;
77389
77389
  var init_package2 = __esm(() => {
77390
77390
  package_default = {
77391
77391
  name: "veyl",
77392
- version: "0.77.0",
77392
+ version: "0.77.1",
77393
77393
  packageManager: "bun@1.4.0",
77394
77394
  private: true,
77395
77395
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -77388,7 +77388,7 @@ var package_default;
77388
77388
  var init_package2 = __esm(() => {
77389
77389
  package_default = {
77390
77390
  name: "veyl",
77391
- version: "0.77.0",
77391
+ version: "0.77.1",
77392
77392
  packageManager: "bun@1.4.0",
77393
77393
  private: true,
77394
77394
  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.77.0"
57
+ "version": "0.77.1"
58
58
  }