@supacloud/admin 0.15.0 → 0.15.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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30013,7 +30013,7 @@ async function cleanedCredentialState(cleanup, sanitized) {
30013
30013
  return sanitized ? "absent" : "unknown";
30014
30014
  }
30015
30015
  async function removeFailedEnvFile(cleanup) {
30016
- const { directoryHandle, filename, openFile, fileIdentity, operations } = cleanup;
30016
+ const { directoryHandle, openFile } = cleanup;
30017
30017
  if (!openFile) {
30018
30018
  try {
30019
30019
  await directoryHandle.close();
@@ -32040,7 +32040,7 @@ Actions: list_releases, get_release, upload_release, activate_release`, {
32040
32040
  // package.json
32041
32041
  var package_default = {
32042
32042
  name: "@supacloud/admin",
32043
- version: "0.15.0",
32043
+ version: "0.15.1",
32044
32044
  description: "Platform administration CLI for SupaCloud operators",
32045
32045
  type: "module",
32046
32046
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supacloud/admin",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Platform administration CLI for SupaCloud operators",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",