@ledgerhq/ledger-wallet-provider 1.3.0 → 1.3.1

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 +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -25717,7 +25717,7 @@ function n9({ stub: D }) {
25717
25717
  O($$.CloudSyncService).to(X_).inSingletonScope();
25718
25718
  });
25719
25719
  }
25720
- const i9 = "1.3.0", c2 = {
25720
+ const i9 = "1.3.1", c2 = {
25721
25721
  version: i9
25722
25722
  }, cr = {
25723
25723
  fatal: 0,
package/package.json CHANGED
@@ -3,21 +3,21 @@
3
3
  "@floating-ui/dom": "^1.6.13",
4
4
  "@ledgerhq/lumen-design-core": "^0.1.2",
5
5
  "@lit/context": "1.1.6",
6
- "@storybook/web-components": "^9.0.17",
7
- "@storybook/web-components-vite": "9.0.17",
8
6
  "class-variance-authority": "^0.7.1",
9
7
  "lit": "3.3.1",
10
8
  "lottie-web": "^5.12.2",
11
9
  "motion": "^12.23.6",
12
10
  "rxjs": "7.8.2",
13
- "shadow-dom-testing-library": "^1.12.0",
14
- "storybook": "9.0.17",
15
11
  "uuid": "^11.1.0",
16
- "@ledgerhq/ledger-wallet-provider-core": "1.3.0"
12
+ "@ledgerhq/ledger-wallet-provider-core": "1.3.1"
17
13
  },
18
14
  "devDependencies": {
15
+ "@storybook/web-components": "9.1.19",
16
+ "@storybook/web-components-vite": "9.1.19",
19
17
  "@tailwindcss/cli": "^4.1.17",
20
18
  "@tailwindcss/vite": "^4.1.17",
19
+ "shadow-dom-testing-library": "^1.12.0",
20
+ "storybook": "9.1.19",
21
21
  "tailwindcss": "^4.1.17",
22
22
  "vitest": "^3.0.0"
23
23
  },
@@ -45,5 +45,5 @@
45
45
  },
46
46
  "type": "module",
47
47
  "types": "./dist/index.d.ts",
48
- "version": "1.3.0"
48
+ "version": "1.3.1"
49
49
  }