computesdk 2.2.1 → 2.3.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.
package/dist/index.mjs CHANGED
@@ -3589,7 +3589,7 @@ var PROVIDER_AUTH = {
3589
3589
  cloudflare: [["CLOUDFLARE_API_TOKEN", "CLOUDFLARE_ACCOUNT_ID"]],
3590
3590
  codesandbox: [["CSB_API_KEY"]],
3591
3591
  blaxel: [["BL_API_KEY", "BL_WORKSPACE"]],
3592
- namespace: [["NSC_TOKEN"]],
3592
+ namespace: [["NSC_TOKEN"], ["NSC_TOKEN_FILE"]],
3593
3593
  hopx: [["HOPX_API_KEY"]]
3594
3594
  };
3595
3595
  var PROVIDER_NAMES = Object.keys(PROVIDER_AUTH);
@@ -3681,7 +3681,8 @@ var PROVIDER_ENV_MAP = {
3681
3681
  BL_WORKSPACE: "workspace"
3682
3682
  },
3683
3683
  namespace: {
3684
- NSC_TOKEN: "token"
3684
+ NSC_TOKEN: "token",
3685
+ NSC_TOKEN_FILE: "tokenFile"
3685
3686
  },
3686
3687
  hopx: {
3687
3688
  HOPX_API_KEY: "apiKey"