@wlindabla/file_uploader 2.0.1 → 2.0.2

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlindabla/file_uploader",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A powerful, event-driven chunked file uploader for browser and Node.js.A robust, framework-agnostic TypeScript library for uploading large files in chunks with resume capability, automatic retry, and comprehensive event handling.",
5
5
  "author": {
6
6
  "name": "AGBOKOUDJO Franck",
@@ -219,12 +219,12 @@
219
219
  "release": "yarn build && changeset publish"
220
220
  },
221
221
  "dependencies": {
222
- "@wlindabla/event_dispatcher": "^1.2.2",
223
- "@wlindabla/http_client": "^1.2.3",
222
+ "@wlindabla/event_dispatcher": "^1.2.3",
223
+ "@wlindabla/http_client": "^1.2.4",
224
224
  "p-limit": "^7.3.0"
225
225
  },
226
226
  "devDependencies": {
227
- "@types/node": "^25.9.3",
227
+ "@types/node": "^26.0.0",
228
228
  "@types/p-limit": "^2.2.0",
229
229
  "@typescript-eslint/eslint-plugin": "^8.61.1",
230
230
  "@typescript-eslint/parser": "^8.61.1",