@supacloud/admin 0.18.2 → 0.19.0

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
@@ -32571,7 +32571,7 @@ Actions: list_releases, get_release, upload_release, activate_release`, {
32571
32571
  // package.json
32572
32572
  var package_default = {
32573
32573
  name: "@supacloud/admin",
32574
- version: "0.18.2",
32574
+ version: "0.19.0",
32575
32575
  description: "Platform administration CLI for SupaCloud operators",
32576
32576
  type: "module",
32577
32577
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supacloud/admin",
3
- "version": "0.18.2",
3
+ "version": "0.19.0",
4
4
  "description": "Platform administration CLI for SupaCloud operators",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",