@uploadista/react-native-bare 0.0.12 → 0.0.13-beta.1

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
@@ -2,15 +2,15 @@
2
2
  "name": "@uploadista/react-native-bare",
3
3
  "type": "module",
4
4
  "description": "Bare React Native Client for Uploadista",
5
- "version": "0.0.12",
5
+ "version": "0.0.13-beta.1",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
8
8
  "exports": {
9
9
  ".": "./src/index.ts"
10
10
  },
11
11
  "dependencies": {
12
- "@uploadista/client-core": "0.0.12",
13
- "@uploadista/react-native-core": "0.0.12"
12
+ "@uploadista/client-core": "0.0.13-beta.1",
13
+ "@uploadista/react-native-core": "0.0.13-beta.1"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": ">=16.8.0",
@@ -22,7 +22,7 @@
22
22
  "devDependencies": {
23
23
  "@types/react": ">=18.0.0",
24
24
  "tsdown": "0.16.0",
25
- "@uploadista/typescript-config": "0.0.12"
25
+ "@uploadista/typescript-config": "0.0.13-beta.1"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsdown",
@@ -1,7 +1,4 @@
1
- import type {
2
- WebSocketFactory,
3
- WebSocketLike,
4
- } from "@uploadista/client-core";
1
+ import type { WebSocketFactory, WebSocketLike } from "@uploadista/client-core";
5
2
 
6
3
  /**
7
4
  * React Native WebSocket implementation that wraps native WebSocket