solid-logic 3.1.1-2e1ed31 → 3.1.1-45245b2
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/dist/solid-logic.esm.external.js +18 -18
- package/dist/solid-logic.esm.external.js.map +1 -1
- package/dist/solid-logic.esm.external.min.js +2 -2
- package/dist/solid-logic.esm.external.min.js.map +1 -1
- package/dist/solid-logic.external.js +23 -23
- package/dist/solid-logic.external.js.map +1 -1
- package/dist/solid-logic.external.min.js +2 -2
- package/dist/solid-logic.external.min.js.map +1 -1
- package/dist/versionInfo.js +2 -2
- package/package.json +5 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_$rdf__ from "$rdf";
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
4
|
/***/ 149:
|
|
@@ -526,7 +526,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
526
526
|
})();
|
|
527
527
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
528
528
|
exports.createUtilityLogic = createUtilityLogic;
|
|
529
|
-
const rdflib_1 = __webpack_require__(
|
|
529
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
530
530
|
const CustomError_1 = __webpack_require__(390);
|
|
531
531
|
const debug = __importStar(__webpack_require__(9378));
|
|
532
532
|
const utils_1 = __webpack_require__(6848);
|
|
@@ -679,7 +679,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
679
679
|
|
|
680
680
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
681
681
|
exports.createContainerLogic = createContainerLogic;
|
|
682
|
-
const rdflib_1 = __webpack_require__(
|
|
682
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
683
683
|
/**
|
|
684
684
|
* Container-related class
|
|
685
685
|
*/
|
|
@@ -805,7 +805,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
805
805
|
})();
|
|
806
806
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
807
807
|
exports.createTypeIndexLogic = createTypeIndexLogic;
|
|
808
|
-
const rdflib_1 = __webpack_require__(
|
|
808
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
809
809
|
const debug = __importStar(__webpack_require__(9378));
|
|
810
810
|
const ns_1 = __webpack_require__(6118);
|
|
811
811
|
const utils_1 = __webpack_require__(6848);
|
|
@@ -1550,7 +1550,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
1550
1550
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1551
1551
|
exports.appContext = void 0;
|
|
1552
1552
|
exports.offlineTestID = offlineTestID;
|
|
1553
|
-
const rdflib_1 = __webpack_require__(
|
|
1553
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
1554
1554
|
const debug = __importStar(__webpack_require__(9378));
|
|
1555
1555
|
/**
|
|
1556
1556
|
* find a user or app's context as set in window.SolidAppContext
|
|
@@ -1660,7 +1660,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
1660
1660
|
})();
|
|
1661
1661
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1662
1662
|
exports.createSolidLogic = createSolidLogic;
|
|
1663
|
-
const rdf = __importStar(__webpack_require__(
|
|
1663
|
+
const rdf = __importStar(__webpack_require__(4738));
|
|
1664
1664
|
const aclLogic_1 = __webpack_require__(6769);
|
|
1665
1665
|
const SolidAuthnLogic_1 = __webpack_require__(4746);
|
|
1666
1666
|
const chatLogic_1 = __webpack_require__(3091);
|
|
@@ -3846,7 +3846,7 @@ class ProduceJWT {
|
|
|
3846
3846
|
|
|
3847
3847
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3848
3848
|
exports.createChatLogic = createChatLogic;
|
|
3849
|
-
const rdflib_1 = __webpack_require__(
|
|
3849
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
3850
3850
|
const ns_1 = __webpack_require__(6118);
|
|
3851
3851
|
const utils_1 = __webpack_require__(6848);
|
|
3852
3852
|
const CHAT_LOCATION_IN_CONTAINER = 'index.ttl#this';
|
|
@@ -7848,6 +7848,13 @@ exports.saveSessionInfoToStorage = saveSessionInfoToStorage;
|
|
|
7848
7848
|
//# sourceMappingURL=index.js.map
|
|
7849
7849
|
|
|
7850
7850
|
|
|
7851
|
+
/***/ }),
|
|
7852
|
+
|
|
7853
|
+
/***/ 4738:
|
|
7854
|
+
/***/ ((module) => {
|
|
7855
|
+
|
|
7856
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE_$rdf__;
|
|
7857
|
+
|
|
7851
7858
|
/***/ }),
|
|
7852
7859
|
|
|
7853
7860
|
/***/ 4746:
|
|
@@ -7889,7 +7896,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
7889
7896
|
})();
|
|
7890
7897
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7891
7898
|
exports.SolidAuthnLogic = void 0;
|
|
7892
|
-
const rdflib_1 = __webpack_require__(
|
|
7899
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
7893
7900
|
const authUtil_1 = __webpack_require__(2233);
|
|
7894
7901
|
const debug = __importStar(__webpack_require__(9378));
|
|
7895
7902
|
const solid_client_authn_browser_1 = __webpack_require__(2452);
|
|
@@ -8001,13 +8008,6 @@ class SolidAuthnLogic {
|
|
|
8001
8008
|
exports.SolidAuthnLogic = SolidAuthnLogic;
|
|
8002
8009
|
|
|
8003
8010
|
|
|
8004
|
-
/***/ }),
|
|
8005
|
-
|
|
8006
|
-
/***/ 4961:
|
|
8007
|
-
/***/ ((module) => {
|
|
8008
|
-
|
|
8009
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE_rdflib__;
|
|
8010
|
-
|
|
8011
8011
|
/***/ }),
|
|
8012
8012
|
|
|
8013
8013
|
/***/ 5130:
|
|
@@ -8698,7 +8698,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
8698
8698
|
exports.ns = void 0;
|
|
8699
8699
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
8700
8700
|
const solid_namespace_1 = __importDefault(__webpack_require__(5386)); // Delegate to this which takes RDFlib as param.
|
|
8701
|
-
const $rdf = __importStar(__webpack_require__(
|
|
8701
|
+
const $rdf = __importStar(__webpack_require__(4738));
|
|
8702
8702
|
exports.ns = (0, solid_namespace_1.default)($rdf);
|
|
8703
8703
|
|
|
8704
8704
|
|
|
@@ -8989,7 +8989,7 @@ async function flattenedVerify(jws, key, options) {
|
|
|
8989
8989
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
8990
8990
|
exports.ACL_LINK = void 0;
|
|
8991
8991
|
exports.createAclLogic = createAclLogic;
|
|
8992
|
-
const rdflib_1 = __webpack_require__(
|
|
8992
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
8993
8993
|
const ns_1 = __webpack_require__(6118);
|
|
8994
8994
|
exports.ACL_LINK = (0, rdflib_1.sym)('http://www.iana.org/assignments/link-relations/acl');
|
|
8995
8995
|
function createAclLogic(store) {
|
|
@@ -9121,7 +9121,7 @@ exports.getArchiveUrl = getArchiveUrl;
|
|
|
9121
9121
|
exports.differentOrigin = differentOrigin;
|
|
9122
9122
|
exports.suggestPreferencesFile = suggestPreferencesFile;
|
|
9123
9123
|
exports.determineChatContainer = determineChatContainer;
|
|
9124
|
-
const rdflib_1 = __webpack_require__(
|
|
9124
|
+
const rdflib_1 = __webpack_require__(4738);
|
|
9125
9125
|
function newThing(doc) {
|
|
9126
9126
|
return (0, rdflib_1.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
|
|
9127
9127
|
}
|