@intuned/runtime-dev 1.3.8-deploy.2 → 1.3.8-deploy.3

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.
@@ -169,7 +169,7 @@ async function handleFirstRunExperience() {
169
169
  }
170
170
  return {
171
171
  testAuthSessionInput,
172
- defaultJobInput: shouldPromptForDefaultJob ? getFirstRunExperienceDefaultJobParameters(settings["metadata"].defaultJobInput) : undefined
172
+ defaultJobInput: shouldPromptForDefaultJob ? await getFirstRunExperienceDefaultJobParameters(settings["metadata"].defaultJobInput) : undefined
173
173
  };
174
174
  }
175
175
  async function getFirstRunExperienceTestAuthSessionParameters({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.3.8-deploy.2",
3
+ "version": "1.3.8-deploy.3",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",