Skip to content

Commit 714155b

Browse files
committed
fix(package): mark peer dependencies as optional for better compatibility
1 parent ebbaf74 commit 714155b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.715",
3+
"version": "1.0.738",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -54,6 +54,20 @@
5454
"@craftzdog/react-native-buffer": "*",
5555
"react-native-url-polyfill": "*"
5656
},
57+
"peerDependenciesMeta": {
58+
"react-native-quick-base64": {
59+
"optional": true
60+
},
61+
"react-native-tcp-socket": {
62+
"optional": true
63+
},
64+
"@craftzdog/react-native-buffer": {
65+
"optional": true
66+
},
67+
"react-native-url-polyfill": {
68+
"optional": true
69+
}
70+
},
5771
"devDependencies": {
5872
"@types/jest": "^29.5.14",
5973
"@types/lz4": "^0.6.4",

0 commit comments

Comments
 (0)