@glyphteck/veyl 0.71.1 → 0.71.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
@@ -61059,7 +61059,7 @@ var package_default;
61059
61059
  var init_package2 = __esm(() => {
61060
61060
  package_default = {
61061
61061
  name: "veyl",
61062
- version: "0.71.1",
61062
+ version: "0.71.2",
61063
61063
  packageManager: "bun@1.4.0",
61064
61064
  private: true,
61065
61065
  license: "UNLICENSED",
package/dist/index.js CHANGED
@@ -61058,7 +61058,7 @@ var package_default;
61058
61058
  var init_package2 = __esm(() => {
61059
61059
  package_default = {
61060
61060
  name: "veyl",
61061
- version: "0.71.1",
61061
+ version: "0.71.2",
61062
61062
  packageManager: "bun@1.4.0",
61063
61063
  private: true,
61064
61064
  license: "UNLICENSED",
package/package.json CHANGED
@@ -53,5 +53,5 @@
53
53
  "start": "node src/cli.js",
54
54
  "lint": "eslint src --quiet"
55
55
  },
56
- "version": "0.71.1"
56
+ "version": "0.71.2"
57
57
  }