@tursodatabase/sync-linux-arm64-gnu 0.1.5 → 0.2.0-pre.3
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/package.json
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tursodatabase/sync-linux-arm64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-pre.3",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"arm64"
|
|
6
6
|
],
|
|
7
|
-
"main": "
|
|
7
|
+
"main": "sync.linux-arm64-gnu.node",
|
|
8
8
|
"files": [
|
|
9
|
-
"
|
|
9
|
+
"sync.linux-arm64-gnu.node"
|
|
10
10
|
],
|
|
11
|
-
"description": "Sync engine for the Turso database library",
|
|
12
11
|
"license": "MIT",
|
|
13
|
-
"engines": {
|
|
14
|
-
"node": ">= 10"
|
|
15
|
-
},
|
|
16
12
|
"repository": {
|
|
17
13
|
"type": "git",
|
|
18
14
|
"url": "https://github.com/tursodatabase/turso"
|
|
index e5e9c3a..045e0c5 100644
|
|
|
Binary file
|