@loopback/rest-explorer 2.2.1 → 2.2.2
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/rest-explorer@2.2.1...@loopback/rest-explorer@2.2.2) (2020-05-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/rest-explorer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/rest-explorer@2.2.0...@loopback/rest-explorer@2.2.1) (2020-05-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @loopback/rest-explorer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BindingKey } from '@loopback/context';
|
|
1
|
+
import { BindingAddress, BindingKey } from '@loopback/context';
|
|
2
2
|
import { RestExplorerComponent } from './rest-explorer.component';
|
|
3
3
|
import { RestExplorerConfig } from './rest-explorer.types';
|
|
4
4
|
/**
|
|
@@ -15,5 +15,5 @@ export declare namespace RestExplorerBindings {
|
|
|
15
15
|
* We recommend `ctx.configure(RestExplorerBindings.COMPONENT)` to be used
|
|
16
16
|
* instead of `ctx.bind(RestExplorerBindings.CONFIG)`.
|
|
17
17
|
*/
|
|
18
|
-
const CONFIG:
|
|
18
|
+
const CONFIG: BindingAddress<RestExplorerConfig>;
|
|
19
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rest-explorer.keys.js","sourceRoot":"","sources":["../src/rest-explorer.keys.ts"],"names":[],"mappings":";AAAA,sDAAsD;AACtD,uCAAuC;AACvC,+CAA+C;AAC/C,gEAAgE;;;AAEhE,+
|
|
1
|
+
{"version":3,"file":"rest-explorer.keys.js","sourceRoot":"","sources":["../src/rest-explorer.keys.ts"],"names":[],"mappings":";AAAA,sDAAsD;AACtD,uCAAuC;AACvC,+CAA+C;AAC/C,gEAAgE;;;AAEhE,+CAA6D;AAI7D;;GAEG;AACH,IAAiB,oBAAoB,CAgBpC;AAhBD,WAAiB,oBAAoB;IACnC;;OAEG;IACU,8BAAS,GAAG,oBAAU,CAAC,MAAM,CACxC,kCAAkC,CACnC,CAAC;IACF;;;;;OAKG;IACU,2BAAM,GAAuC,oBAAU,CAAC,iBAAiB,CAEpF,qBAAA,SAAS,CAAC,CAAC;AACf,CAAC,EAhBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAgBpC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/rest-explorer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "LoopBack's API Explorer",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"copyright.owner": "IBM Corp.",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@loopback/context": "^3.8.
|
|
22
|
-
"@loopback/core": "^2.
|
|
23
|
-
"@loopback/rest": "^5.0.
|
|
21
|
+
"@loopback/context": "^3.8.1",
|
|
22
|
+
"@loopback/core": "^2.7.0",
|
|
23
|
+
"@loopback/rest": "^5.0.1",
|
|
24
24
|
"ejs": "^3.1.3",
|
|
25
25
|
"swagger-ui-dist": "^3.25.3",
|
|
26
26
|
"tslib": "^2.0.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@loopback/build": "^5.4.
|
|
30
|
-
"@loopback/eslint-config": "^7.0.
|
|
31
|
-
"@loopback/testlab": "^3.1.
|
|
29
|
+
"@loopback/build": "^5.4.1",
|
|
30
|
+
"@loopback/eslint-config": "^7.0.1",
|
|
31
|
+
"@loopback/testlab": "^3.1.5",
|
|
32
32
|
"@types/ejs": "^3.0.4",
|
|
33
33
|
"@types/express": "^4.17.6",
|
|
34
|
-
"@types/node": "^10.17.
|
|
34
|
+
"@types/node": "^10.17.24",
|
|
35
35
|
"express": "^4.17.1"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"url": "https://github.com/strongloop/loopback-next.git",
|
|
55
55
|
"directory": "packages/rest-explorer"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "62aea854bf85c5a5995b59e6908fe5409f7eea96"
|
|
58
58
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file is licensed under the MIT License.
|
|
4
4
|
// License text available at https://opensource.org/licenses/MIT
|
|
5
5
|
|
|
6
|
-
import {BindingKey} from '@loopback/context';
|
|
6
|
+
import {BindingAddress, BindingKey} from '@loopback/context';
|
|
7
7
|
import {RestExplorerComponent} from './rest-explorer.component';
|
|
8
8
|
import {RestExplorerConfig} from './rest-explorer.types';
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ export namespace RestExplorerBindings {
|
|
|
23
23
|
* We recommend `ctx.configure(RestExplorerBindings.COMPONENT)` to be used
|
|
24
24
|
* instead of `ctx.bind(RestExplorerBindings.CONFIG)`.
|
|
25
25
|
*/
|
|
26
|
-
export const CONFIG = BindingKey.buildKeyForConfig<
|
|
27
|
-
|
|
28
|
-
);
|
|
26
|
+
export const CONFIG: BindingAddress<RestExplorerConfig> = BindingKey.buildKeyForConfig<
|
|
27
|
+
RestExplorerConfig
|
|
28
|
+
>(COMPONENT);
|
|
29
29
|
}
|