@settlemint/sdk-cli 2.3.5-pr73f6894d → 2.3.5-pr850c58a6
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/dist/cli.js +9 -14
- package/dist/cli.js.map +6 -6
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -257487,8 +257487,7 @@ var DotEnvSchema = object({
|
|
257487
257487
|
"warn",
|
257488
257488
|
"error",
|
257489
257489
|
"none"
|
257490
|
-
]).default("warn")
|
257491
|
-
NODE_TLS_REJECT_UNAUTHORIZED: _enum(["0", "1"]).optional()
|
257490
|
+
]).default("warn")
|
257492
257491
|
});
|
257493
257492
|
var DotEnvSchemaPartial = DotEnvSchema.partial();
|
257494
257493
|
var IdSchema = union([string().uuid(), string().regex(/^[0-9a-fA-F]{24}$/)]);
|
@@ -263129,7 +263128,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
263129
263128
|
var package_default = {
|
263130
263129
|
name: "@settlemint/sdk-cli",
|
263131
263130
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
263132
|
-
version: "2.3.5-
|
263131
|
+
version: "2.3.5-pr850c58a6",
|
263133
263132
|
type: "module",
|
263134
263133
|
private: false,
|
263135
263134
|
license: "FSL-1.1-MIT",
|
@@ -263178,8 +263177,8 @@ var package_default = {
|
|
263178
263177
|
"@inquirer/input": "4.1.12",
|
263179
263178
|
"@inquirer/password": "4.0.15",
|
263180
263179
|
"@inquirer/select": "4.2.3",
|
263181
|
-
"@settlemint/sdk-js": "2.3.5-
|
263182
|
-
"@settlemint/sdk-utils": "2.3.5-
|
263180
|
+
"@settlemint/sdk-js": "2.3.5-pr850c58a6",
|
263181
|
+
"@settlemint/sdk-utils": "2.3.5-pr850c58a6",
|
263183
263182
|
"@types/node": "22.15.29",
|
263184
263183
|
"@types/semver": "7.7.0",
|
263185
263184
|
"@types/which": "3.0.4",
|
@@ -275252,8 +275251,7 @@ var DotEnvSchema2 = object2({
|
|
275252
275251
|
"warn",
|
275253
275252
|
"error",
|
275254
275253
|
"none"
|
275255
|
-
]).default("warn")
|
275256
|
-
NODE_TLS_REJECT_UNAUTHORIZED: _enum2(["0", "1"]).optional()
|
275254
|
+
]).default("warn")
|
275257
275255
|
});
|
275258
275256
|
var DotEnvSchemaPartial2 = DotEnvSchema2.partial();
|
275259
275257
|
var IdSchema2 = union2([string2().uuid(), string2().regex(/^[0-9a-fA-F]{24}$/)]);
|
@@ -318671,8 +318669,7 @@ async function writeEnvSpinner(prod, env2) {
|
|
318671
318669
|
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: env2.SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT,
|
318672
318670
|
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: env2.SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT,
|
318673
318671
|
SETTLEMINT_NEW_PROJECT_NAME: env2.SETTLEMINT_NEW_PROJECT_NAME,
|
318674
|
-
SETTLEMINT_LOG_LEVEL: env2.SETTLEMINT_LOG_LEVEL
|
318675
|
-
NODE_TLS_REJECT_UNAUTHORIZED: env2.NODE_TLS_REJECT_UNAUTHORIZED
|
318672
|
+
SETTLEMINT_LOG_LEVEL: env2.SETTLEMINT_LOG_LEVEL
|
318676
318673
|
};
|
318677
318674
|
await writeEnv({
|
318678
318675
|
prod,
|
@@ -319229,8 +319226,7 @@ async function connectToPlatform(env2, selectedInstance, acceptDefaults, prod) {
|
|
319229
319226
|
SETTLEMINT_CUSTOM_DEPLOYMENT: cDeployment?.uniqueName,
|
319230
319227
|
...getCustomDeploymentEnv(cDeployment),
|
319231
319228
|
SETTLEMINT_BLOCKSCOUT: blockscout?.uniqueName,
|
319232
|
-
...getBlockscoutEnv(blockscout)
|
319233
|
-
NODE_TLS_REJECT_UNAUTHORIZED: "1"
|
319229
|
+
...getBlockscoutEnv(blockscout)
|
319234
319230
|
});
|
319235
319231
|
}
|
319236
319232
|
async function connectToStandalone(env2, acceptDefaults, prod) {
|
@@ -319389,8 +319385,7 @@ async function connectToStandalone(env2, acceptDefaults, prod) {
|
|
319389
319385
|
SETTLEMINT_MINIO_ACCESS_KEY: selectedServices.minioAccessKey?.result,
|
319390
319386
|
SETTLEMINT_MINIO_SECRET_KEY: selectedServices.minioSecretKey?.result,
|
319391
319387
|
SETTLEMINT_IPFS_API_ENDPOINT: selectedServices.ipfsApiEndpoint?.result,
|
319392
|
-
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: selectedServices.blockscoutGraphqlEndpoint?.result
|
319393
|
-
NODE_TLS_REJECT_UNAUTHORIZED: "0"
|
319388
|
+
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: selectedServices.blockscoutGraphqlEndpoint?.result
|
319394
319389
|
});
|
319395
319390
|
}
|
319396
319391
|
|
@@ -327389,4 +327384,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
327389
327384
|
// src/cli.ts
|
327390
327385
|
sdkCliCommand();
|
327391
327386
|
|
327392
|
-
//# debugId=
|
327387
|
+
//# debugId=E191EB6F2385D02D64756E2164756E21
|