@aztec/constants 0.0.1-commit.54489865 → 0.0.1-commit.592b9384
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.d.ts +1 -1
- package/dest/constants.gen.js +1 -1
- package/package.json +2 -2
- package/src/constants.gen.ts +1 -1
package/dest/constants.gen.d.ts
CHANGED
|
@@ -515,7 +515,7 @@ export declare enum GeneratorIndex {
|
|
|
515
515
|
PUBLIC_BYTECODE = 4245021897,
|
|
516
516
|
CONTRACT_CLASS_ID = 1134959961,
|
|
517
517
|
INITIALIZER = 3165476885,
|
|
518
|
-
|
|
518
|
+
NHK_M = 3431122223,
|
|
519
519
|
IVSK_M = 3641144584,
|
|
520
520
|
OVSK_M = 449371170,
|
|
521
521
|
TSK_M = 4031170476,
|
package/dest/constants.gen.js
CHANGED
|
@@ -516,7 +516,7 @@ export var GeneratorIndex = /*#__PURE__*/ function(GeneratorIndex) {
|
|
|
516
516
|
GeneratorIndex[GeneratorIndex["PUBLIC_BYTECODE"] = 4245021897] = "PUBLIC_BYTECODE";
|
|
517
517
|
GeneratorIndex[GeneratorIndex["CONTRACT_CLASS_ID"] = 1134959961] = "CONTRACT_CLASS_ID";
|
|
518
518
|
GeneratorIndex[GeneratorIndex["INITIALIZER"] = 3165476885] = "INITIALIZER";
|
|
519
|
-
GeneratorIndex[GeneratorIndex["
|
|
519
|
+
GeneratorIndex[GeneratorIndex["NHK_M"] = 3431122223] = "NHK_M";
|
|
520
520
|
GeneratorIndex[GeneratorIndex["IVSK_M"] = 3641144584] = "IVSK_M";
|
|
521
521
|
GeneratorIndex[GeneratorIndex["OVSK_M"] = 449371170] = "OVSK_M";
|
|
522
522
|
GeneratorIndex[GeneratorIndex["TSK_M"] = 4031170476] = "TSK_M";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/constants",
|
|
3
|
-
"version": "0.0.1-commit.
|
|
3
|
+
"version": "0.0.1-commit.592b9384",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"inherits": [
|
|
6
6
|
"../package.common.json"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@aztec/foundation": "0.0.1-commit.
|
|
19
|
+
"@aztec/foundation": "0.0.1-commit.592b9384",
|
|
20
20
|
"tslib": "^2.4.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
package/src/constants.gen.ts
CHANGED