chat-pane 2.4.15-77151da0 → 2.4.15-b9ff3bf9

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.
@@ -62245,7 +62245,7 @@ var ChatLogic = /** @class */ (function () {
62245
62245
  if (!inviteeInbox) {
62246
62246
  throw new Error("Invitee inbox not found! ".concat(invitee.value));
62247
62247
  }
62248
- inviteBody = "\n<> a <http://www.w3.org/ns/pim/meeting#LongChatInvite> ;\n".concat(this.ns.rdf("seeAlso"), " <").concat(chatThing.value, "> . \n ");
62248
+ inviteBody = "\n<> a <http://www.w3.org/ns/pim/meeting#LongChatInvite> ;\n".concat(this.ns.rdf("seeAlso"), " <").concat(chatThing.value, "> .\n ");
62249
62249
  return [4 /*yield*/, ((_b = this.store.fetcher) === null || _b === void 0 ? void 0 : _b.webOperation("POST", inviteeInbox.value, {
62250
62250
  data: inviteBody,
62251
62251
  contentType: "text/turtle",
@@ -62576,6 +62576,7 @@ var SolidLogic = /** @class */ (function () {
62576
62576
  this.store = rdf.graph(); // Make a Quad store
62577
62577
  rdf.fetcher(this.store, fetcher); // Attach a web I/O module, store.fetcher
62578
62578
  this.store.updater = new rdf.UpdateManager(this.store); // Add real-time live updates store.updater
62579
+ this.store.features = []; // disable automatic node merging on store load
62579
62580
  this.cache = {
62580
62581
  profileDocument: {},
62581
62582
  preferencesFile: {},
@@ -62889,7 +62890,7 @@ exports.solidLogicSingleton = void 0;
62889
62890
  var debug = __importStar(__webpack_require__(/*! ../util/debug */ "./node_modules/solid-logic/lib/util/debug.js"));
62890
62891
  var authSession_1 = __webpack_require__(/*! ../authSession/authSession */ "./node_modules/solid-logic/lib/authSession/authSession.js");
62891
62892
  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 () {
62893
+ var _fetch = function (url, requestInit) { return __awaiter(void 0, void 0, void 0, function () {
62893
62894
  return __generator(this, function (_a) {
62894
62895
  if (authSession_1.authSession.info.webId) {
62895
62896
  return [2 /*return*/, authSession_1.authSession.fetch(url, requestInit)];
@@ -62901,7 +62902,7 @@ var fetcher = function (url, requestInit) { return __awaiter(void 0, void 0, voi
62901
62902
  });
62902
62903
  }); };
62903
62904
  //this const makes solidLogicSingleton global accessible in mashlib
62904
- var solidLogicSingleton = new SolidLogic_1.SolidLogic({ fetch: fetcher }, authSession_1.authSession);
62905
+ var solidLogicSingleton = new SolidLogic_1.SolidLogic({ fetch: _fetch }, authSession_1.authSession);
62905
62906
  exports.solidLogicSingleton = solidLogicSingleton;
62906
62907
  debug.log('Unique quadstore initialized.');
62907
62908
  //# sourceMappingURL=solidLogicSingleton.js.map
@@ -78820,8 +78821,8 @@ Object.defineProperty(exports, "__esModule", {
78820
78821
  });
78821
78822
  exports["default"] = void 0;
78822
78823
  var _default = {
78823
- buildTime: '2022-02-25T17:23:40Z',
78824
- commit: 'ca7338a8a70dcfd8899b5b7ac954ef7bb53313fa',
78824
+ buildTime: '2022-03-01T13:46:30Z',
78825
+ commit: '270aef4ccd3374111d51dd9c409cccb85cac5b3c',
78825
78826
  npmInfo: {
78826
78827
  'solid-ui': '2.4.18',
78827
78828
  npm: '6.14.16',