@ledgerhq/ledger-wallet-provider-core 1.4.1 → 1.4.2

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -18785,7 +18785,7 @@ function hJ({ stub: r }) {
18785
18785
  e(CB.CloudSyncService).to(pb).inSingletonScope();
18786
18786
  });
18787
18787
  }
18788
- const fJ = "1.4.1", tF = {
18788
+ const fJ = "1.4.2", tF = {
18789
18789
  version: fJ
18790
18790
  }, pn = {
18791
18791
  fatal: 0,
@@ -22998,7 +22998,7 @@ const Gd = [
22998
22998
  ],
22999
22999
  featureFlags: {}
23000
23000
  },
23001
- rango: {
23001
+ "rango-exchange": {
23002
23002
  name: "Rango Exchange",
23003
23003
  liveAppId: "rango-exchange",
23004
23004
  domainUrl: "https://rango.exchange",
package/package.json CHANGED
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "type": "module",
53
53
  "types": "./dist/index.d.ts",
54
- "version": "1.4.1"
54
+ "version": "1.4.2"
55
55
  }