@bananapus/permission-ids-v6 0.0.22 → 0.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/permission-ids-v6",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -190,8 +190,4 @@ library JBPermissionIds {
190
190
  /// @notice Repay a loan on behalf of the loan owner, returning collateral tokens
191
191
  /// (`REVLoans.repayLoan`).
192
192
  uint8 internal constant REPAY_LOAN = 39;
193
-
194
- /// @notice Reveal previously hidden tokens on behalf of a holder, making them publicly visible again
195
- /// (`REVHiddenTokens.revealTokensFor`).
196
- uint8 internal constant REVEAL_TOKENS = 40;
197
193
  }