@tursodatabase/database 0.5.0-pre.10 → 0.5.0-pre.12
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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ await transaction([
|
|
|
107
107
|
|
|
108
108
|
## API Reference
|
|
109
109
|
|
|
110
|
-
For complete API documentation, see [JavaScript API Reference](
|
|
110
|
+
For complete API documentation, see [JavaScript API Reference](https://github.com/tursodatabase/turso/blob/main/docs/javascript-api-reference.md).
|
|
111
111
|
|
|
112
112
|
## Related Packages
|
|
113
113
|
|
|
@@ -116,7 +116,7 @@ For complete API documentation, see [JavaScript API Reference](../../../../docs/
|
|
|
116
116
|
|
|
117
117
|
## License
|
|
118
118
|
|
|
119
|
-
This project is licensed under the [MIT license](
|
|
119
|
+
This project is licensed under the [MIT license](https://github.com/tursodatabase/turso/blob/main/LICENSE.md)
|
|
120
120
|
|
|
121
121
|
## Support
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tursodatabase/database",
|
|
3
|
-
"version": "0.5.0-pre.
|
|
3
|
+
"version": "0.5.0-pre.12",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/tursodatabase/turso"
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@tursodatabase/database-common": "^0.5.0-pre.
|
|
50
|
+
"@tursodatabase/database-common": "^0.5.0-pre.12"
|
|
51
51
|
},
|
|
52
52
|
"imports": {
|
|
53
53
|
"#index": "./index.js"
|
|
54
54
|
},
|
|
55
55
|
"optionalDependencies": {
|
|
56
|
-
"@tursodatabase/database-linux-x64-gnu": "0.5.0-pre.
|
|
57
|
-
"@tursodatabase/database-win32-x64-msvc": "0.5.0-pre.
|
|
58
|
-
"@tursodatabase/database-darwin-arm64": "0.5.0-pre.
|
|
59
|
-
"@tursodatabase/database-linux-arm64-gnu": "0.5.0-pre.
|
|
56
|
+
"@tursodatabase/database-linux-x64-gnu": "0.5.0-pre.12",
|
|
57
|
+
"@tursodatabase/database-win32-x64-msvc": "0.5.0-pre.12",
|
|
58
|
+
"@tursodatabase/database-darwin-arm64": "0.5.0-pre.12",
|
|
59
|
+
"@tursodatabase/database-linux-arm64-gnu": "0.5.0-pre.12"
|
|
60
60
|
}
|
|
61
61
|
}
|