@lichens-innovation/react-native-common 3.9.0 → 3.10.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/README.md +21 -25
- package/dist/components/dialogs/dialog-single-textinput.js +1 -1
- package/dist/components/dialogs/dialog-single-textinput.js.map +1 -1
- package/dist/components/drop-down-selector/drop-down-selector-item.js +2 -2
- package/dist/components/drop-down-selector/drop-down-selector-item.js.map +1 -1
- package/dist/components/drop-down-selector/drop-down-selector-left-icon.js +1 -1
- package/dist/components/drop-down-selector/drop-down-selector-left-icon.js.map +1 -1
- package/dist/components/drop-down-selector/drop-down-selector.js +2 -2
- package/dist/components/drop-down-selector/drop-down-selector.js.map +1 -1
- package/dist/components/event-logs/event-logs-screen.js +2 -2
- package/dist/components/event-logs/event-logs-screen.js.map +1 -1
- package/dist/components/event-logs/live-logs-viewer/use-logs-actions.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/layout/orientation-aware-tabs/orientation-aware-tabs-layout.js +1 -1
- package/dist/components/password-input/index.d.ts +1 -0
- package/dist/components/password-input/index.js +2 -0
- package/dist/components/password-input/index.js.map +1 -0
- package/dist/components/password-input/password-input.d.ts +4 -0
- package/dist/components/password-input/password-input.js +27 -0
- package/dist/components/password-input/password-input.js.map +1 -0
- package/dist/components/syntax/styles/dark.d.ts +25 -25
- package/dist/components/syntax/styles/dark.js +64 -64
- package/dist/components/syntax/styles/dark.js.map +1 -1
- package/dist/components/syntax/styles/light.d.ts +31 -31
- package/dist/components/syntax/styles/light.js +76 -76
- package/dist/components/syntax/styles/light.js.map +1 -1
- package/dist/components/syntax/syntax-coloring-tag-pre.js.map +1 -1
- package/dist/hooks/use-image-picker.js.map +1 -1
- package/dist/hooks/use-invalidate-queries-on-focus.d.ts +1 -1
- package/dist/hooks/use-invalidate-queries-on-focus.js +3 -3
- package/dist/i18n/en/common.json +4 -0
- package/dist/i18n/fr/common.json +4 -0
- package/dist/logger/logger.js +1 -0
- package/dist/logger/logger.js.map +1 -1
- package/dist/logger/logger.types.js.map +1 -1
- package/dist/services/device-finder/device-finder.js +4 -3
- package/dist/services/device-finder/device-finder.js.map +1 -1
- package/dist/store/common-logs.store.d.ts +1 -1
- package/dist/store/common-logs.store.js.map +1 -1
- package/dist/utils/alert.utils.js +6 -6
- package/dist/utils/alert.utils.js.map +1 -1
- package/dist/utils/digest-auth.d.ts +1 -1
- package/dist/utils/digest-auth.js +7 -1
- package/dist/utils/digest-auth.js.map +1 -1
- package/dist/utils/platform.utils.d.ts +1 -1
- package/dist/utils/platform.utils.js.map +1 -1
- package/package.json +10 -9
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Lichens Innovation React Native Expo shared components, utilities, hooks and services",
|
|
4
4
|
"repository": "https://github.com/Lichens-Innovation/react-native-common",
|
|
5
5
|
"author": "Lichens Innovation",
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.10.0",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -22,11 +22,14 @@
|
|
|
22
22
|
"watch:for:rvdrain": "tsc --watch & cpx \"dist/**/*\" --watch & cpx \"dist/**/*\" ../rinno-rvdrain-app-mobile/node_modules/@lichens-innovation/react-native-common/dist --watch",
|
|
23
23
|
"watch:for:manufacture": "tsc --watch & cpx \"dist/**/*\" --watch & cpx \"dist/**/*\" ../rinno-manufacture-app/node_modules/@lichens-innovation/react-native-common/dist --watch",
|
|
24
24
|
"watch:for:rn-common-demo": "tsc --watch & cpx \"dist/**/*\" --watch & cpx \"dist/**/*\" ../react-native-common-demo/node_modules/@lichens-innovation/react-native-common/dist --watch",
|
|
25
|
-
"test": "vitest"
|
|
25
|
+
"test": "vitest",
|
|
26
|
+
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
|
|
27
|
+
"lint:fix": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix",
|
|
28
|
+
"format:fix": "prettier \"**/*.{js,jsx,ts,tsx,json}\" --write"
|
|
26
29
|
},
|
|
27
30
|
"dependencies": {
|
|
28
31
|
"@legendapp/list": "^2.0.9",
|
|
29
|
-
"@lichens-innovation/ts-common": "^1.
|
|
32
|
+
"@lichens-innovation/ts-common": "^1.14.0",
|
|
30
33
|
"@noble/hashes": "^2.0.1",
|
|
31
34
|
"@uidotdev/usehooks": "^2.4.1",
|
|
32
35
|
"buffer": "^6.0.3",
|
|
@@ -54,8 +57,10 @@
|
|
|
54
57
|
"@sentry/react-native": "~7.2.0",
|
|
55
58
|
"@tanstack/react-query": "^5.90.2",
|
|
56
59
|
"@types/react": "~18.3.12",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
58
|
-
"@typescript-eslint/parser": "^8.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
|
61
|
+
"@typescript-eslint/parser": "^8.42.0",
|
|
62
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
63
|
+
"eslint-plugin-react": "^7.37.3",
|
|
59
64
|
"axios": "^1.12.2",
|
|
60
65
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
61
66
|
"babel-plugin-transform-import-meta": "^2.3.3",
|
|
@@ -171,9 +176,5 @@
|
|
|
171
176
|
"react-native-winrt": ">=0.72.2",
|
|
172
177
|
"react-native-zeroconf": ">=0.13.8"
|
|
173
178
|
},
|
|
174
|
-
"eslintConfig": {
|
|
175
|
-
"extends": "universe/native",
|
|
176
|
-
"root": true
|
|
177
|
-
},
|
|
178
179
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
179
180
|
}
|