@aztec/txe 5.0.1 → 5.1.0-nightly.20260717

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.
Files changed (2) hide show
  1. package/dest/metafile.json +4 -4
  2. package/package.json +17 -17
@@ -22650,7 +22650,7 @@
22650
22650
  "format": "esm"
22651
22651
  },
22652
22652
  "../kv-store/dest/sqlite-opfs/errors.js": {
22653
- "bytes": 1356,
22653
+ "bytes": 2673,
22654
22654
  "imports": [
22655
22655
  {
22656
22656
  "path": "<runtime>",
@@ -22755,7 +22755,7 @@
22755
22755
  "format": "esm"
22756
22756
  },
22757
22757
  "../kv-store/dest/sqlite-opfs/store.js": {
22758
- "bytes": 11367,
22758
+ "bytes": 11728,
22759
22759
  "imports": [
22760
22760
  {
22761
22761
  "path": "../foundation/dest/queue/index.js",
@@ -22812,7 +22812,7 @@
22812
22812
  "format": "esm"
22813
22813
  },
22814
22814
  "../kv-store/dest/sqlite-opfs/index.js": {
22815
- "bytes": 976,
22815
+ "bytes": 999,
22816
22816
  "imports": [
22817
22817
  {
22818
22818
  "path": "../foundation/dest/log/index.js",
@@ -22864,7 +22864,7 @@
22864
22864
  "format": "esm"
22865
22865
  },
22866
22866
  "../pxe/dest/entrypoints/client/store.js": {
22867
- "bytes": 1405,
22867
+ "bytes": 2135,
22868
22868
  "imports": [
22869
22869
  {
22870
22870
  "path": "../foundation/dest/log/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/txe",
3
- "version": "5.0.1",
3
+ "version": "5.1.0-nightly.20260717",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./server": {
@@ -69,22 +69,22 @@
69
69
  ]
70
70
  },
71
71
  "dependencies": {
72
- "@aztec/accounts": "5.0.1",
73
- "@aztec/archiver": "5.0.1",
74
- "@aztec/aztec-node": "5.0.1",
75
- "@aztec/aztec.js": "5.0.1",
76
- "@aztec/bb-prover": "5.0.1",
77
- "@aztec/bb.js": "5.0.1",
78
- "@aztec/constants": "5.0.1",
79
- "@aztec/foundation": "5.0.1",
80
- "@aztec/key-store": "5.0.1",
81
- "@aztec/kv-store": "5.0.1",
82
- "@aztec/protocol-contracts": "5.0.1",
83
- "@aztec/pxe": "5.0.1",
84
- "@aztec/simulator": "5.0.1",
85
- "@aztec/standard-contracts": "5.0.1",
86
- "@aztec/stdlib": "5.0.1",
87
- "@aztec/world-state": "5.0.1",
72
+ "@aztec/accounts": "5.1.0-nightly.20260717",
73
+ "@aztec/archiver": "5.1.0-nightly.20260717",
74
+ "@aztec/aztec-node": "5.1.0-nightly.20260717",
75
+ "@aztec/aztec.js": "5.1.0-nightly.20260717",
76
+ "@aztec/bb-prover": "5.1.0-nightly.20260717",
77
+ "@aztec/bb.js": "5.1.0-nightly.20260717",
78
+ "@aztec/constants": "5.1.0-nightly.20260717",
79
+ "@aztec/foundation": "5.1.0-nightly.20260717",
80
+ "@aztec/key-store": "5.1.0-nightly.20260717",
81
+ "@aztec/kv-store": "5.1.0-nightly.20260717",
82
+ "@aztec/protocol-contracts": "5.1.0-nightly.20260717",
83
+ "@aztec/pxe": "5.1.0-nightly.20260717",
84
+ "@aztec/simulator": "5.1.0-nightly.20260717",
85
+ "@aztec/standard-contracts": "5.1.0-nightly.20260717",
86
+ "@aztec/stdlib": "5.1.0-nightly.20260717",
87
+ "@aztec/world-state": "5.1.0-nightly.20260717",
88
88
  "msgpackr": "^1.11.2",
89
89
  "zod": "^4"
90
90
  },