@lookiero/checkout 8.24.0 → 9.1.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.
@@ -1,5 +1,4 @@
1
1
  import "expo/build/Expo.fx";
2
2
  import { FC } from "react";
3
- import "react-native-get-random-values";
4
3
  declare const ExpoRoot: FC;
5
4
  export { ExpoRoot };
@@ -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";
@@ -1 +1 @@
1
- export declare const VERSION = "8.24.0";
1
+ export declare const VERSION = "9.1.0";
@@ -1 +1 @@
1
- export const VERSION = "8.24.0";
1
+ export const VERSION = "9.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lookiero/checkout",
3
- "version": "8.24.0",
3
+ "version": "9.1.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.2",
25
- "@lookiero/sty-psp-expo-config": "^0.1",
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.3",
30
- "@lookiero/sty-psp-notifications": "^0.5",
31
- "@lookiero/sty-psp-react-native": "^0.2",
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.1",
34
- "@lookiero/sty-psp-tracking": "^0.1",
35
- "@lookiero/sty-psp-ui": "^0.6",
36
- "@lookiero/sty-psp-ui-settings": "^0.1",
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": "^1.22.3",
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": ">=13.6.0",
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": "^2.12.0",
66
- "react-native-get-random-values": "~1.9.0",
67
- "react-native-reanimated": "3.14.0",
68
- "react-native-safe-area-context": "^4.5.0",
69
- "react-native-svg": "^13.6.0",
66
+ "react-native-gesture-handler": "~2.16.1",
67
+ "react-native-get-random-values": "~1.11.0",
68
+ "react-native-reanimated": "~3.10.1",
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": ">=49",
83
- "expo-font": ">=11",
82
+ "expo": ">=51",
83
+ "expo-font": ">=12",
84
84
  "react": ">=18",
85
- "react-native": ">=0.71",
86
- "react-native-get-random-values": ">=1.9",
87
- "react-native-reanimated": ">=3.14",
88
- "react-native-safe-area-context": ">=4.5",
85
+ "react-native": ">=0.74",
86
+ "react-native-get-random-values": ">=1.11",
87
+ "react-native-reanimated": "~3.10.1",
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
@@ -78,5 +78,10 @@ module.exports = async function (env, argv) {
78
78
 
79
79
  config.entry = "./src/Expo.tsx";
80
80
 
81
+ config.resolve.fallback = {
82
+ ...config.resolve.fallback,
83
+ crypto: require.resolve('expo-crypto'),
84
+ };
85
+
81
86
  return config;
82
87
  };
package/public/robots.txt DELETED
@@ -1,3 +0,0 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow: /
File without changes