@powersync/node 0.9.0 → 0.10.0
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/download_core.js +6 -6
- package/lib/libpowersync.so +0 -0
- package/package.json +3 -3
package/download_core.js
CHANGED
|
@@ -8,13 +8,13 @@ import { finished } from 'node:stream/promises';
|
|
|
8
8
|
import { exit } from 'node:process';
|
|
9
9
|
|
|
10
10
|
// When changing this version, run node download_core.js update_hashes
|
|
11
|
-
const version = '0.4.
|
|
11
|
+
const version = '0.4.4';
|
|
12
12
|
const versionHashes = {
|
|
13
|
-
'powersync_x64.dll': '
|
|
14
|
-
'libpowersync_x64.so': '
|
|
15
|
-
'libpowersync_aarch64.so': '
|
|
16
|
-
'libpowersync_x64.dylib': '
|
|
17
|
-
'libpowersync_aarch64.dylib': '
|
|
13
|
+
'powersync_x64.dll': '2887b8ad48b9d05e1b3d89c73d14b170f577151eee73e8787ac67a28cd1cba9f',
|
|
14
|
+
'libpowersync_x64.so': 'c9aa0cfc5d8379d8c697f3ff0c54fe31b66f3a67ae54a7eb9629fd2cba853e9b',
|
|
15
|
+
'libpowersync_aarch64.so': 'e68368b099ee6bb0847e53ef754c8f3f291bf6fb77ce20cd9a73f1378cc3831a',
|
|
16
|
+
'libpowersync_x64.dylib': '69b623c727df11b88ab6b8b7b3c1615815fe4b9738c8f804fc75ab15c3982eed',
|
|
17
|
+
'libpowersync_aarch64.dylib': '3ec92da9c711c52b5e5df82e9ade1e228b3c80a778d6910b83b51cb0d084a7d8'
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
const platform = OS.platform();
|
package/lib/libpowersync.so
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powersync/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://docs.powersync.com/",
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@powersync/common": "^1.
|
|
50
|
+
"@powersync/common": "^1.37.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@powersync/better-sqlite3": "^0.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"bson": "^6.6.0",
|
|
56
56
|
"comlink": "^4.4.2",
|
|
57
57
|
"undici": "^7.11.0",
|
|
58
|
-
"@powersync/common": "1.
|
|
58
|
+
"@powersync/common": "1.37.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/async-lock": "^1.4.0",
|