@intuned/runtime-dev 1.0.6-cli-auth.0.0.15-test → 1.0.6-cli-auth.0.0.16-test

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.
@@ -138,7 +138,7 @@ async function runCheckApiViaCLI(authSessionPath) {
138
138
  }
139
139
  const result = runApiResult.value.result;
140
140
  if (!result) {
141
- throw new Error("Auth session check failed");
141
+ return false;
142
142
  }
143
143
  return result;
144
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli-auth.0.0.15-test",
3
+ "version": "1.0.6-cli-auth.0.0.16-test",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",