hl-core 0.0.10-beta.67 → 0.0.10-beta.68

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.
@@ -916,6 +916,7 @@ export class RoleController {
916
916
  this.isHeadAdjuster() ||
917
917
  this.isArchivist() ||
918
918
  this.isSecurity() ||
919
+ this.isUnderwriter() ||
919
920
  this.isSanctioner1() ||
920
921
  this.isSanctioner2() ||
921
922
  this.isSanctioner3() ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.10-beta.67",
3
+ "version": "0.0.10-beta.68",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",