openpalm 0.2.7 → 0.2.9

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
@@ -1612,7 +1612,7 @@ ${inboundTokenVar}=
1612
1612
  // packages/cli/package.json
1613
1613
  var package_default = {
1614
1614
  name: "openpalm",
1615
- version: "0.2.7",
1615
+ version: "0.2.9",
1616
1616
  description: "CLI tool for installing and managing an OpenPalm stack",
1617
1617
  type: "module",
1618
1618
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openpalm",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "CLI tool for installing and managing an OpenPalm stack",
5
5
  "type": "module",
6
6
  "license": "MIT",