@xmtp/wasm-bindings 1.6.1 → 1.6.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/wasm-bindings",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "WASM bindings for the libXMTP rust library",
@@ -33,7 +33,6 @@
33
33
  "check:macos": "CC_wasm32_unknown_unknown=/opt/homebrew/opt/llvm/bin/clang cargo check --target wasm32-unknown-unknown",
34
34
  "clean": "rm -rf ./dist",
35
35
  "clean:release": "rm ./dist/.gitignore",
36
- "generate:version": "tsx scripts/version.ts",
37
36
  "lint": "yarn lint:clippy && yarn lint:fmt",
38
37
  "lint:macos": "yarn lint:clippy:macos && yarn lint:fmt",
39
38
  "lint:clippy": "cargo clippy --locked --all-features --target wasm32-unknown-unknown --no-deps -- -D warnings",
@@ -54,7 +53,7 @@
54
53
  }
55
54
  },
56
55
  "engines": {
57
- "node": ">=20"
56
+ "node": ">=22"
58
57
  },
59
58
  "publishConfig": {
60
59
  "access": "public",
@@ -64,11 +63,10 @@
64
63
  "devDependencies": {
65
64
  "@sqlite.org/sqlite-wasm": "^3.47.0-build1",
66
65
  "binaryen": "^124.0.0",
67
- "tsx": "^4.19.3",
68
- "wasm-pack": "^0.13.1",
69
- "zx": "^8.4.0"
66
+ "tsx": "^4.20.6",
67
+ "wasm-pack": "^0.13.1"
70
68
  },
71
- "packageManager": "yarn@4.5.1",
69
+ "packageManager": "yarn@4.11.0",
72
70
  "workspaces": [
73
71
  "tests/integration/**"
74
72
  ]
@@ -1 +0,0 @@
1
- class t{static toI8Slice(t,r,e,a){new Int8Array(t.buffer,e,a).set(r,0)}static toI8Array(t,r,e,a){const s=new Int8Array(t.buffer,r,e);a.set(s,0)}static toI16Slice(t,r,e,a){new Int16Array(t.buffer,e,a).set(r,0)}static toI16Array(t,r,e,a){const s=new Int16Array(t.buffer,r,e);a.set(s,0)}static toI32Slice(t,r,e,a){new Int32Array(t.buffer,e,a).set(r,0)}static toI32Array(t,r,e,a){const s=new Int32Array(t.buffer,r,e);a.set(s,0)}static toU8Slice(t,r,e,a){new Uint8Array(t.buffer,e,a).set(r,0)}static toU8Array(t,r,e,a){const s=new Uint8Array(t.buffer,r,e);a.set(s,0)}static toU8CSlice(t,r,e,a){new Uint8ClampedArray(t.buffer,e,a).set(r,0)}static toU8CArray(t,r,e,a){const s=new Uint8ClampedArray(t.buffer,r,e);a.set(s,0)}static toU16Slice(t,r,e,a){new Uint16Array(t.buffer,e,a).set(r,0)}static toU16Array(t,r,e,a){const s=new Uint16Array(t.buffer,r,e);a.set(s,0)}static toU32Slice(t,r,e,a){new Uint32Array(t.buffer,e,a).set(r,0)}static toU32Array(t,r,e,a){const s=new Uint32Array(t.buffer,r,e);a.set(s,0)}static toF32Slice(t,r,e,a){new Float32Array(t.buffer,e,a).set(r,0)}static toF32Array(t,r,e,a){const s=new Float32Array(t.buffer,r,e);a.set(s,0)}static toF64Slice(t,r,e,a){new Float64Array(t.buffer,e,a).set(r,0)}static toF64Array(t,r,e,a){const s=new Float64Array(t.buffer,r,e);a.set(s,0)}static toBigInt64Slice(t,r,e,a){new BigInt64Array(t.buffer,e,a).set(r,0)}static toBigInt64Array(t,r,e,a){const s=new BigInt64Array(t.buffer,r,e);a.set(s,0)}static toBigUint64Slice(t,r,e,a){new BigUint64Array(t.buffer,e,a).set(r,0)}static toBigUint64Array(t,r,e,a){const s=new BigUint64Array(t.buffer,r,e);a.set(s,0)}}export{t as JSArrayBufferCopy};
package/dist/version.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "branch": "release/v1.6",
3
- "version": "4d46a4a",
4
- "date": "2025-11-25 14:51:51 +0000"
5
- }