@loopback/context-explorer 0.10.2 → 0.10.4

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.
@@ -14,7 +14,7 @@ const keys_1 = require("./keys");
14
14
  /**
15
15
  * A component providing a self-hosted API Explorer.
16
16
  */
17
- let ContextExplorerComponent = exports.ContextExplorerComponent = class ContextExplorerComponent {
17
+ let ContextExplorerComponent = class ContextExplorerComponent {
18
18
  constructor(application, explorerConfig = {}) {
19
19
  var _a;
20
20
  const explorerPath = (_a = explorerConfig.path) !== null && _a !== void 0 ? _a : '/context-explorer';
@@ -24,6 +24,7 @@ let ContextExplorerComponent = exports.ContextExplorerComponent = class ContextE
24
24
  application.controller((0, context_explorer_controller_1.contextExplorerControllerFactory)(explorerPath));
25
25
  }
26
26
  };
27
+ exports.ContextExplorerComponent = ContextExplorerComponent;
27
28
  exports.ContextExplorerComponent = ContextExplorerComponent = tslib_1.__decorate([
28
29
  (0, core_1.injectable)({ tags: { [core_1.ContextTags.KEY]: keys_1.ContextExplorerBindings.COMPONENT.key } }),
29
30
  tslib_1.__param(0, (0, core_1.inject)(core_1.CoreBindings.APPLICATION_INSTANCE)),
@@ -1 +1 @@
1
- {"version":3,"file":"context-explorer.component.js","sourceRoot":"","sources":["../src/context-explorer.component.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,yCAOwB;AACxB,yCAA+C;AAC/C,wDAAwB;AACxB,+EAA+E;AAC/E,iCAA+C;AAG/C;;GAEG;AAEI,IAAM,wBAAwB,sCAA9B,MAAM,wBAAwB;IACnC,YAEE,WAA4B,EAE5B,iBAAwC,EAAE;;QAE1C,MAAM,YAAY,GAAG,MAAA,cAAc,CAAC,IAAI,mCAAI,mBAAmB,CAAC;QAChE,IAAI,cAAc,CAAC,iBAAiB,KAAK,KAAK,EAAE;YAC9C,WAAW,CAAC,MAAM,CAAC,YAAY,EAAE,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC;SACrE;QAED,WAAW,CAAC,UAAU,CAAC,IAAA,8DAAgC,EAAC,YAAY,CAAC,CAAC,CAAC;IACzE,CAAC;CACF,CAAA;mCAdY,wBAAwB;IADpC,IAAA,iBAAU,EAAC,EAAC,IAAI,EAAE,EAAC,CAAC,kBAAW,CAAC,GAAG,CAAC,EAAE,8BAAuB,CAAC,SAAS,CAAC,GAAG,EAAC,EAAC,CAAC;IAG1E,mBAAA,IAAA,aAAM,EAAC,mBAAY,CAAC,oBAAoB,CAAC,CAAA;IAEzC,mBAAA,IAAA,aAAM,GAAE,CAAA;6CADI,sBAAe;GAHnB,wBAAwB,CAcpC"}
1
+ {"version":3,"file":"context-explorer.component.js","sourceRoot":"","sources":["../src/context-explorer.component.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,0CAA0C;AAC1C,+CAA+C;AAC/C,gEAAgE;;;;AAEhE,yCAOwB;AACxB,yCAA+C;AAC/C,wDAAwB;AACxB,+EAA+E;AAC/E,iCAA+C;AAG/C;;GAEG;AAEI,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IACnC,YAEE,WAA4B,EAE5B,iBAAwC,EAAE;;QAE1C,MAAM,YAAY,GAAG,MAAA,cAAc,CAAC,IAAI,mCAAI,mBAAmB,CAAC;QAChE,IAAI,cAAc,CAAC,iBAAiB,KAAK,KAAK,EAAE;YAC9C,WAAW,CAAC,MAAM,CAAC,YAAY,EAAE,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC;SACrE;QAED,WAAW,CAAC,UAAU,CAAC,IAAA,8DAAgC,EAAC,YAAY,CAAC,CAAC,CAAC;IACzE,CAAC;CACF,CAAA;AAdY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,iBAAU,EAAC,EAAC,IAAI,EAAE,EAAC,CAAC,kBAAW,CAAC,GAAG,CAAC,EAAE,8BAAuB,CAAC,SAAS,CAAC,GAAG,EAAC,EAAC,CAAC;IAG1E,mBAAA,IAAA,aAAM,EAAC,mBAAY,CAAC,oBAAoB,CAAC,CAAA;IAEzC,mBAAA,IAAA,aAAM,GAAE,CAAA;6CADI,sBAAe;GAHnB,wBAAwB,CAcpC"}
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.10.2",
4
+ "version": "0.10.4",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Explorer",
@@ -47,12 +47,12 @@
47
47
  "viz.js": "^2.1.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@loopback/build": "^10.1.2",
51
- "@loopback/core": "^5.1.2",
52
- "@loopback/eslint-config": "^14.0.3",
53
- "@loopback/rest": "^13.1.2",
54
- "@loopback/testlab": "^6.1.2",
55
- "@types/node": "^16.18.40"
50
+ "@loopback/build": "^10.1.4",
51
+ "@loopback/core": "^5.1.4",
52
+ "@loopback/eslint-config": "^14.0.5",
53
+ "@loopback/rest": "^13.1.4",
54
+ "@loopback/testlab": "^6.1.4",
55
+ "@types/node": "^16.18.68"
56
56
  },
57
- "gitHead": "0e9d6114999bd4d53969071e49bec5f6680ae9ad"
57
+ "gitHead": "5326aa3ae03bd01b970917f96d0403dd5102aef1"
58
58
  }