@intuned/runtime-dev 1.3.8-deploy.8 → 1.3.8-deploy.9
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.
|
@@ -195,13 +195,13 @@ async function promptFirstRunExperienceTestAuthSessionParameters({
|
|
|
195
195
|
metadata
|
|
196
196
|
} = await (0, _helpers.loadAuthSessionInstance)(authSessionId);
|
|
197
197
|
if (metadata.authSessionInput) {
|
|
198
|
-
const message = shouldPromptForDefaultJob ?
|
|
198
|
+
const message = shouldPromptForDefaultJob ? `^:^+Create a test auth session using^ ^c${authSessionId}^:^+ parameters?^ ^/(required for creating default job)^:` : `^:^+Create a test auth session using^ ^c${authSessionId}^:^+ parameters?^:`;
|
|
199
199
|
const {
|
|
200
200
|
value
|
|
201
201
|
} = await (0, _prompts.default)({
|
|
202
202
|
type: "confirm",
|
|
203
203
|
name: "value",
|
|
204
|
-
message,
|
|
204
|
+
message: _terminal.terminal.str(message).toString(),
|
|
205
205
|
initial: true
|
|
206
206
|
});
|
|
207
207
|
if (value) {
|
|
@@ -218,7 +218,7 @@ async function promptFirstRunExperienceDefaultJobParameters({
|
|
|
218
218
|
} = await (0, _prompts.default)({
|
|
219
219
|
type: "confirm",
|
|
220
220
|
name: "value",
|
|
221
|
-
message:
|
|
221
|
+
message: _terminal.terminal.str(`^:^+Create a default job with sample parameters?^:`).toString(),
|
|
222
222
|
initial: true
|
|
223
223
|
});
|
|
224
224
|
if (value) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intuned/runtime-dev",
|
|
3
|
-
"version": "1.3.8-deploy.
|
|
3
|
+
"version": "1.3.8-deploy.9",
|
|
4
4
|
"description": "Intuned runtime",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"smol-toml": "^1.4.2",
|
|
89
89
|
"source-map": "0.7.4",
|
|
90
90
|
"terminal-kit": "^3.1.2",
|
|
91
|
+
"terminal-link": "^5.0.0",
|
|
91
92
|
"ts-morph": "21.0.1",
|
|
92
93
|
"ts-node": "10.9.1",
|
|
93
94
|
"tslib": "2.6.0",
|