@aztec/standard-contracts 0.0.1-commit.be03c316 → 0.0.1-commit.d58ff9d0

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.
@@ -6533,5 +6533,5 @@
6533
6533
  }
6534
6534
  },
6535
6535
  "transpiled": true,
6536
- "aztec_version": "0.0.1-commit.be03c316"
6536
+ "aztec_version": "0.0.1-commit.d58ff9d0"
6537
6537
  }
@@ -13254,5 +13254,5 @@
13254
13254
  }
13255
13255
  },
13256
13256
  "transpiled": true,
13257
- "aztec_version": "0.0.1-commit.be03c316"
13257
+ "aztec_version": "0.0.1-commit.d58ff9d0"
13258
13258
  }
@@ -4327,5 +4327,5 @@
4327
4327
  }
4328
4328
  },
4329
4329
  "transpiled": true,
4330
- "aztec_version": "0.0.1-commit.be03c316"
4330
+ "aztec_version": "0.0.1-commit.d58ff9d0"
4331
4331
  }
@@ -2999,5 +2999,5 @@
2999
2999
  }
3000
3000
  },
3001
3001
  "transpiled": true,
3002
- "aztec_version": "0.0.1-commit.be03c316"
3002
+ "aztec_version": "0.0.1-commit.d58ff9d0"
3003
3003
  }
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.be03c316",
5
+ "version": "0.0.1-commit.d58ff9d0",
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.be03c316",
78
- "@aztec/stdlib": "0.0.1-commit.be03c316",
77
+ "@aztec/foundation": "0.0.1-commit.d58ff9d0",
78
+ "@aztec/stdlib": "0.0.1-commit.d58ff9d0",
79
79
  "tslib": "^2.4.0"
80
80
  },
81
81
  "devDependencies": {