sst 2.0.24 → 2.0.25
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/credentials.js +4 -2
- package/package.json +1 -1
- package/runtime/handlers/node.js +1 -0
- package/sst.mjs +3 -1
package/credentials.js
CHANGED
package/package.json
CHANGED
package/runtime/handlers/node.js
CHANGED
package/sst.mjs
CHANGED
|
@@ -1554,8 +1554,9 @@ var init_credentials = __esm({
|
|
|
1554
1554
|
if (input.trim() !== "") {
|
|
1555
1555
|
resolve(input.trim());
|
|
1556
1556
|
rl.close();
|
|
1557
|
+
} else {
|
|
1558
|
+
prompt();
|
|
1557
1559
|
}
|
|
1558
|
-
prompt();
|
|
1559
1560
|
});
|
|
1560
1561
|
prompt();
|
|
1561
1562
|
});
|
|
@@ -4848,6 +4849,7 @@ var init_node = __esm({
|
|
|
4848
4849
|
...nodejs.install || [],
|
|
4849
4850
|
...external || []
|
|
4850
4851
|
],
|
|
4852
|
+
loader: nodejs.loader,
|
|
4851
4853
|
keepNames: true,
|
|
4852
4854
|
bundle: true,
|
|
4853
4855
|
logLevel: "silent",
|