@glyphteck/veyl 0.59.0 → 0.59.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
@@ -48013,7 +48013,7 @@ var package_default;
48013
48013
  var init_package2 = __esm(() => {
48014
48014
  package_default = {
48015
48015
  name: "veyl",
48016
- version: "0.59.0",
48016
+ version: "0.59.1",
48017
48017
  private: true,
48018
48018
  license: "UNLICENSED",
48019
48019
  workspaces: {
package/dist/index.js CHANGED
@@ -48012,7 +48012,7 @@ var package_default;
48012
48012
  var init_package2 = __esm(() => {
48013
48013
  package_default = {
48014
48014
  name: "veyl",
48015
- version: "0.59.0",
48015
+ version: "0.59.1",
48016
48016
  private: true,
48017
48017
  license: "UNLICENSED",
48018
48018
  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.59.0"
44
+ "version": "0.59.1"
45
45
  }