@supacloud/cli 0.35.0 → 0.35.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
@@ -14955,7 +14955,7 @@ function registerReleaseTools(server, http, options = {}) {
14955
14955
  // package.json
14956
14956
  var package_default = {
14957
14957
  name: "@supacloud/cli",
14958
- version: "0.35.0",
14958
+ version: "0.35.1",
14959
14959
  description: "Project-scoped CLI for SupaCloud users",
14960
14960
  type: "module",
14961
14961
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supacloud/cli",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Project-scoped CLI for SupaCloud users",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",