Skip to content

Commit 833b614

Browse files
committed
test fix react native buffer
1 parent 48df5e9 commit 833b614

File tree

6 files changed

+585
-141
lines changed

6 files changed

+585
-141
lines changed

bun.lockb

-20.5 KB
Binary file not shown.

package-lock.json

Lines changed: 33 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.255",
3+
"version": "1.0.273",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -43,19 +43,19 @@
4343
},
4444
"homepage": "https://github.com/sqlitecloud/sqlitecloud-js#readme",
4545
"dependencies": {
46+
"@craftzdog/react-native-buffer": "^6.0.5",
4647
"buffer": "^6.0.3",
4748
"eventemitter3": "^5.0.1",
4849
"jest-html-reporter": "^3.10.2",
4950
"lz4js": "^0.2.0",
50-
"react-native-buffer": "^6.0.3",
5151
"react-native-url-polyfill": "^2.0.0",
5252
"socket.io": "^4.7.5",
5353
"socket.io-client": "^4.7.5",
5454
"whatwg-url": "^14.0.0"
5555
},
5656
"peerDependencies": {
57-
"react-native-tcp-socket": "^6.2.0",
58-
"react-native-fast-base64": "*"
57+
"react-native-quick-base64": "*",
58+
"react-native-tcp-socket": "^6.2.0"
5959
},
6060
"devDependencies": {
6161
"@types/bun": "^1.1.1",
@@ -101,9 +101,9 @@
101101
"react-native": {
102102
"whatwg-url": "react-native-url-polyfill",
103103
"tls": "react-native-tcp-socket",
104-
"buffer": "react-native-buffer"
104+
"buffer": "@craftzdog/react-native-buffer"
105105
},
106106
"browser": {
107107
"tls": false
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)