@mustafaaksoy41/react-native-offline-queue 0.1.5 → 0.1.6
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 +3 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -5,10 +5,13 @@
|
|
|
5
5
|
**A lightweight, high-performance offline queue and sync manager for React Native.**
|
|
6
6
|
Queue operations when offline, sync automatically or manually when connectivity returns. Works great with React Query (TanStack Query).
|
|
7
7
|
|
|
8
|
+
📖 **[Full Documentation](https://messivite.github.io/react-native-offline-queue/)** · [GitHub](https://github.com/messivite/react-native-offline-queue) · [npm](https://www.npmjs.com/package/@mustafaaksoy41/react-native-offline-queue)
|
|
9
|
+
|
|
8
10
|
<br />
|
|
9
11
|
|
|
10
12
|
<!-- Package Info -->
|
|
11
13
|
[](https://www.npmjs.com/package/@mustafaaksoy41/react-native-offline-queue)
|
|
14
|
+
[](https://messivite.github.io/react-native-offline-queue/)
|
|
12
15
|
[](https://www.npmjs.com/package/@mustafaaksoy41/react-native-offline-queue)
|
|
13
16
|
[](https://github.com/messivite/react-native-offline-queue/blob/main/LICENSE)
|
|
14
17
|
[](https://bundlephobia.com/package/@mustafaaksoy41/react-native-offline-queue)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mustafaaksoy41/react-native-offline-queue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "A flexible, high-performance offline queue and synchronizer for React Native. Works great with React Query (TanStack Query).",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"type": "git",
|
|
39
39
|
"url": "https://github.com/messivite/react-native-offline-queue.git"
|
|
40
40
|
},
|
|
41
|
-
"homepage": "https://github.
|
|
41
|
+
"homepage": "https://messivite.github.io/react-native-offline-queue/",
|
|
42
|
+
"documentation": "https://messivite.github.io/react-native-offline-queue/",
|
|
42
43
|
"bugs": {
|
|
43
44
|
"url": "https://github.com/messivite/react-native-offline-queue/issues"
|
|
44
45
|
},
|
|
@@ -61,6 +62,9 @@
|
|
|
61
62
|
"optional": true
|
|
62
63
|
}
|
|
63
64
|
},
|
|
65
|
+
"optionalDependencies": {
|
|
66
|
+
"@rollup/rollup-linux-x64-gnu": "4.59.0"
|
|
67
|
+
},
|
|
64
68
|
"devDependencies": {
|
|
65
69
|
"@react-native-community/netinfo": "^11.0.0",
|
|
66
70
|
"@types/jest": "^30.0.0",
|