@aztec/standard-contracts 0.0.1-commit.b3d3157a → 0.0.1-commit.b9865e97

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.
@@ -7846,5 +7846,5 @@
7846
7846
  }
7847
7847
  },
7848
7848
  "transpiled": true,
7849
- "aztec_version": "0.0.1-commit.b3d3157a"
7849
+ "aztec_version": "0.0.1-commit.b9865e97"
7850
7850
  }
@@ -10067,5 +10067,5 @@
10067
10067
  }
10068
10068
  },
10069
10069
  "transpiled": true,
10070
- "aztec_version": "0.0.1-commit.b3d3157a"
10070
+ "aztec_version": "0.0.1-commit.b9865e97"
10071
10071
  }
@@ -5998,5 +5998,5 @@
5998
5998
  }
5999
5999
  },
6000
6000
  "transpiled": true,
6001
- "aztec_version": "0.0.1-commit.b3d3157a"
6001
+ "aztec_version": "0.0.1-commit.b9865e97"
6002
6002
  }
@@ -4298,5 +4298,5 @@
4298
4298
  }
4299
4299
  },
4300
4300
  "transpiled": true,
4301
- "aztec_version": "0.0.1-commit.b3d3157a"
4301
+ "aztec_version": "0.0.1-commit.b9865e97"
4302
4302
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aztec/standard-contracts",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/standard-contracts",
4
4
  "description": "Standard non-protocol contracts for the Aztec Network",
5
- "version": "0.0.1-commit.b3d3157a",
5
+ "version": "0.0.1-commit.b9865e97",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": "./dest/index.js",
@@ -74,8 +74,8 @@
74
74
  ]
75
75
  },
76
76
  "dependencies": {
77
- "@aztec/foundation": "0.0.1-commit.b3d3157a",
78
- "@aztec/stdlib": "0.0.1-commit.b3d3157a",
77
+ "@aztec/foundation": "0.0.1-commit.b9865e97",
78
+ "@aztec/stdlib": "0.0.1-commit.b9865e97",
79
79
  "tslib": "^2.4.0"
80
80
  },
81
81
  "devDependencies": {