@enterprisestandard/esv 0.0.5-beta.20260114.1 → 0.0.5-beta.20260114.2

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/runner.js CHANGED
@@ -10608,6 +10608,7 @@ async function enterpriseStandard(appId, initConfig) {
10608
10608
  token: vaultToken
10609
10609
  };
10610
10610
  } else if (!vaultUrl || !vaultToken || !vaultPath) {
10611
+ console.log("NODE_ENV", "development");
10611
10612
  const cmd = `${process.versions.bun ? "bun" : "npm"} ionite login --app ${appId}`;
10612
10613
  throw new Error(`@enterprisestandard configuration missing.
10613
10614
  For development, login with the ionite CLI using "${cmd}" or visit ${ioniteUrl}/api/applications/apiKeys/create?appId=${appId}. If this is a non-development environment, ensure that you are deployed with the correct tenant pattern.`);
@@ -10906,4 +10907,4 @@ if (__require.main == __require.module) {
10906
10907
  main();
10907
10908
  }
10908
10909
 
10909
- //# debugId=8D11FF1D85DFE7C064756E2164756E21
10910
+ //# debugId=5A71D57095EC595164756E2164756E21