@glyphteck/veyl 0.66.1 → 0.66.2

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
@@ -56424,7 +56424,7 @@ var package_default;
56424
56424
  var init_package2 = __esm(() => {
56425
56425
  package_default = {
56426
56426
  name: "veyl",
56427
- version: "0.66.1",
56427
+ version: "0.66.2",
56428
56428
  packageManager: "bun@1.4.0",
56429
56429
  private: true,
56430
56430
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -56423,7 +56423,7 @@ var package_default;
56423
56423
  var init_package2 = __esm(() => {
56424
56424
  package_default = {
56425
56425
  name: "veyl",
56426
- version: "0.66.1",
56426
+ version: "0.66.2",
56427
56427
  packageManager: "bun@1.4.0",
56428
56428
  private: true,
56429
56429
  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.66.1"
45
+ "version": "0.66.2"
46
46
  }