@glyphteck/veyl 0.56.0 → 0.57.0

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
@@ -41132,7 +41132,7 @@ var package_default;
41132
41132
  var init_package = __esm(() => {
41133
41133
  package_default = {
41134
41134
  name: "veyl",
41135
- version: "0.56.0",
41135
+ version: "0.57.0",
41136
41136
  private: true,
41137
41137
  license: "UNLICENSED",
41138
41138
  workspaces: {
package/dist/index.js CHANGED
@@ -41131,7 +41131,7 @@ var package_default;
41131
41131
  var init_package = __esm(() => {
41132
41132
  package_default = {
41133
41133
  name: "veyl",
41134
- version: "0.56.0",
41134
+ version: "0.57.0",
41135
41135
  private: true,
41136
41136
  license: "UNLICENSED",
41137
41137
  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.56.0"
44
+ "version": "0.57.0"
45
45
  }