@powersync/node 0.9.0 → 0.10.1

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 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.2';
11
+ const version = '0.4.5';
12
12
  const versionHashes = {
13
- 'powersync_x64.dll': '1106ea05b6c5671cb273300ba0712382a4b7f93b925d0d3640993ea6adab1415',
14
- 'libpowersync_x64.so': '9a6c8b501ffa1cc1e41c8ccf3859e1263da8699ba125196e853b792b0c8932a5',
15
- 'libpowersync_aarch64.so': '790f668982ffadff838bc3340a7a60464b10f060ea4eeb78a2c51a0bb930121e',
16
- 'libpowersync_x64.dylib': 'e3886580a4f2aa5ecfc6bd9a09e478c525fb35c88c7983ebc65039d253caf2f0',
17
- 'libpowersync_aarch64.dylib': '93f559a2eb181f7b97c8a56386b098fcc15f3b11169516c58598d8930ebce92b'
13
+ 'powersync_x64.dll': '0e9e47f7265257c9f8f7416a1b5ddf91d82199ff88760b595ff6cb1776231489',
14
+ 'libpowersync_x64.so': '6421d9b280604ca4497b99949e3de24c4245b24105dee5c1e86500942ee27a17',
15
+ 'libpowersync_aarch64.so': 'fda0951274d5ce623b19a32dee6473597cd401f898f871062421557b2c36936a',
16
+ 'libpowersync_x64.dylib': '7337dcf21295d293dd073254014386a7e7809a3bb9acec0362158581c5ab3cdb',
17
+ 'libpowersync_aarch64.dylib': '7d54da7b57f76eb5fd5286151d8f4f75f3ebc9d60e66391a0e6c5cca2ee5c5bc'
18
18
  };
19
19
 
20
20
  const platform = OS.platform();
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/node",
3
- "version": "0.9.0",
3
+ "version": "0.10.1",
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.36.0"
50
+ "@powersync/common": "^1.38.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.36.0"
58
+ "@powersync/common": "1.38.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/async-lock": "^1.4.0",