@ledgerhq/react-ui 0.49.0-nightly.20260318030401 → 0.49.0
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/package.json +2 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-ui",
|
|
3
|
-
"version": "0.49.0
|
|
3
|
+
"version": "0.49.0",
|
|
4
4
|
"description": "Ledger Live - Desktop UI",
|
|
5
5
|
"author": "Ledger Wallet Team <team-live@ledger.fr>",
|
|
6
6
|
"repository": {
|
|
@@ -23,18 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
"./*": {
|
|
26
|
-
"@ledgerhq/source": [
|
|
27
|
-
"./src/*.ts",
|
|
28
|
-
"./src/*.tsx"
|
|
29
|
-
],
|
|
30
26
|
"require": "./lib/cjs/*.js",
|
|
31
27
|
"default": "./lib/*.js"
|
|
32
28
|
},
|
|
33
29
|
"./*.js": {
|
|
34
|
-
"@ledgerhq/source": [
|
|
35
|
-
"./src/*.ts",
|
|
36
|
-
"./src/*.tsx"
|
|
37
|
-
],
|
|
38
30
|
"require": "./lib/cjs/*.js",
|
|
39
31
|
"default": "./lib/*.js"
|
|
40
32
|
},
|
|
@@ -51,12 +43,10 @@
|
|
|
51
43
|
"./assets/fonts/Inter-Regular.woff2": "./lib/assets/fonts/Inter-Regular.woff2",
|
|
52
44
|
"./assets/fonts/Inter-SemiBold.woff2": "./lib/assets/fonts/Inter-SemiBold.woff2",
|
|
53
45
|
".": {
|
|
54
|
-
"@ledgerhq/source": "./src/index.ts",
|
|
55
46
|
"require": "./lib/cjs/index.js",
|
|
56
47
|
"default": "./lib/index.js"
|
|
57
48
|
},
|
|
58
49
|
"./pre-ldls": {
|
|
59
|
-
"@ledgerhq/source": "./src/pre-ldls/index.ts",
|
|
60
50
|
"require": "./lib/cjs/pre-ldls/index.js",
|
|
61
51
|
"default": "./lib/pre-ldls/index.js"
|
|
62
52
|
},
|
|
@@ -164,7 +154,7 @@
|
|
|
164
154
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --cache",
|
|
165
155
|
"lint:fix": "pnpm lint --fix",
|
|
166
156
|
"lint:css": "stylelint './src/**/*.{js,jsx,ts,tsx}' --fix",
|
|
167
|
-
"typecheck": "tsc --p . --noEmit
|
|
157
|
+
"typecheck": "tsc --p . --noEmit",
|
|
168
158
|
"test": "pnpm -w -F ui build-and-test",
|
|
169
159
|
"test:jest": "jest --maxWorkers=50%",
|
|
170
160
|
"test:jest:coverage": "pnpm test:jest --ci --coverage",
|