@mustafaaksoy41/react-native-offline-queue 0.1.6 → 0.1.7

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,13 +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)
8
+ 📖 <a href="https://messivite.github.io/react-native-offline-queue/" target="_blank" rel="noopener noreferrer"><strong>Full Documentation</strong></a> · <a href="https://github.com/messivite/react-native-offline-queue" target="_blank" rel="noopener noreferrer">GitHub</a> · <a href="https://www.npmjs.com/package/@mustafaaksoy41/react-native-offline-queue" target="_blank" rel="noopener noreferrer">npm</a>
9
9
 
10
10
  <br />
11
11
 
12
12
  <!-- Package Info -->
13
13
  [![npm version](https://img.shields.io/npm/v/@mustafaaksoy41/react-native-offline-queue?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/@mustafaaksoy41/react-native-offline-queue)
14
- [![docs](https://img.shields.io/badge/docs-VitePress-646CFF?style=for-the-badge&logo=vitepress&logoColor=white)](https://messivite.github.io/react-native-offline-queue/)
14
+ <a href="https://messivite.github.io/react-native-offline-queue/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/docs-VitePress-646CFF?style=for-the-badge&logo=vitepress&logoColor=white" alt="docs"></a>
15
15
  [![npm downloads](https://img.shields.io/npm/dm/@mustafaaksoy41/react-native-offline-queue?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/@mustafaaksoy41/react-native-offline-queue)
16
16
  [![license](https://img.shields.io/npm/l/@mustafaaksoy41/react-native-offline-queue?style=for-the-badge&logo=opensourceinitiative&logoColor=white&color=3DA639)](https://github.com/messivite/react-native-offline-queue/blob/main/LICENSE)
17
17
  [![bundle size](https://img.shields.io/bundlephobia/minzip/%40mustafaaksoy41%2Freact-native-offline-queue?style=for-the-badge&logo=webpack&logoColor=white&color=8DD6F9&label=size)](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.6",
3
+ "version": "0.1.7",
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",