chat-pane 2.4.15-77151da0 → 2.4.15-d5255fb7

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.
@@ -1955,6 +1955,9 @@ const issuerConfigKeyMap = {
1955
1955
  toKey: "opTosUri",
1956
1956
  convertToUrl: true,
1957
1957
  },
1958
+ solid_oidc_supported: {
1959
+ toKey: "solidOidcSupported",
1960
+ },
1958
1961
  };
1959
1962
  function processConfig(config) {
1960
1963
  const parsedConfig = {};
@@ -62889,7 +62892,7 @@ exports.solidLogicSingleton = void 0;
62889
62892
  var debug = __importStar(__webpack_require__(/*! ../util/debug */ "./node_modules/solid-logic/lib/util/debug.js"));
62890
62893
  var authSession_1 = __webpack_require__(/*! ../authSession/authSession */ "./node_modules/solid-logic/lib/authSession/authSession.js");
62891
62894
  var SolidLogic_1 = __webpack_require__(/*! ./SolidLogic */ "./node_modules/solid-logic/lib/logic/SolidLogic.js");
62892
- var fetcher = function (url, requestInit) { return __awaiter(void 0, void 0, void 0, function () {
62895
+ var _fetch = function (url, requestInit) { return __awaiter(void 0, void 0, void 0, function () {
62893
62896
  return __generator(this, function (_a) {
62894
62897
  if (authSession_1.authSession.info.webId) {
62895
62898
  return [2 /*return*/, authSession_1.authSession.fetch(url, requestInit)];
@@ -62901,7 +62904,7 @@ var fetcher = function (url, requestInit) { return __awaiter(void 0, void 0, voi
62901
62904
  });
62902
62905
  }); };
62903
62906
  //this const makes solidLogicSingleton global accessible in mashlib
62904
- var solidLogicSingleton = new SolidLogic_1.SolidLogic({ fetch: fetcher }, authSession_1.authSession);
62907
+ var solidLogicSingleton = new SolidLogic_1.SolidLogic({ fetch: _fetch }, authSession_1.authSession);
62905
62908
  exports.solidLogicSingleton = solidLogicSingleton;
62906
62909
  debug.log('Unique quadstore initialized.');
62907
62910
  //# sourceMappingURL=solidLogicSingleton.js.map
@@ -78820,8 +78823,8 @@ Object.defineProperty(exports, "__esModule", {
78820
78823
  });
78821
78824
  exports["default"] = void 0;
78822
78825
  var _default = {
78823
- buildTime: '2022-02-25T17:23:40Z',
78824
- commit: 'ca7338a8a70dcfd8899b5b7ac954ef7bb53313fa',
78826
+ buildTime: '2022-02-25T20:54:01Z',
78827
+ commit: '68c36bc9db78f5f00dce8cef984d1851b20623dd',
78825
78828
  npmInfo: {
78826
78829
  'solid-ui': '2.4.18',
78827
78830
  npm: '6.14.16',