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" ,
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" ,
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