@aztec/accounts 5.2.0 → 5.3.0-nightly.20260819
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/EcdsaKAccount.json +1 -1
- package/artifacts/EcdsaRAccount.json +1 -1
- package/artifacts/SchnorrAccount.json +1 -1
- package/artifacts/SchnorrInitializerlessAccount.json +1 -1
- package/artifacts/SimulatedEcdsaAccount.json +1 -1
- package/artifacts/SimulatedSchnorrAccount.json +1 -1
- package/package.json +6 -6
|
@@ -12849,5 +12849,5 @@
|
|
|
12849
12849
|
}
|
|
12850
12850
|
},
|
|
12851
12851
|
"transpiled": true,
|
|
12852
|
-
"aztec_version": "5.
|
|
12852
|
+
"aztec_version": "5.3.0-nightly.20260819"
|
|
12853
12853
|
}
|
|
@@ -12849,5 +12849,5 @@
|
|
|
12849
12849
|
}
|
|
12850
12850
|
},
|
|
12851
12851
|
"transpiled": true,
|
|
12852
|
-
"aztec_version": "5.
|
|
12852
|
+
"aztec_version": "5.3.0-nightly.20260819"
|
|
12853
12853
|
}
|
|
@@ -12902,5 +12902,5 @@
|
|
|
12902
12902
|
}
|
|
12903
12903
|
},
|
|
12904
12904
|
"transpiled": true,
|
|
12905
|
-
"aztec_version": "5.
|
|
12905
|
+
"aztec_version": "5.3.0-nightly.20260819"
|
|
12906
12906
|
}
|
|
@@ -10968,5 +10968,5 @@
|
|
|
10968
10968
|
}
|
|
10969
10969
|
},
|
|
10970
10970
|
"transpiled": true,
|
|
10971
|
-
"aztec_version": "5.
|
|
10971
|
+
"aztec_version": "5.3.0-nightly.20260819"
|
|
10972
10972
|
}
|
|
@@ -11080,5 +11080,5 @@
|
|
|
11080
11080
|
}
|
|
11081
11081
|
},
|
|
11082
11082
|
"transpiled": true,
|
|
11083
|
-
"aztec_version": "5.
|
|
11083
|
+
"aztec_version": "5.3.0-nightly.20260819"
|
|
11084
11084
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@aztec/accounts",
|
|
3
3
|
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/accounts",
|
|
4
4
|
"description": "Implementation of sample account contracts for Aztec Network",
|
|
5
|
-
"version": "5.
|
|
5
|
+
"version": "5.3.0-nightly.20260819",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
8
8
|
"./defaults": "./dest/defaults/index.js",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@aztec/aztec.js": "5.
|
|
83
|
-
"@aztec/entrypoints": "5.
|
|
84
|
-
"@aztec/ethereum": "5.
|
|
85
|
-
"@aztec/foundation": "5.
|
|
86
|
-
"@aztec/stdlib": "5.
|
|
82
|
+
"@aztec/aztec.js": "5.3.0-nightly.20260819",
|
|
83
|
+
"@aztec/entrypoints": "5.3.0-nightly.20260819",
|
|
84
|
+
"@aztec/ethereum": "5.3.0-nightly.20260819",
|
|
85
|
+
"@aztec/foundation": "5.3.0-nightly.20260819",
|
|
86
|
+
"@aztec/stdlib": "5.3.0-nightly.20260819",
|
|
87
87
|
"tslib": "^2.4.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|