@os1-platform/dispatch-mobile 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -56,8 +56,8 @@ yarn add @os1-platform/dispatch-mobile@latest_version
56
56
  ```json
57
57
  {
58
58
  "dependencies": {
59
- "@apollo/client": "^3.5.6",
60
- "graphql": "^16.2.0",
59
+ "@apollo/client": ">=3.5.6",
60
+ "graphql": ">=16.2.0",
61
61
  "@expo-google-fonts/ibm-plex-sans": "*",
62
62
  "@os1-platform/mts-mobile": "^1.0.0",
63
63
  "@react-native-async-storage/async-storage": "^1.15.5",
@@ -70,7 +70,7 @@ yarn add @os1-platform/dispatch-mobile@latest_version
70
70
  "@react-native-firebase/remote-config": "^14.1.0",
71
71
  "@react-navigation/native": "^6.0.6",
72
72
  "@react-navigation/native-stack": "^6.2.5",
73
- "axios": "^0.24.0",
73
+ "axios": ">=0.24.0",
74
74
  "expo": "^43.0.4",
75
75
  "expo-barcode-scanner": "^11.2.1",
76
76
  "expo-file-system": "~13.0.3",
@@ -79,8 +79,8 @@ yarn add @os1-platform/dispatch-mobile@latest_version
79
79
  "expo-image-picker": "^11.0.3",
80
80
  "expo-location": "^13.0.4",
81
81
  "expo-sqlite": "^10.0.3",
82
- "react": "17.0.2",
83
- "react-native": "0.66.1",
82
+ "react": ">=17.0.2",
83
+ "react-native": ">=0.66.1",
84
84
  "react-native-paper": "^4.9.2",
85
85
  "react-native-safe-area-context": "^3.3.2",
86
86
  "react-native-screens": "^3.9.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os1-platform/dispatch-mobile",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Dispatch SDK React Native Package",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -128,7 +128,7 @@
128
128
  "@react-navigation/native": "^6.0.6",
129
129
  "@react-navigation/native-stack": "^6.2.5",
130
130
  "@sentry/react-native": "^3.2.13",
131
- "axios": "^0.24.0",
131
+ "axios": ">=0.24.0",
132
132
  "expo": "~43.0.4",
133
133
  "expo-barcode-scanner": "~11.2.1",
134
134
  "expo-blur": "~11.0.0",
@@ -139,9 +139,9 @@
139
139
  "expo-image-picker": "~11.0.3",
140
140
  "expo-location": "~13.0.4",
141
141
  "expo-sqlite": "~10.0.3",
142
- "graphql": "^16.2.0",
143
- "react": "^17.0.2",
144
- "react-native": "^0.66.0",
142
+ "graphql": ">=16.2.0",
143
+ "react": ">=17.0.2",
144
+ "react-native": ">=0.66.0",
145
145
  "react-native-dropdown-picker": "^5.4.0",
146
146
  "react-native-get-random-values": "^1.8.0",
147
147
  "react-native-paper": "^4.9.2",