@aztec/accounts 4.4.0-nightly.20260607 → 4.4.0-nightly.20260609
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.
|
@@ -11756,5 +11756,5 @@
|
|
|
11756
11756
|
}
|
|
11757
11757
|
},
|
|
11758
11758
|
"transpiled": true,
|
|
11759
|
-
"aztec_version": "4.4.0-nightly.
|
|
11759
|
+
"aztec_version": "4.4.0-nightly.20260609"
|
|
11760
11760
|
}
|
|
@@ -11756,5 +11756,5 @@
|
|
|
11756
11756
|
}
|
|
11757
11757
|
},
|
|
11758
11758
|
"transpiled": true,
|
|
11759
|
-
"aztec_version": "4.4.0-nightly.
|
|
11759
|
+
"aztec_version": "4.4.0-nightly.20260609"
|
|
11760
11760
|
}
|
|
@@ -11865,5 +11865,5 @@
|
|
|
11865
11865
|
}
|
|
11866
11866
|
},
|
|
11867
11867
|
"transpiled": true,
|
|
11868
|
-
"aztec_version": "4.4.0-nightly.
|
|
11868
|
+
"aztec_version": "4.4.0-nightly.20260609"
|
|
11869
11869
|
}
|
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": "4.4.0-nightly.
|
|
5
|
+
"version": "4.4.0-nightly.20260609",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
8
8
|
"./defaults": "./dest/defaults/index.js",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
]
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@aztec/aztec.js": "4.4.0-nightly.
|
|
85
|
-
"@aztec/entrypoints": "4.4.0-nightly.
|
|
86
|
-
"@aztec/ethereum": "4.4.0-nightly.
|
|
87
|
-
"@aztec/foundation": "4.4.0-nightly.
|
|
88
|
-
"@aztec/stdlib": "4.4.0-nightly.
|
|
84
|
+
"@aztec/aztec.js": "4.4.0-nightly.20260609",
|
|
85
|
+
"@aztec/entrypoints": "4.4.0-nightly.20260609",
|
|
86
|
+
"@aztec/ethereum": "4.4.0-nightly.20260609",
|
|
87
|
+
"@aztec/foundation": "4.4.0-nightly.20260609",
|
|
88
|
+
"@aztec/stdlib": "4.4.0-nightly.20260609",
|
|
89
89
|
"tslib": "^2.4.0"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|