solid-ui 2.4.9-beta-c74447e5 → 2.4.10-92a6733c
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.
- package/lib/versionInfo.js +3 -3
- package/lib/versionInfo.js.map +1 -1
- package/lib/webpack-bundle.js +13 -13
- package/lib/webpack-bundle.js.map +1 -1
- package/package.json +9 -9
package/lib/versionInfo.js
CHANGED
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
buildTime: '2021-10-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2021-10-14T14:37:12Z',
|
|
9
|
+
commit: '92a6733c9feee81ddac08c370ef26d7337b7130a',
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-ui': '2.4.
|
|
11
|
+
'solid-ui': '2.4.10',
|
|
12
12
|
npm: '6.14.15',
|
|
13
13
|
ares: '1.17.2',
|
|
14
14
|
brotli: '1.0.9',
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/versionInfo.ts"],"names":["buildTime","commit","npmInfo","npm","ares","brotli","cldr","icu","llhttp","modules","napi","nghttp2","node","openssl","tz","unicode","uv","v8","zlib"],"mappings":";;;;;;eAAe;AACbA,EAAAA,SAAS,EAAE,sBADE;AAEbC,EAAAA,MAAM,EAAE,0CAFK;AAGbC,EAAAA,OAAO,EACT;AACE,gBAAY,
|
|
1
|
+
{"version":3,"sources":["../src/versionInfo.ts"],"names":["buildTime","commit","npmInfo","npm","ares","brotli","cldr","icu","llhttp","modules","napi","nghttp2","node","openssl","tz","unicode","uv","v8","zlib"],"mappings":";;;;;;eAAe;AACbA,EAAAA,SAAS,EAAE,sBADE;AAEbC,EAAAA,MAAM,EAAE,0CAFK;AAGbC,EAAAA,OAAO,EACT;AACE,gBAAY,QADd;AAEEC,IAAAA,GAAG,EAAE,SAFP;AAGEC,IAAAA,IAAI,EAAE,QAHR;AAIEC,IAAAA,MAAM,EAAE,OAJV;AAKEC,IAAAA,IAAI,EAAE,MALR;AAMEC,IAAAA,GAAG,EAAE,MANP;AAOEC,IAAAA,MAAM,EAAE,OAPV;AAQEC,IAAAA,OAAO,EAAE,IARX;AASEC,IAAAA,IAAI,EAAE,GATR;AAUEC,IAAAA,OAAO,EAAE,QAVX;AAWEC,IAAAA,IAAI,EAAE,SAXR;AAYEC,IAAAA,OAAO,EAAE,QAZX;AAaEC,IAAAA,EAAE,EAAE,OAbN;AAcEC,IAAAA,OAAO,EAAE,MAdX;AAeEC,IAAAA,EAAE,EAAE,QAfN;AAgBEC,IAAAA,EAAE,EAAE,oBAhBN;AAiBEC,IAAAA,IAAI,EAAE;AAjBR;AAJe,C","sourcesContent":["export default {\n buildTime: '2021-10-14T14:37:12Z',\n commit: '92a6733c9feee81ddac08c370ef26d7337b7130a',\n npmInfo:\n{\n 'solid-ui': '2.4.10',\n npm: '6.14.15',\n ares: '1.17.2',\n brotli: '1.0.9',\n cldr: '39.0',\n icu: '69.1',\n llhttp: '2.1.3',\n modules: '83',\n napi: '8',\n nghttp2: '1.42.0',\n node: '14.18.0',\n openssl: '1.1.1l',\n tz: '2021a',\n unicode: '13.0',\n uv: '1.42.0',\n v8: '8.4.371.23-node.84',\n zlib: '1.2.11'\n}\n}\n"],"file":"versionInfo.js"}
|
package/lib/webpack-bundle.js
CHANGED
|
@@ -15315,10 +15315,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
15315
15315
|
});
|
|
15316
15316
|
exports["default"] = void 0;
|
|
15317
15317
|
var _default = {
|
|
15318
|
-
buildTime: '2021-10-
|
|
15319
|
-
commit: '
|
|
15318
|
+
buildTime: '2021-10-14T14:37:12Z',
|
|
15319
|
+
commit: '92a6733c9feee81ddac08c370ef26d7337b7130a',
|
|
15320
15320
|
npmInfo: {
|
|
15321
|
-
'solid-ui': '2.4.
|
|
15321
|
+
'solid-ui': '2.4.10',
|
|
15322
15322
|
npm: '6.14.15',
|
|
15323
15323
|
ares: '1.17.2',
|
|
15324
15324
|
brotli: '1.0.9',
|
|
@@ -78335,7 +78335,7 @@ var SolidAuthnLogic = /** @class */ (function () {
|
|
|
78335
78335
|
}
|
|
78336
78336
|
SolidAuthnLogic.prototype.currentUser = function () {
|
|
78337
78337
|
var _a;
|
|
78338
|
-
return ((_a = this.session) === null || _a === void 0 ? void 0 : _a.info.webId) ? rdflib_1.sym(this.session.info.webId) : null;
|
|
78338
|
+
return ((_a = this.session) === null || _a === void 0 ? void 0 : _a.info.webId) ? (0, rdflib_1.sym)(this.session.info.webId) : null;
|
|
78339
78339
|
};
|
|
78340
78340
|
return SolidAuthnLogic;
|
|
78341
78341
|
}());
|
|
@@ -78460,11 +78460,11 @@ var ChatLogic = /** @class */ (function () {
|
|
|
78460
78460
|
return [4 /*yield*/, this.store.fetcher.load(privateTypeIndex)];
|
|
78461
78461
|
case 1:
|
|
78462
78462
|
_a.sent();
|
|
78463
|
-
reg = uri_1.newThing(privateTypeIndex);
|
|
78463
|
+
reg = (0, uri_1.newThing)(privateTypeIndex);
|
|
78464
78464
|
ins = [
|
|
78465
|
-
rdflib_1.st(reg, this.ns.rdf("type"), this.ns.solid("TypeRegistration"), privateTypeIndex.doc()),
|
|
78466
|
-
rdflib_1.st(reg, this.ns.solid("forClass"), this.ns.meeting("LongChat"), privateTypeIndex.doc()),
|
|
78467
|
-
rdflib_1.st(reg, this.ns.solid("instance"), chatThing, privateTypeIndex.doc()),
|
|
78465
|
+
(0, rdflib_1.st)(reg, this.ns.rdf("type"), this.ns.solid("TypeRegistration"), privateTypeIndex.doc()),
|
|
78466
|
+
(0, rdflib_1.st)(reg, this.ns.solid("forClass"), this.ns.meeting("LongChat"), privateTypeIndex.doc()),
|
|
78467
|
+
(0, rdflib_1.st)(reg, this.ns.solid("instance"), chatThing, privateTypeIndex.doc()),
|
|
78468
78468
|
];
|
|
78469
78469
|
return [4 /*yield*/, new Promise(function (resolve, reject) {
|
|
78470
78470
|
_this.store.updater.update([], ins, function (_uri, ok, errm) {
|
|
@@ -78494,7 +78494,7 @@ var ChatLogic = /** @class */ (function () {
|
|
|
78494
78494
|
return [4 /*yield*/, this.profile.getPodRoot(me)];
|
|
78495
78495
|
case 2:
|
|
78496
78496
|
podRoot = _a.sent();
|
|
78497
|
-
chatContainer = determineChatContainer_1.determineChatContainer(invitee, podRoot);
|
|
78497
|
+
chatContainer = (0, determineChatContainer_1.determineChatContainer)(invitee, podRoot);
|
|
78498
78498
|
exists = true;
|
|
78499
78499
|
_a.label = 3;
|
|
78500
78500
|
case 3:
|
|
@@ -78540,7 +78540,7 @@ var ChatLogic = /** @class */ (function () {
|
|
|
78540
78540
|
var newChatDoc = newInstance.doc();
|
|
78541
78541
|
kb.add(newInstance, this.ns.rdf("type"), this.ns.meeting("LongChat"), newChatDoc);
|
|
78542
78542
|
kb.add(newInstance, this.ns.dc("title"), "Chat channel", newChatDoc);
|
|
78543
|
-
kb.add(newInstance, this.ns.dc("created"), rdflib_1.term(new Date(Date.now())), newChatDoc);
|
|
78543
|
+
kb.add(newInstance, this.ns.dc("created"), (0, rdflib_1.term)(new Date(Date.now())), newChatDoc);
|
|
78544
78544
|
if (newPaneOptions.me) {
|
|
78545
78545
|
kb.add(newInstance, this.ns.dc("author"), newPaneOptions.me, newChatDoc);
|
|
78546
78546
|
}
|
|
@@ -78796,7 +78796,7 @@ var ProfileLogic_1 = __webpack_require__(/*! ./profile/ProfileLogic */ "./node_m
|
|
|
78796
78796
|
var UtilityLogic_1 = __webpack_require__(/*! ./util/UtilityLogic */ "./node_modules/solid-logic/lib/util/UtilityLogic.js");
|
|
78797
78797
|
var UtilityLogic_2 = __webpack_require__(/*! ./util/UtilityLogic */ "./node_modules/solid-logic/lib/util/UtilityLogic.js");
|
|
78798
78798
|
Object.defineProperty(exports, "ACL_LINK", { enumerable: true, get: function () { return UtilityLogic_2.ACL_LINK; } });
|
|
78799
|
-
var ns = solid_namespace_1.default(rdf);
|
|
78799
|
+
var ns = (0, solid_namespace_1.default)(rdf);
|
|
78800
78800
|
var SolidLogic = /** @class */ (function () {
|
|
78801
78801
|
function SolidLogic(fetcher, solidAuthSession) {
|
|
78802
78802
|
this.store = rdf.graph(); // Make a Quad store
|
|
@@ -79222,7 +79222,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
79222
79222
|
exports.newThing = void 0;
|
|
79223
79223
|
var rdflib_1 = __webpack_require__(/*! rdflib */ "./node_modules/rdflib/esm/index.js");
|
|
79224
79224
|
function newThing(doc) {
|
|
79225
|
-
return rdflib_1.sym(doc.uri + "#" + "id" + ("" + Date.now()));
|
|
79225
|
+
return (0, rdflib_1.sym)(doc.uri + "#" + "id" + ("" + Date.now()));
|
|
79226
79226
|
}
|
|
79227
79227
|
exports.newThing = newThing;
|
|
79228
79228
|
//# sourceMappingURL=uri.js.map
|
|
@@ -79277,7 +79277,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
79277
79277
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79278
79278
|
exports.UtilityLogic = exports.ACL_LINK = void 0;
|
|
79279
79279
|
var rdflib_1 = __webpack_require__(/*! rdflib */ "./node_modules/rdflib/esm/index.js");
|
|
79280
|
-
exports.ACL_LINK = rdflib_1.sym("http://www.iana.org/assignments/link-relations/acl");
|
|
79280
|
+
exports.ACL_LINK = (0, rdflib_1.sym)("http://www.iana.org/assignments/link-relations/acl");
|
|
79281
79281
|
/**
|
|
79282
79282
|
* Utility-related logic
|
|
79283
79283
|
*/
|