@lookiero/checkout 8.24.0 → 9.0.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/dist/src/ExpoRoot.d.ts +0 -1
- package/dist/src/ExpoRoot.js +0 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +23 -23
- package/src/ExpoRoot.tsx +0 -1
- package/webpack.config.js +5 -0
- package/public/robots.txt +0 -3
- /package/{dist/public → web}/robots.txt +0 -0
package/dist/src/ExpoRoot.d.ts
CHANGED
package/dist/src/ExpoRoot.js
CHANGED
|
@@ -2,7 +2,6 @@ import { useFonts } from "expo-font";
|
|
|
2
2
|
import "expo/build/Expo.fx";
|
|
3
3
|
import React, { useCallback, useState } from "react";
|
|
4
4
|
import { Platform, ScrollView } from "react-native";
|
|
5
|
-
import "react-native-get-random-values";
|
|
6
5
|
import { Navigate, Route, Routes } from "react-router-native";
|
|
7
6
|
import { Aurora, Text } from "@lookiero/aurora";
|
|
8
7
|
import { EventProvider } from "@lookiero/event";
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "
|
|
1
|
+
export declare const VERSION = "9.0.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "
|
|
1
|
+
export const VERSION = "9.0.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lookiero/checkout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": "false",
|
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@lookiero/messaging": "^8.1.1",
|
|
23
23
|
"@lookiero/messaging-react": "^8.1.1",
|
|
24
|
-
"@lookiero/sty-psp-ab-testing": "^0.
|
|
25
|
-
"@lookiero/sty-psp-expo-config": "^0.
|
|
24
|
+
"@lookiero/sty-psp-ab-testing": "^0.3",
|
|
25
|
+
"@lookiero/sty-psp-expo-config": "^0.2",
|
|
26
26
|
"@lookiero/sty-psp-http": "^2.0",
|
|
27
27
|
"@lookiero/sty-psp-i18n": "^0.2",
|
|
28
28
|
"@lookiero/sty-psp-locale": "^0.4",
|
|
29
|
-
"@lookiero/sty-psp-logging": "^0.
|
|
30
|
-
"@lookiero/sty-psp-notifications": "^0.
|
|
31
|
-
"@lookiero/sty-psp-react-native": "^0.
|
|
29
|
+
"@lookiero/sty-psp-logging": "^0.4",
|
|
30
|
+
"@lookiero/sty-psp-notifications": "^0.6",
|
|
31
|
+
"@lookiero/sty-psp-react-native": "^0.3",
|
|
32
32
|
"@lookiero/sty-psp-segment": "^0.1",
|
|
33
|
-
"@lookiero/sty-psp-storage": "^0.
|
|
34
|
-
"@lookiero/sty-psp-tracking": "^0.
|
|
35
|
-
"@lookiero/sty-psp-ui": "^0.
|
|
36
|
-
"@lookiero/sty-psp-ui-settings": "^0.
|
|
33
|
+
"@lookiero/sty-psp-storage": "^0.2",
|
|
34
|
+
"@lookiero/sty-psp-tracking": "^0.2",
|
|
35
|
+
"@lookiero/sty-psp-ui": "^0.7",
|
|
36
|
+
"@lookiero/sty-psp-ui-settings": "^0.2",
|
|
37
37
|
"@lookiero/sty-psp-units": "^0.1",
|
|
38
38
|
"@lookiero/sty-psp-uuid": "^0.2",
|
|
39
|
-
"@react-native-async-storage/async-storage": "
|
|
39
|
+
"@react-native-async-storage/async-storage": "1.23.1",
|
|
40
40
|
"@react-spring/native": "9.6.1",
|
|
41
41
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
42
|
-
"react-native-svg": "
|
|
42
|
+
"react-native-svg": "15.2.0",
|
|
43
43
|
"tiny-invariant": "^1.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"@remix-run/router": ">=1.10",
|
|
56
56
|
"@testing-library/react-native": ">=12",
|
|
57
57
|
"@types/jest-when": ">=3",
|
|
58
|
-
"cypress": "^13.14.2",
|
|
59
|
-
"detox": "^20.11.0",
|
|
60
58
|
"apollo-boost": "0.4.4",
|
|
61
59
|
"buffer": "5.6.0",
|
|
60
|
+
"cypress": "^13.14.2",
|
|
61
|
+
"detox": "^20.11.0",
|
|
62
|
+
"expo-crypto": "~13.0.2",
|
|
62
63
|
"jest-mock-extended": ">=3",
|
|
63
64
|
"jest-when": ">=3",
|
|
64
65
|
"react-intl": "^6.5.1",
|
|
65
|
-
"react-native-gesture-handler": "
|
|
66
|
-
"react-native-get-random-values": "~1.
|
|
66
|
+
"react-native-gesture-handler": "~2.16.1",
|
|
67
|
+
"react-native-get-random-values": "~1.11.0",
|
|
67
68
|
"react-native-reanimated": "3.14.0",
|
|
68
|
-
"react-native-safe-area-context": "
|
|
69
|
-
"react-native-svg": "^13.6.0",
|
|
69
|
+
"react-native-safe-area-context": "4.10.5",
|
|
70
70
|
"webpack-bundle-analyzer": "^4.10.2"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
"@lookiero/i18n-react": ">=0.9",
|
|
80
80
|
"@lookiero/payments-front": "5.0.1",
|
|
81
81
|
"apollo-boost": "0.4.4",
|
|
82
|
-
"expo": ">=
|
|
83
|
-
"expo-font": ">=
|
|
82
|
+
"expo": ">=51",
|
|
83
|
+
"expo-font": ">=12",
|
|
84
84
|
"react": ">=18",
|
|
85
|
-
"react-native": ">=0.
|
|
86
|
-
"react-native-get-random-values": ">=1.
|
|
85
|
+
"react-native": ">=0.74",
|
|
86
|
+
"react-native-get-random-values": ">=1.11",
|
|
87
87
|
"react-native-reanimated": ">=3.14",
|
|
88
|
-
"react-native-safe-area-context": ">=4.
|
|
88
|
+
"react-native-safe-area-context": ">=4.10",
|
|
89
89
|
"react-router-dom": ">=6.14",
|
|
90
90
|
"react-router-native": ">=6.14",
|
|
91
91
|
"uuid": ">=9"
|
package/src/ExpoRoot.tsx
CHANGED
|
@@ -2,7 +2,6 @@ import { useFonts } from "expo-font";
|
|
|
2
2
|
import "expo/build/Expo.fx";
|
|
3
3
|
import React, { FC, useCallback, useState } from "react";
|
|
4
4
|
import { Platform, ScrollView } from "react-native";
|
|
5
|
-
import "react-native-get-random-values";
|
|
6
5
|
import { Navigate, Route, Routes } from "react-router-native";
|
|
7
6
|
import { Aurora, Text } from "@lookiero/aurora";
|
|
8
7
|
import { EventProvider } from "@lookiero/event";
|
package/webpack.config.js
CHANGED
package/public/robots.txt
DELETED
|
File without changes
|