@sqlitecloud/drivers 1.0.738-rc.0 → 1.0.739
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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,8 +21,7 @@ No additional dependencies required - the package works out of the box.
|
|
|
21
21
|
When using this package in React Native or Expo projects, you must install the required peer dependencies. These dependencies are optional and not installed automatically to avoid polluting web and Node.js projects with unnecessary packages.
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
npm install @sqlitecloud/drivers
|
|
25
|
-
npm install react-native-tcp-socket react-native-quick-base64 @craftzdog/react-native-buffer react-native-url-polyfill
|
|
24
|
+
npm install @sqlitecloud/drivers react-native-tcp-socket react-native-quick-base64 @craftzdog/react-native-buffer react-native-url-polyfill
|
|
26
25
|
```
|
|
27
26
|
|
|
28
27
|
If you forget to install these dependencies, the package will throw clear error messages indicating which dependency is missing and how to install it.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqlitecloud/drivers",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.739",
|
|
4
4
|
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"browser": {
|
|
110
110
|
"tls": false
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|