@supacloud/cli 0.34.0 → 0.34.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14869,7 +14869,7 @@ function registerReleaseTools(server, http, options = {}) {
14869
14869
  // package.json
14870
14870
  var package_default = {
14871
14871
  name: "@supacloud/cli",
14872
- version: "0.34.0",
14872
+ version: "0.34.1",
14873
14873
  description: "Project-scoped CLI for SupaCloud users",
14874
14874
  type: "module",
14875
14875
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supacloud/cli",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "Project-scoped CLI for SupaCloud users",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",