@settlemint/sdk-cli 2.5.9 → 2.5.10-pra19fed9d

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.5.9/sdk/cli/docs/settlemint.md) for available commands.
252
+ See the [documentation](https://github.com/settlemint/sdk/tree/v2.5.10/sdk/cli/docs/settlemint.md) for available commands.
253
253
 
254
254
  ## Contributing
255
255
 
package/dist/cli.js CHANGED
@@ -264683,7 +264683,7 @@ function pruneCurrentEnv(currentEnv, env2) {
264683
264683
  var package_default = {
264684
264684
  name: "@settlemint/sdk-cli",
264685
264685
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
264686
- version: "2.5.9",
264686
+ version: "2.5.10-pra19fed9d",
264687
264687
  type: "module",
264688
264688
  private: false,
264689
264689
  license: "FSL-1.1-MIT",
@@ -264737,10 +264737,10 @@ var package_default = {
264737
264737
  "@inquirer/input": "4.2.1",
264738
264738
  "@inquirer/password": "4.0.17",
264739
264739
  "@inquirer/select": "4.3.1",
264740
- "@settlemint/sdk-hasura": "2.5.9",
264741
- "@settlemint/sdk-js": "2.5.9",
264742
- "@settlemint/sdk-utils": "2.5.9",
264743
- "@settlemint/sdk-viem": "2.5.9",
264740
+ "@settlemint/sdk-hasura": "2.5.10-pra19fed9d",
264741
+ "@settlemint/sdk-js": "2.5.10-pra19fed9d",
264742
+ "@settlemint/sdk-utils": "2.5.10-pra19fed9d",
264743
+ "@settlemint/sdk-viem": "2.5.10-pra19fed9d",
264744
264744
  "@types/node": "24.3.0",
264745
264745
  "@types/semver": "7.7.0",
264746
264746
  "@types/which": "3.0.4",
@@ -264757,7 +264757,7 @@ var package_default = {
264757
264757
  },
264758
264758
  peerDependencies: {
264759
264759
  hardhat: "<= 4",
264760
- "@settlemint/sdk-js": "2.5.9"
264760
+ "@settlemint/sdk-js": "2.5.10-pra19fed9d"
264761
264761
  },
264762
264762
  peerDependenciesMeta: {
264763
264763
  hardhat: {
@@ -294463,8 +294463,8 @@ async function customDeploymentPrompt({
294463
294463
  }
294464
294464
 
294465
294465
  // src/prompts/cluster-service/hasura.prompt.ts
294466
- function isHasura(integration) {
294467
- return integration.__typename === "Hasura";
294466
+ function isAnyHasura(integration) {
294467
+ return integration.__typename === "Hasura" || integration.__typename === "HAHasura";
294468
294468
  }
294469
294469
  async function hasuraPrompt({
294470
294470
  env: env2,
@@ -294472,7 +294472,7 @@ async function hasuraPrompt({
294472
294472
  accept,
294473
294473
  isRequired = false
294474
294474
  }) {
294475
- const hasuras = integrations.filter(isHasura);
294475
+ const hasuras = integrations.filter(isAnyHasura);
294476
294476
  return servicePrompt({
294477
294477
  env: env2,
294478
294478
  services: hasuras,
@@ -295019,7 +295019,7 @@ function getPortalEnv(service) {
295019
295019
  };
295020
295020
  }
295021
295021
  function getHasuraEnv(service) {
295022
- if (!service || service.__typename !== "Hasura") {
295022
+ if (!service || !isAnyHasura(service)) {
295023
295023
  return {};
295024
295024
  }
295025
295025
  return {
@@ -300265,7 +300265,7 @@ function hasuraIntegrationCreateCommand() {
300265
300265
  const result = await showSpinner(() => settlemint.integrationTool.create({
300266
300266
  name: name4,
300267
300267
  applicationUniqueName,
300268
- integrationType: "HASURA",
300268
+ integrationType: "HA_HASURA",
300269
300269
  provider: provider2,
300270
300270
  region: region2,
300271
300271
  size: size5,
@@ -303701,4 +303701,4 @@ async function sdkCliCommand(argv = process.argv) {
303701
303701
  // src/cli.ts
303702
303702
  sdkCliCommand();
303703
303703
 
303704
- //# debugId=82303D0915B09AE764756E2164756E21
303704
+ //# debugId=DBEFCE51B826124F64756E2164756E21