@loopback/authorization 0.12.4 → 0.12.6

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +10 -10
package/dist/types.d.ts CHANGED
@@ -84,7 +84,7 @@ export interface AuthorizationContext {
84
84
  /**
85
85
  * A function to decide if access to the target should be allowed or denied
86
86
  */
87
- export declare type Authorizer<T extends AuthorizationMetadata = AuthorizationMetadata> =
87
+ export type Authorizer<T extends AuthorizationMetadata = AuthorizationMetadata> =
88
88
  /**
89
89
  * @param context: Context information for authorization
90
90
  * @param metadata: Metadata representing requirements for authorization
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/authorization",
3
3
  "description": "A LoopBack component for authorization support.",
4
- "version": "0.12.4",
4
+ "version": "0.12.6",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Authorization"
@@ -40,20 +40,20 @@
40
40
  "!/fixtures"
41
41
  ],
42
42
  "peerDependencies": {
43
- "@loopback/core": "^4.0.4"
43
+ "@loopback/core": "^4.0.6"
44
44
  },
45
45
  "dependencies": {
46
- "@loopback/security": "^0.8.4",
46
+ "@loopback/security": "^0.8.6",
47
47
  "debug": "^4.3.4",
48
- "tslib": "^2.4.0"
48
+ "tslib": "^2.4.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@loopback/build": "^9.0.4",
52
- "@loopback/core": "^4.0.4",
53
- "@loopback/testlab": "^5.0.4",
51
+ "@loopback/build": "^9.0.6",
52
+ "@loopback/core": "^4.0.6",
53
+ "@loopback/testlab": "^5.0.6",
54
54
  "@types/debug": "^4.1.7",
55
- "@types/node": "^14.18.32",
56
- "casbin": "^5.19.1"
55
+ "@types/node": "^14.18.34",
56
+ "casbin": "^5.19.3"
57
57
  },
58
- "gitHead": "947500110c84ba77b2197b759b559c195cfce260"
58
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
59
59
  }