@ardrive/turbo-sdk 1.16.0-alpha.3 → 1.16.0
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.
@@ -310504,7 +310504,7 @@ var import_winston = __toESM(require_winston(), 1);
|
|
310504
310504
|
init_dirname();
|
310505
310505
|
init_buffer2();
|
310506
310506
|
init_process2();
|
310507
|
-
var version16 = "1.16.0-alpha.
|
310507
|
+
var version16 = "1.16.0-alpha.3";
|
310508
310508
|
|
310509
310509
|
// src/common/logger.ts
|
310510
310510
|
var TurboWinstonLogger = class _TurboWinstonLogger {
|
package/lib/cjs/cli/commands.js
CHANGED
@@ -74,7 +74,7 @@ async function cryptoFund(options) {
|
|
74
74
|
const { confirm } = await (0, prompts_1.default)({
|
75
75
|
type: 'confirm',
|
76
76
|
name: 'confirm',
|
77
|
-
message: `\nTransaction details:\n\n Amount: ${value} ${token}\n Target: ${targetWallet}\n Credits received: ${credits}\n Credit recipient: ${await turbo.signer.getNativeAddress()}\n Network fees: (Gas fees apply)\n\
|
77
|
+
message: `\nTransaction details:\n\n Amount: ${value} ${token}\n Target: ${targetWallet}\n Credits received: ${credits}\n Credit recipient: ${await turbo.signer.getNativeAddress()}\n Network fees: (Gas fees apply)\n\nThis payment is non-refundable. Proceed with transaction?`,
|
78
78
|
initial: true,
|
79
79
|
});
|
80
80
|
if (!confirm) {
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/cli/commands.js
CHANGED
@@ -63,7 +63,7 @@ export async function cryptoFund(options) {
|
|
63
63
|
const { confirm } = await prompts({
|
64
64
|
type: 'confirm',
|
65
65
|
name: 'confirm',
|
66
|
-
message: `\nTransaction details:\n\n Amount: ${value} ${token}\n Target: ${targetWallet}\n Credits received: ${credits}\n Credit recipient: ${await turbo.signer.getNativeAddress()}\n Network fees: (Gas fees apply)\n\
|
66
|
+
message: `\nTransaction details:\n\n Amount: ${value} ${token}\n Target: ${targetWallet}\n Credits received: ${credits}\n Credit recipient: ${await turbo.signer.getNativeAddress()}\n Network fees: (Gas fees apply)\n\nThis payment is non-refundable. Proceed with transaction?`,
|
67
67
|
initial: true,
|
68
68
|
});
|
69
69
|
if (!confirm) {
|
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
@@ -14,5 +14,5 @@
|
|
14
14
|
* You should have received a copy of the GNU Affero General Public License
|
15
15
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
16
|
*/
|
17
|
-
export declare const version = "1.16.0-alpha.
|
17
|
+
export declare const version = "1.16.0-alpha.3";
|
18
18
|
//# sourceMappingURL=version.d.ts.map
|