@loopback/context-explorer 0.12.1 → 0.12.3

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/README.md +0 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -49,7 +49,6 @@ The following endpoints are added by the component.
49
49
  1. `/context-explorer/inspect`: Fetch a JSON document for the context hierarchy.
50
50
 
51
51
  The following query parameters are supported:
52
-
53
52
  - includeParent: include parent contexts (default: `true`)
54
53
  - includeInjections: include injections (default: `true`)
55
54
  - includeGraph: include a graph in [graphviz](https://www.graphviz.org/) dot
@@ -58,7 +57,6 @@ The following endpoints are added by the component.
58
57
  2. `/context-explorer/graph`: Render the LoopBack application as a SVG diagram.
59
58
 
60
59
  The following query parameters are supported:
61
-
62
60
  - includeParent: include parent contexts (default: `true`)
63
61
  - includeInjections: include injections (default: `true`)
64
62
  - format: `dot` or `svg` (default: `svg`)
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.12.1",
4
+ "version": "0.12.3",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Explorer",
@@ -40,19 +40,19 @@
40
40
  ],
41
41
  "peerDependencies": {
42
42
  "@loopback/core": "^7.0.0",
43
- "@loopback/rest": "^14.0.0"
43
+ "@loopback/rest": "^15.0.1"
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": "^12.0.1",
51
- "@loopback/core": "^7.0.1",
50
+ "@loopback/build": "^12.0.2",
51
+ "@loopback/core": "^7.0.2",
52
52
  "@loopback/eslint-config": "^16.0.0",
53
- "@loopback/rest": "^15.0.1",
54
- "@loopback/testlab": "^8.0.1",
53
+ "@loopback/rest": "^15.0.3",
54
+ "@loopback/testlab": "^8.0.2",
55
55
  "@types/node": "^16.18.126"
56
56
  },
57
- "gitHead": "739a529c28256ab39fcc173ca0195e700758ef11"
57
+ "gitHead": "c2a3c1ada086e3abd6ea195ec8f70ce5a63c924c"
58
58
  }