@glyphteck/veyl 0.55.0 → 0.55.1

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
@@ -41126,7 +41126,7 @@ var package_default;
41126
41126
  var init_package = __esm(() => {
41127
41127
  package_default = {
41128
41128
  name: "veyl",
41129
- version: "0.55.0",
41129
+ version: "0.55.1",
41130
41130
  private: true,
41131
41131
  license: "UNLICENSED",
41132
41132
  workspaces: {
package/dist/index.js CHANGED
@@ -41125,7 +41125,7 @@ var package_default;
41125
41125
  var init_package = __esm(() => {
41126
41126
  package_default = {
41127
41127
  name: "veyl",
41128
- version: "0.55.0",
41128
+ version: "0.55.1",
41129
41129
  private: true,
41130
41130
  license: "UNLICENSED",
41131
41131
  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.55.0"
44
+ "version": "0.55.1"
45
45
  }