dsh-edge 0.4.0-alpha.4 → 0.4.1
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.
- package/package.json +1 -1
- package/scripts/cli.mjs +1 -1
- package/worker/direct/index.js +17 -17
- package/worker/isolated/index.js +87 -87
package/package.json
CHANGED
package/scripts/cli.mjs
CHANGED
|
@@ -206,7 +206,7 @@ export function createInstallerUi(
|
|
|
206
206
|
},
|
|
207
207
|
async deepSeekKey(validate) {
|
|
208
208
|
const mode = await requireAnswer(await clack.select(withOutput({
|
|
209
|
-
message: '
|
|
209
|
+
message: 'Configure provider key',
|
|
210
210
|
initialValue: 'enter',
|
|
211
211
|
signal,
|
|
212
212
|
options: [
|