@daocloud-proto/hydra 0.0.0-dev-96adbe0d → 0.0.0-dev-d8ebaf68

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.
@@ -89,6 +89,7 @@ export type JWTPlugin = {
89
89
  enabled?: boolean
90
90
  action?: PluginAction
91
91
  headerKey?: string
92
+ required?: boolean
92
93
  }
93
94
 
94
95
  export type ModelWhitelistPlugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-96adbe0d",
3
+ "version": "v0.0.0-dev-d8ebaf68",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"