@settlemint/sdk-cli 2.6.11-mainde7b5d9 → 2.6.11-prb1d435f2
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 +8 -11
- package/dist/cli.js.map +3 -3
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -266270,7 +266270,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
|
266270
266270
|
var package_default = {
|
|
266271
266271
|
name: "@settlemint/sdk-cli",
|
|
266272
266272
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
266273
|
-
version: "2.6.11-
|
|
266273
|
+
version: "2.6.11-prb1d435f2",
|
|
266274
266274
|
type: "module",
|
|
266275
266275
|
private: false,
|
|
266276
266276
|
license: "FSL-1.1-MIT",
|
|
@@ -266324,10 +266324,10 @@ var package_default = {
|
|
|
266324
266324
|
"@inquirer/input": "5.0.3",
|
|
266325
266325
|
"@inquirer/password": "5.0.3",
|
|
266326
266326
|
"@inquirer/select": "5.0.3",
|
|
266327
|
-
"@settlemint/sdk-hasura": "2.6.11-
|
|
266328
|
-
"@settlemint/sdk-js": "2.6.11-
|
|
266329
|
-
"@settlemint/sdk-utils": "2.6.11-
|
|
266330
|
-
"@settlemint/sdk-viem": "2.6.11-
|
|
266327
|
+
"@settlemint/sdk-hasura": "2.6.11-prb1d435f2",
|
|
266328
|
+
"@settlemint/sdk-js": "2.6.11-prb1d435f2",
|
|
266329
|
+
"@settlemint/sdk-utils": "2.6.11-prb1d435f2",
|
|
266330
|
+
"@settlemint/sdk-viem": "2.6.11-prb1d435f2",
|
|
266331
266331
|
"@types/node": "25",
|
|
266332
266332
|
"@types/semver": "7.7.1",
|
|
266333
266333
|
"@types/which": "3.0.4",
|
|
@@ -266344,7 +266344,7 @@ var package_default = {
|
|
|
266344
266344
|
},
|
|
266345
266345
|
peerDependencies: {
|
|
266346
266346
|
hardhat: "<= 4",
|
|
266347
|
-
"@settlemint/sdk-js": "2.6.11-
|
|
266347
|
+
"@settlemint/sdk-js": "2.6.11-prb1d435f2"
|
|
266348
266348
|
},
|
|
266349
266349
|
peerDependenciesMeta: {
|
|
266350
266350
|
hardhat: {
|
|
@@ -301824,12 +301824,9 @@ async function connectToLocal() {
|
|
|
301824
301824
|
await writeEnvSpinner(false, {
|
|
301825
301825
|
SETTLEMINT_INSTANCE: LOCAL_INSTANCE2,
|
|
301826
301826
|
SETTLEMINT_IPFS_API_ENDPOINT: "https://ipfs.console.settlemint.com/",
|
|
301827
|
-
SETTLEMINT_MINIO_ACCESS_KEY: "atk-service",
|
|
301828
|
-
SETTLEMINT_MINIO_ENDPOINT: "s3://localhost:9000",
|
|
301829
301827
|
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: "http://localhost:7701/graphql",
|
|
301830
301828
|
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH: "kit",
|
|
301831
|
-
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS: ["http://localhost:8000/subgraphs/name/kit"]
|
|
301832
|
-
SETTLEMINT_MINIO_SECRET_KEY: "atk-service-secret"
|
|
301829
|
+
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS: ["http://localhost:8000/subgraphs/name/kit"]
|
|
301833
301830
|
});
|
|
301834
301831
|
}
|
|
301835
301832
|
async function connectToStandalone(env2, acceptDefaults, prod) {
|
|
@@ -310135,4 +310132,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
|
310135
310132
|
// src/cli.ts
|
|
310136
310133
|
sdkCliCommand();
|
|
310137
310134
|
|
|
310138
|
-
//# debugId=
|
|
310135
|
+
//# debugId=F42F72415D122CC764756E2164756E21
|