@settlemint/sdk-cli 1.1.6-mainc3c26f4c → 1.1.6-pr1570444a

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 CHANGED
@@ -274296,6 +274296,7 @@ var DotEnvSchema = z.object({
274296
274296
  SETTLEMINT_BLOCKSCOUT: UniqueNameSchema.optional(),
274297
274297
  SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: UrlSchema.optional(),
274298
274298
  SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: UrlSchema.optional(),
274299
+ NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: UrlSchema.optional(),
274299
274300
  SETTLEMINT_NEW_PROJECT_NAME: z.string().optional()
274300
274301
  });
274301
274302
  var DotEnvSchemaPartial = DotEnvSchema.partial();
@@ -274462,7 +274463,7 @@ function pruneCurrentEnv(currentEnv, env2) {
274462
274463
  var package_default = {
274463
274464
  name: "@settlemint/sdk-cli",
274464
274465
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
274465
- version: "1.1.6-mainc3c26f4c",
274466
+ version: "1.1.6-pr1570444a",
274466
274467
  type: "module",
274467
274468
  private: false,
274468
274469
  license: "FSL-1.1-MIT",
@@ -274510,9 +274511,9 @@ var package_default = {
274510
274511
  "@inquirer/input": "4.1.5",
274511
274512
  "@inquirer/password": "4.0.8",
274512
274513
  "@inquirer/select": "4.0.8",
274513
- "@settlemint/sdk-js": "1.1.6-mainc3c26f4c",
274514
- "@settlemint/sdk-utils": "1.1.6-mainc3c26f4c",
274515
- "@types/node": "22.13.4",
274514
+ "@settlemint/sdk-js": "1.1.6-pr1570444a",
274515
+ "@settlemint/sdk-utils": "1.1.6-pr1570444a",
274516
+ "@types/node": "22.13.1",
274516
274517
  "@types/semver": "7.5.8",
274517
274518
  "@types/which": "3.0.4",
274518
274519
  "get-tsconfig": "4.10.0",
@@ -275959,6 +275960,7 @@ var DotEnvSchema2 = z.object({
275959
275960
  SETTLEMINT_BLOCKSCOUT: UniqueNameSchema2.optional(),
275960
275961
  SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: UrlSchema2.optional(),
275961
275962
  SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: UrlSchema2.optional(),
275963
+ NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: UrlSchema2.optional(),
275962
275964
  SETTLEMINT_NEW_PROJECT_NAME: z.string().optional()
275963
275965
  });
275964
275966
  var DotEnvSchemaPartial2 = DotEnvSchema2.partial();
@@ -281035,6 +281037,7 @@ async function writeEnvSpinner(prod, env2) {
281035
281037
  SETTLEMINT_BLOCKSCOUT: env2.SETTLEMINT_BLOCKSCOUT,
281036
281038
  SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: env2.SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT,
281037
281039
  SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: env2.SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT,
281040
+ NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: env2.SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT,
281038
281041
  SETTLEMINT_NEW_PROJECT_NAME: env2.SETTLEMINT_NEW_PROJECT_NAME
281039
281042
  };
281040
281043
  await writeEnv({
@@ -285672,4 +285675,4 @@ async function sdkCliCommand(argv = process.argv) {
285672
285675
  // src/cli.ts
285673
285676
  sdkCliCommand();
285674
285677
 
285675
- //# debugId=706F404BE199B76A64756E2164756E21
285678
+ //# debugId=36E7B2F874A3A37E64756E2164756E21