openpalm 0.3.3 → 0.3.4

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.
Files changed (2) hide show
  1. package/dist/openpalm.js +1 -1
  2. package/package.json +1 -1
package/dist/openpalm.js CHANGED
@@ -9131,7 +9131,7 @@ async function automation(subcommand, args) {
9131
9131
  // packages/cli/package.json
9132
9132
  var package_default = {
9133
9133
  name: "openpalm",
9134
- version: "0.3.3",
9134
+ version: "0.3.4",
9135
9135
  description: "CLI tool for installing and managing an OpenPalm stack",
9136
9136
  type: "module",
9137
9137
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openpalm",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "CLI tool for installing and managing an OpenPalm stack",
5
5
  "type": "module",
6
6
  "license": "MIT",