@settlemint/sdk-cli 2.3.11 → 2.3.12

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/README.md CHANGED
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
249
249
 
250
250
  ## API Reference
251
251
 
252
- See the [documentation](https://github.com/settlemint/sdk/tree/v2.3.11/sdk/cli/docs/settlemint.md) for available commands.
252
+ See the [documentation](https://github.com/settlemint/sdk/tree/v2.3.12/sdk/cli/docs/settlemint.md) for available commands.
253
253
 
254
254
  ## Contributing
255
255
 
package/dist/cli.js CHANGED
@@ -263764,7 +263764,7 @@ function pruneCurrentEnv(currentEnv, env2) {
263764
263764
  var package_default = {
263765
263765
  name: "@settlemint/sdk-cli",
263766
263766
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
263767
- version: "2.3.11",
263767
+ version: "2.3.12",
263768
263768
  type: "module",
263769
263769
  private: false,
263770
263770
  license: "FSL-1.1-MIT",
@@ -263783,9 +263783,7 @@ var package_default = {
263783
263783
  url: "https://github.com/settlemint/sdk/issues",
263784
263784
  email: "support@settlemint.com"
263785
263785
  },
263786
- files: [
263787
- "dist"
263788
- ],
263786
+ files: ["dist"],
263789
263787
  exports: {
263790
263788
  "./*": {
263791
263789
  types: "./dist/*.d.ts",
@@ -263815,8 +263813,8 @@ var package_default = {
263815
263813
  "@inquirer/input": "4.1.12",
263816
263814
  "@inquirer/password": "4.0.15",
263817
263815
  "@inquirer/select": "4.2.3",
263818
- "@settlemint/sdk-js": "2.3.11",
263819
- "@settlemint/sdk-utils": "2.3.11",
263816
+ "@settlemint/sdk-js": "2.3.12",
263817
+ "@settlemint/sdk-utils": "2.3.12",
263820
263818
  "@types/node": "24.0.0",
263821
263819
  "@types/semver": "7.7.0",
263822
263820
  "@types/which": "3.0.4",
@@ -301456,7 +301454,7 @@ function missingApplication() {
301456
301454
 
301457
301455
  // src/utils/instance-url-utils.ts
301458
301456
  function sanitizeInstanceUrl(url4) {
301459
- if (url4 === STANDALONE_INSTANCE2) {
301457
+ if (url4 === STANDALONE_INSTANCE2 || url4 === LOCAL_INSTANCE2) {
301460
301458
  return url4;
301461
301459
  }
301462
301460
  const instanceUrl = new URL(url4);
@@ -301464,7 +301462,7 @@ function sanitizeInstanceUrl(url4) {
301464
301462
  }
301465
301463
  function sanitizeAndValidateInstanceUrl(url4) {
301466
301464
  const sanitizedUrl = sanitizeInstanceUrl(url4);
301467
- if (sanitizedUrl === STANDALONE_INSTANCE2) {
301465
+ if (sanitizedUrl === STANDALONE_INSTANCE2 || sanitizedUrl === LOCAL_INSTANCE2) {
301468
301466
  return sanitizedUrl;
301469
301467
  }
301470
301468
  validate2(UrlSchema2, sanitizedUrl);
@@ -329873,4 +329871,4 @@ async function sdkCliCommand(argv = process.argv) {
329873
329871
  // src/cli.ts
329874
329872
  sdkCliCommand();
329875
329873
 
329876
- //# debugId=95EB6BC1B8A8C6F464756E2164756E21
329874
+ //# debugId=C691EB8EE6DCFC0A64756E2164756E21