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

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.
@@ -184,13 +184,13 @@ async function getFirstRunExperienceTestAuthSessionParameters({
184
184
  metadata
185
185
  } = await (0, _helpers.loadAuthSessionInstance)(authSessionId);
186
186
  if (metadata.authSessionInput) {
187
- const message = shouldPromptForDefaultJob ? "\n^cCreate a test auth session using ^:^+%s^:^c's parameters? (required for creating default job)^ " : "\n^cCreate a test auth session using ^:^+%s^:^c's parameters?^ ";
187
+ const message = shouldPromptForDefaultJob ? "^+Create a test auth session using ^:^+%s^:^+'s parameters?^ :^/(required for creating default job)^:" : "^+Create a test auth session using ^:^+%s^:^+'s parameters?^:";
188
188
  (0, _terminal.terminal)(message, authSessionId);
189
189
  const answer = await _terminal.terminal.yesOrNo({
190
190
  yes: ["y", "ENTER"],
191
191
  no: ["n"],
192
- echoYes: "^g^+Yes^:",
193
- echoNo: "^r^+No^:"
192
+ echoYes: " ^g^+Yes^:",
193
+ echoNo: " ^r^+No^:"
194
194
  }).promise;
195
195
  (0, _terminal.terminal)("\n");
196
196
  if (answer) {
@@ -202,16 +202,15 @@ async function getFirstRunExperienceTestAuthSessionParameters({
202
202
  async function getFirstRunExperienceDefaultJobParameters({
203
203
  defaultJobInput
204
204
  }) {
205
- (0, _terminal.terminal)("\n^cCreate a default job?^:");
205
+ (0, _terminal.terminal)("\n^+Create a default job?^:");
206
206
  const answer = await _terminal.terminal.yesOrNo({
207
207
  yes: ["y", "ENTER"],
208
208
  no: ["n"],
209
- echoYes: "^g^+Yes^:",
210
- echoNo: "^r^+No^:"
209
+ echoYes: " ^g^+Yes^:",
210
+ echoNo: " ^r^+No^:"
211
211
  }).promise;
212
212
  (0, _terminal.terminal)("\n");
213
213
  if (answer) {
214
- console.log("defaultJobInput", defaultJobInput);
215
214
  return defaultJobInput;
216
215
  }
217
216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.3.8-deploy.5",
3
+ "version": "1.3.8-deploy.6",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",