@xmtp/node-bindings 1.2.7 → 1.2.8

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.
Binary file
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "branch": "release/v1.2",
3
- "version": "ec4b933",
4
- "date": "2025-07-08 18:37:54 +0000"
3
+ "version": "3562697",
4
+ "date": "2025-07-10 18:27:35 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",
@@ -27,6 +27,7 @@
27
27
  "build:debug": "napi build --platform --esm",
28
28
  "build:finish": "mkdir dist && mv index.js dist && mv index.d.ts dist && mv *.node dist",
29
29
  "build:release": "napi build --platform --release --esm",
30
+ "build:test": "napi build --platform --esm --features test-utils",
30
31
  "clean": "yarn build:clean && yarn test:clean",
31
32
  "format": "prettier -w .",
32
33
  "format:check": "prettier -c .",
@@ -34,7 +35,7 @@
34
35
  "lint": "yarn lint:clippy && yarn lint:fmt",
35
36
  "lint:clippy": "cargo clippy --locked --all-features --all-targets --no-deps -- -D warnings",
36
37
  "lint:fmt": "cargo fmt --check",
37
- "test": "vitest run",
38
+ "test": "yarn build:clean && yarn build:test && yarn build:finish && vitest run",
38
39
  "test:clean": "rm -rf test/*.db3*"
39
40
  },
40
41
  "devDependencies": {