@ledgerhq/native-ui 0.60.0-nightly.20260318030401 → 0.60.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 +6 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/native-ui",
|
|
3
|
-
"version": "0.60.0
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"description": "Ledger Live - Mobile UI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,30 +24,12 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"exports": {
|
|
27
|
-
".":
|
|
28
|
-
"@ledgerhq/source": "./src/index.ts",
|
|
29
|
-
"default": "./lib/index.js"
|
|
30
|
-
},
|
|
27
|
+
".": "./lib/index.js",
|
|
31
28
|
"./lib/*": "./lib/*.js",
|
|
32
29
|
"./lib/*/": "./lib/*/index.js",
|
|
33
|
-
"./pre-ldls":
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
},
|
|
37
|
-
"./*": {
|
|
38
|
-
"@ledgerhq/source": [
|
|
39
|
-
"./src/*.ts",
|
|
40
|
-
"./src/*.tsx"
|
|
41
|
-
],
|
|
42
|
-
"default": "./lib/*.js"
|
|
43
|
-
},
|
|
44
|
-
"./*/": {
|
|
45
|
-
"@ledgerhq/source": [
|
|
46
|
-
"./src/*/index.ts",
|
|
47
|
-
"./src/*/index.tsx"
|
|
48
|
-
],
|
|
49
|
-
"default": "./lib/*/index.js"
|
|
50
|
-
},
|
|
30
|
+
"./pre-ldls": "./lib/pre-ldls/index.js",
|
|
31
|
+
"./*": "./lib/*.js",
|
|
32
|
+
"./*/": "./lib/*/index.js",
|
|
51
33
|
"./package.json": "./package.json"
|
|
52
34
|
},
|
|
53
35
|
"files": [
|
|
@@ -188,7 +170,7 @@
|
|
|
188
170
|
"release": "yarn publish ./lib --access public",
|
|
189
171
|
"expo-start": "expo start",
|
|
190
172
|
"storybook": "NODE_PATH=./node_modules storybook dev -c .storybook-web -p 6006",
|
|
191
|
-
"typecheck": "tsc --noEmit -p tsconfig.json
|
|
173
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
192
174
|
"test": "exit 0",
|
|
193
175
|
"web": "expo start --web",
|
|
194
176
|
"unimported": "pnpm knip --directory ../../../.. -W libs/ui/packages/native",
|