@aztec/constants 0.86.0-nightly.20250518 → 0.86.0-nightly.20250520
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/dest/constants.gen.js +1 -1
- package/package.json +6 -6
- package/src/constants.gen.ts +1 -1
package/dest/constants.gen.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
// GENERATED FILE - DO NOT EDIT, RUN yarn remake-constants
|
|
2
2
|
export const MAX_FIELD_VALUE = 21888242871839275222246405745257275088548364400416034343698204186575808495616n;
|
|
3
3
|
export const ARGS_LENGTH = 16;
|
|
4
4
|
export const MAX_FR_CALLDATA_TO_ALL_ENQUEUED_CALLS = 16000;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/constants",
|
|
3
|
-
"version": "0.86.0-nightly.
|
|
3
|
+
"version": "0.86.0-nightly.20250520",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"inherits": [
|
|
6
6
|
"../package.common.json"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@jest/globals": "^29.5.0",
|
|
23
23
|
"@types/jest": "^29.5.0",
|
|
24
|
-
"@types/node": "^
|
|
25
|
-
"eslint": "^
|
|
24
|
+
"@types/node": "^22.15.17",
|
|
25
|
+
"eslint": "^9.26.0",
|
|
26
26
|
"jest": "^29.5.0",
|
|
27
|
-
"prettier": "^
|
|
27
|
+
"prettier": "^3.5.3",
|
|
28
28
|
"ts-node": "^10.9.1",
|
|
29
|
-
"typescript": "^5.
|
|
29
|
+
"typescript": "^5.3.3"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dest",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"types": "./dest/index.d.ts",
|
|
38
38
|
"engines": {
|
|
39
|
-
"node": ">=
|
|
39
|
+
"node": ">=20.10"
|
|
40
40
|
},
|
|
41
41
|
"jest": {
|
|
42
42
|
"extensionsToTreatAsEsm": [
|
package/src/constants.gen.ts
CHANGED