@aztec/aztec.js 0.64.0 → 0.65.0

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.
@@ -12,8 +12,12 @@
12
12
  * @license MIT
13
13
  */
14
14
 
15
- /*! For license information please see index.js.LICENSE.txt */
16
-
17
15
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
18
16
 
19
17
  /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
18
+
19
+ /**
20
+ * @license
21
+ * Copyright 2019 Google LLC
22
+ * SPDX-License-Identifier: Apache-2.0
23
+ */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aztec/aztec.js",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/aztec.js",
4
- "version": "0.64.0",
4
+ "version": "0.65.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dest/index.js",
@@ -76,13 +76,13 @@
76
76
  ]
77
77
  },
78
78
  "dependencies": {
79
- "@aztec/circuit-types": "0.64.0",
80
- "@aztec/circuits.js": "0.64.0",
81
- "@aztec/ethereum": "0.64.0",
82
- "@aztec/foundation": "0.64.0",
83
- "@aztec/l1-artifacts": "0.64.0",
84
- "@aztec/protocol-contracts": "0.64.0",
85
- "@aztec/types": "0.64.0",
79
+ "@aztec/circuit-types": "0.65.0",
80
+ "@aztec/circuits.js": "0.65.0",
81
+ "@aztec/ethereum": "0.65.0",
82
+ "@aztec/foundation": "0.65.0",
83
+ "@aztec/l1-artifacts": "0.65.0",
84
+ "@aztec/protocol-contracts": "0.65.0",
85
+ "@aztec/types": "0.65.0",
86
86
  "axios": "^1.7.2",
87
87
  "tslib": "^2.4.0",
88
88
  "viem": "^2.7.15"