@loopback/context-explorer 0.8.4 → 0.8.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.
@@ -13,11 +13,11 @@ export declare class ContextBinding {
13
13
  /**
14
14
  * A filter function to control if a binding is to be rendered
15
15
  */
16
- export declare type BindingNodeFilter = (binding: ContextBinding) => boolean;
16
+ export type BindingNodeFilter = (binding: ContextBinding) => boolean;
17
17
  /**
18
18
  * Options for ContextGraph
19
19
  */
20
- export declare type ContextGraphOptions = {
20
+ export type ContextGraphOptions = {
21
21
  /**
22
22
  * A filter function to select bindings for rendering
23
23
  */
package/dist/types.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Options to configure Context Explorer
3
3
  */
4
- export declare type ContextExplorerConfig = {
4
+ export type ContextExplorerConfig = {
5
5
  /**
6
6
  * URL path where to expose the context explorer endpoints. Default: '/context-explorer'
7
7
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/context-explorer",
3
3
  "description": "Visualize context hierarchy, bindings, configurations, and dependencies",
4
- "version": "0.8.4",
4
+ "version": "0.8.6",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Explorer",
@@ -39,20 +39,20 @@
39
39
  "!*/__tests__"
40
40
  ],
41
41
  "peerDependencies": {
42
- "@loopback/core": "^4.0.4",
43
- "@loopback/rest": "^12.0.4"
42
+ "@loopback/core": "^4.0.6",
43
+ "@loopback/rest": "^12.0.6"
44
44
  },
45
45
  "dependencies": {
46
46
  "ts-graphviz": "^0.16.0",
47
47
  "viz.js": "^2.1.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@loopback/build": "^9.0.4",
51
- "@loopback/core": "^4.0.4",
52
- "@loopback/eslint-config": "^13.0.4",
53
- "@loopback/rest": "^12.0.4",
54
- "@loopback/testlab": "^5.0.4",
55
- "@types/node": "^14.18.32"
50
+ "@loopback/build": "^9.0.6",
51
+ "@loopback/core": "^4.0.6",
52
+ "@loopback/eslint-config": "^13.0.6",
53
+ "@loopback/rest": "^12.0.6",
54
+ "@loopback/testlab": "^5.0.6",
55
+ "@types/node": "^14.18.34"
56
56
  },
57
- "gitHead": "947500110c84ba77b2197b759b559c195cfce260"
57
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
58
58
  }