rn-file-toolkit 1.0.1 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rn-file-toolkit",
3
- "version": "1.0.1",
4
- "description": "The simplest and most reliable way to download files in React Native with progress, permissions, and file handling built-in.",
3
+ "version": "1.0.3",
4
+ "description": "The ultimate native file management toolkit for React Native. Features background downloads, resumable uploads, filesystem operations, queues, zip/unzip, and media utilities with zero third-party dependencies.",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",
7
7
  "types": "./lib/typescript/commonjs/src/index.d.ts",
@@ -105,7 +105,14 @@
105
105
  "mkdir",
106
106
  "ls",
107
107
  "blob-util-alternative",
108
- "react-native-fs-alternative"
108
+ "react-native-fs-alternative",
109
+ "fs",
110
+ "zip",
111
+ "unzip",
112
+ "archive",
113
+ "storage",
114
+ "react-native-file-toolkit",
115
+ "fetch"
109
116
  ],
110
117
  "repository": {
111
118
  "type": "git",