@glyphteck/veyl 0.61.6 → 0.61.8

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
@@ -48746,7 +48746,7 @@ var package_default;
48746
48746
  var init_package2 = __esm(() => {
48747
48747
  package_default = {
48748
48748
  name: "veyl",
48749
- version: "0.61.6",
48749
+ version: "0.61.8",
48750
48750
  private: true,
48751
48751
  license: "UNLICENSED",
48752
48752
  workspaces: {
package/dist/index.js CHANGED
@@ -48745,7 +48745,7 @@ var package_default;
48745
48745
  var init_package2 = __esm(() => {
48746
48746
  package_default = {
48747
48747
  name: "veyl",
48748
- version: "0.61.6",
48748
+ version: "0.61.8",
48749
48749
  private: true,
48750
48750
  license: "UNLICENSED",
48751
48751
  workspaces: {
package/package.json CHANGED
@@ -41,5 +41,5 @@
41
41
  "start": "node src/cli.js",
42
42
  "lint": "eslint src --quiet"
43
43
  },
44
- "version": "0.61.6"
44
+ "version": "0.61.8"
45
45
  }