@glyphteck/veyl 0.74.1 → 0.74.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
@@ -76215,7 +76215,7 @@ var package_default;
76215
76215
  var init_package2 = __esm(() => {
76216
76216
  package_default = {
76217
76217
  name: "veyl",
76218
- version: "0.74.1",
76218
+ version: "0.74.2",
76219
76219
  packageManager: "bun@1.4.0",
76220
76220
  private: true,
76221
76221
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -76214,7 +76214,7 @@ var package_default;
76214
76214
  var init_package2 = __esm(() => {
76215
76215
  package_default = {
76216
76216
  name: "veyl",
76217
- version: "0.74.1",
76217
+ version: "0.74.2",
76218
76218
  packageManager: "bun@1.4.0",
76219
76219
  private: true,
76220
76220
  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.74.1"
57
+ "version": "0.74.2"
58
58
  }