@aztec/noir-test-contracts.js 0.0.1-commit.808bf7f90 → 0.0.1-commit.8227e42
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/auth_wit_test_contract-AuthWitTest.json +16 -16
- package/artifacts/avm_gadgets_test_contract-AvmGadgetsTest.json +35 -35
- package/artifacts/avm_initializer_test_contract-AvmInitializerTest.json +15 -15
- package/artifacts/avm_test_contract-AvmTest.json +31 -31
- package/artifacts/benchmarking_contract-Benchmarking.json +39 -39
- package/artifacts/child_contract-Child.json +19 -19
- package/artifacts/counter_contract-Counter.json +63 -63
- package/artifacts/event_only_contract-EventOnly.json +15 -15
- package/artifacts/generic_proxy_contract-GenericProxy.json +24 -24
- package/artifacts/import_test_contract-ImportTest.json +19 -19
- package/artifacts/invalid_account_contract-InvalidAccount.json +15 -15
- package/artifacts/no_constructor_contract-NoConstructor.json +46 -46
- package/artifacts/note_getter_contract-NoteGetter.json +17 -17
- package/artifacts/offchain_effect_contract-OffchainEffect.json +21 -21
- package/artifacts/only_self_contract-OnlySelf.json +15 -15
- package/artifacts/oracle_version_check_contract-OracleVersionCheck.json +15 -15
- package/artifacts/parent_contract-Parent.json +29 -29
- package/artifacts/pending_note_hashes_contract-PendingNoteHashes.json +83 -83
- package/artifacts/public_immutable_contract-PublicImmutableContract.json +16 -16
- package/artifacts/returning_tuple_contract-ReturningTuple.json +20 -20
- package/artifacts/scope_test_contract-ScopeTest.json +46 -46
- package/artifacts/spam_contract-Spam.json +20 -20
- package/artifacts/sponsored_fpc_no_end_setup_contract-SponsoredFPCNoEndSetup.json +15 -15
- package/artifacts/state_vars_contract-StateVars.json +129 -129
- package/artifacts/stateful_test_contract-StatefulTest.json +61 -61
- package/artifacts/static_child_contract-StaticChild.json +19 -19
- package/artifacts/static_parent_contract-StaticParent.json +26 -26
- package/artifacts/storage_proof_test_contract-StorageProofTest.json +19 -19
- package/artifacts/test_contract-Test.json +89 -89
- package/artifacts/test_log_contract-TestLog.json +17 -17
- package/artifacts/updatable_contract-Updatable.json +40 -40
- package/artifacts/updated_contract-Updated.json +39 -39
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/noir-test-contracts.js",
|
|
3
|
-
"version": "0.0.1-commit.
|
|
3
|
+
"version": "0.0.1-commit.8227e42",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@aztec/aztec.js": "0.0.1-commit.
|
|
62
|
+
"@aztec/aztec.js": "0.0.1-commit.8227e42",
|
|
63
63
|
"tslib": "^2.4.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@aztec/builder": "0.0.1-commit.
|
|
66
|
+
"@aztec/builder": "0.0.1-commit.8227e42",
|
|
67
67
|
"@jest/globals": "^30.0.0",
|
|
68
68
|
"@types/jest": "^30.0.0",
|
|
69
69
|
"@typescript/native-preview": "7.0.0-dev.20260113.1",
|