@intuned/runtime-dev 1.3.8-deploy.4 → 1.3.8-deploy.5

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