@os1-platform/dispatch-mobile 2.1.27 → 2.1.29
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os1-platform/dispatch-mobile",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.29",
|
|
4
4
|
"description": "Dispatch SDK React Native Package",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"author": "Amit Sanvedi <amit.sanvedi@delhivery.com> (https://github.com/FoxtrotPlatform/platform-coreos-dispatch-sdk)",
|
|
52
52
|
"homepage": "https://github.com/FoxtrotPlatform/platform-coreos-dispatch-sdk/#readme",
|
|
53
53
|
"devDependencies": {
|
|
54
|
+
"@delhivery/platform-coreos-mts-sdk": "2.0.9",
|
|
54
55
|
"@apollo/client": "^3.5.6",
|
|
55
56
|
"@babel/core": "^7.12.9",
|
|
56
57
|
"@babel/preset-env": "^7.15.8",
|
|
57
58
|
"@babel/preset-typescript": "^7.15.0",
|
|
58
59
|
"@babel/runtime": "^7.12.5",
|
|
59
60
|
"@commitlint/config-conventional": "^11.0.0",
|
|
60
|
-
"@delhivery/platform-coreos-mts-sdk": "^2.0.6",
|
|
61
61
|
"@expo-google-fonts/ibm-plex-sans": "*",
|
|
62
62
|
"@react-native-async-storage/async-storage": "^1.15.14",
|
|
63
63
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
"typescript": "^4.4.4"
|
|
130
130
|
},
|
|
131
131
|
"peerDependencies": {
|
|
132
|
+
"@delhivery/platform-coreos-mts-sdk": "2.0.9",
|
|
132
133
|
"@apollo/client": "^3.5.6",
|
|
133
|
-
"@delhivery/platform-coreos-mts-sdk": "^2.0.6",
|
|
134
134
|
"@expo-google-fonts/ibm-plex-sans": "*",
|
|
135
135
|
"@react-native-async-storage/async-storage": "^1.15.14",
|
|
136
136
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
]
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
|
-
"dependencies": {
|
|
261
|
+
"dependencies": {
|
|
262
262
|
"@os1-platform/platform-coreos-execution-engine-sdk": "1.0.17",
|
|
263
263
|
"@rjsf/core": "^2.0.0",
|
|
264
264
|
"apollo-link-timeout": "^4.0.0",
|
|
@@ -277,4 +277,4 @@
|
|
|
277
277
|
"rjsf-native": "^1.0.14",
|
|
278
278
|
"toggle-switch-react-native": "^3.3.0"
|
|
279
279
|
}
|
|
280
|
-
}
|
|
280
|
+
}
|