@aztec/ivc-integration 3.0.0-nightly.20251223 → 3.0.0-nightly.20251225
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/artifacts/app_creator.json +1 -1
- package/artifacts/app_reader.json +1 -1
- package/artifacts/keys/mock_hiding.ivc.vk +0 -0
- package/artifacts/mock_hiding.json +90 -90
- package/artifacts/mock_private_kernel_init.json +90 -90
- package/artifacts/mock_private_kernel_inner.json +90 -90
- package/artifacts/mock_private_kernel_reset.json +86 -86
- package/artifacts/mock_private_kernel_tail.json +86 -86
- package/artifacts/mock_rollup_root.json +2 -2
- package/artifacts/mock_rollup_tx_base_private.json +92 -92
- package/artifacts/mock_rollup_tx_base_public.json +92 -92
- package/artifacts/mock_rollup_tx_merge.json +2 -2
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/ivc-integration",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251225",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@aztec/bb.js": "3.0.0-nightly.
|
|
63
|
-
"@aztec/constants": "3.0.0-nightly.
|
|
64
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
65
|
-
"@aztec/noir-noir_codegen": "3.0.0-nightly.
|
|
66
|
-
"@aztec/noir-noir_js": "3.0.0-nightly.
|
|
67
|
-
"@aztec/noir-noirc_abi": "3.0.0-nightly.
|
|
68
|
-
"@aztec/noir-types": "3.0.0-nightly.
|
|
69
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
62
|
+
"@aztec/bb.js": "3.0.0-nightly.20251225",
|
|
63
|
+
"@aztec/constants": "3.0.0-nightly.20251225",
|
|
64
|
+
"@aztec/foundation": "3.0.0-nightly.20251225",
|
|
65
|
+
"@aztec/noir-noir_codegen": "3.0.0-nightly.20251225",
|
|
66
|
+
"@aztec/noir-noir_js": "3.0.0-nightly.20251225",
|
|
67
|
+
"@aztec/noir-noirc_abi": "3.0.0-nightly.20251225",
|
|
68
|
+
"@aztec/noir-types": "3.0.0-nightly.20251225",
|
|
69
|
+
"@aztec/stdlib": "3.0.0-nightly.20251225",
|
|
70
70
|
"change-case": "^5.4.4",
|
|
71
71
|
"pako": "^2.1.0",
|
|
72
72
|
"playwright": "1.49.0",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"tslib": "^2.4.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@aztec/bb-prover": "3.0.0-nightly.
|
|
78
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
79
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.
|
|
80
|
-
"@aztec/noir-test-contracts.js": "3.0.0-nightly.
|
|
81
|
-
"@aztec/simulator": "3.0.0-nightly.
|
|
82
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
83
|
-
"@aztec/world-state": "3.0.0-nightly.
|
|
77
|
+
"@aztec/bb-prover": "3.0.0-nightly.20251225",
|
|
78
|
+
"@aztec/kv-store": "3.0.0-nightly.20251225",
|
|
79
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251225",
|
|
80
|
+
"@aztec/noir-test-contracts.js": "3.0.0-nightly.20251225",
|
|
81
|
+
"@aztec/simulator": "3.0.0-nightly.20251225",
|
|
82
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20251225",
|
|
83
|
+
"@aztec/world-state": "3.0.0-nightly.20251225",
|
|
84
84
|
"@jest/globals": "^30.0.0",
|
|
85
85
|
"@playwright/test": "1.49.0",
|
|
86
86
|
"@types/jest": "^30.0.0",
|