solid-logic 3.1.1-1d92309 → 3.1.1-2e1ed31
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 +8 -9
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("
|
|
3
|
+
module.exports = factory(require("rdflib"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["
|
|
5
|
+
define(["rdflib"], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["SolidLogic"] = factory(require("
|
|
7
|
+
exports["SolidLogic"] = factory(require("rdflib"));
|
|
8
8
|
else
|
|
9
|
-
root["SolidLogic"] = factory(root["
|
|
10
|
-
})(this, (
|
|
9
|
+
root["SolidLogic"] = factory(root["rdflib"]);
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__5491__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
@@ -546,7 +546,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
546
546
|
})();
|
|
547
547
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
548
548
|
exports.createUtilityLogic = createUtilityLogic;
|
|
549
|
-
const rdflib_1 = __webpack_require__(
|
|
549
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
550
550
|
const CustomError_1 = __webpack_require__(390);
|
|
551
551
|
const debug = __importStar(__webpack_require__(9378));
|
|
552
552
|
const utils_1 = __webpack_require__(6848);
|
|
@@ -700,7 +700,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
700
700
|
|
|
701
701
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
702
702
|
exports.createContainerLogic = createContainerLogic;
|
|
703
|
-
const rdflib_1 = __webpack_require__(
|
|
703
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
704
704
|
/**
|
|
705
705
|
* Container-related class
|
|
706
706
|
*/
|
|
@@ -828,7 +828,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
828
828
|
})();
|
|
829
829
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
830
830
|
exports.createTypeIndexLogic = createTypeIndexLogic;
|
|
831
|
-
const rdflib_1 = __webpack_require__(
|
|
831
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
832
832
|
const debug = __importStar(__webpack_require__(9378));
|
|
833
833
|
const ns_1 = __webpack_require__(6118);
|
|
834
834
|
const utils_1 = __webpack_require__(6848);
|
|
@@ -1584,7 +1584,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
1584
1584
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1585
1585
|
exports.appContext = void 0;
|
|
1586
1586
|
exports.offlineTestID = offlineTestID;
|
|
1587
|
-
const rdflib_1 = __webpack_require__(
|
|
1587
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
1588
1588
|
const debug = __importStar(__webpack_require__(9378));
|
|
1589
1589
|
/**
|
|
1590
1590
|
* find a user or app's context as set in window.SolidAppContext
|
|
@@ -1695,7 +1695,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
1695
1695
|
})();
|
|
1696
1696
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1697
1697
|
exports.createSolidLogic = createSolidLogic;
|
|
1698
|
-
const rdf = __importStar(__webpack_require__(
|
|
1698
|
+
const rdf = __importStar(__webpack_require__(5491));
|
|
1699
1699
|
const aclLogic_1 = __webpack_require__(6769);
|
|
1700
1700
|
const SolidAuthnLogic_1 = __webpack_require__(4746);
|
|
1701
1701
|
const chatLogic_1 = __webpack_require__(3091);
|
|
@@ -3891,7 +3891,7 @@ class ProduceJWT {
|
|
|
3891
3891
|
|
|
3892
3892
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3893
3893
|
exports.createChatLogic = createChatLogic;
|
|
3894
|
-
const rdflib_1 = __webpack_require__(
|
|
3894
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
3895
3895
|
const ns_1 = __webpack_require__(6118);
|
|
3896
3896
|
const utils_1 = __webpack_require__(6848);
|
|
3897
3897
|
const CHAT_LOCATION_IN_CONTAINER = 'index.ttl#this';
|
|
@@ -6178,14 +6178,6 @@ const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.
|
|
|
6178
6178
|
exports["default"] = { randomUUID };
|
|
6179
6179
|
|
|
6180
6180
|
|
|
6181
|
-
/***/ }),
|
|
6182
|
-
|
|
6183
|
-
/***/ 4264:
|
|
6184
|
-
/***/ ((module) => {
|
|
6185
|
-
|
|
6186
|
-
"use strict";
|
|
6187
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__4264__;
|
|
6188
|
-
|
|
6189
6181
|
/***/ }),
|
|
6190
6182
|
|
|
6191
6183
|
/***/ 4299:
|
|
@@ -7954,7 +7946,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
7954
7946
|
})();
|
|
7955
7947
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7956
7948
|
exports.SolidAuthnLogic = void 0;
|
|
7957
|
-
const rdflib_1 = __webpack_require__(
|
|
7949
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
7958
7950
|
const authUtil_1 = __webpack_require__(2233);
|
|
7959
7951
|
const debug = __importStar(__webpack_require__(9378));
|
|
7960
7952
|
const solid_client_authn_browser_1 = __webpack_require__(2452);
|
|
@@ -8457,6 +8449,14 @@ function vocab (rdf = { namedNode: u => u }) {
|
|
|
8457
8449
|
module.exports = vocab
|
|
8458
8450
|
|
|
8459
8451
|
|
|
8452
|
+
/***/ }),
|
|
8453
|
+
|
|
8454
|
+
/***/ 5491:
|
|
8455
|
+
/***/ ((module) => {
|
|
8456
|
+
|
|
8457
|
+
"use strict";
|
|
8458
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__5491__;
|
|
8459
|
+
|
|
8460
8460
|
/***/ }),
|
|
8461
8461
|
|
|
8462
8462
|
/***/ 5500:
|
|
@@ -8764,7 +8764,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
8764
8764
|
exports.ns = void 0;
|
|
8765
8765
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
8766
8766
|
const solid_namespace_1 = __importDefault(__webpack_require__(5386)); // Delegate to this which takes RDFlib as param.
|
|
8767
|
-
const $rdf = __importStar(__webpack_require__(
|
|
8767
|
+
const $rdf = __importStar(__webpack_require__(5491));
|
|
8768
8768
|
exports.ns = (0, solid_namespace_1.default)($rdf);
|
|
8769
8769
|
|
|
8770
8770
|
|
|
@@ -9060,7 +9060,7 @@ async function flattenedVerify(jws, key, options) {
|
|
|
9060
9060
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
9061
9061
|
exports.ACL_LINK = void 0;
|
|
9062
9062
|
exports.createAclLogic = createAclLogic;
|
|
9063
|
-
const rdflib_1 = __webpack_require__(
|
|
9063
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
9064
9064
|
const ns_1 = __webpack_require__(6118);
|
|
9065
9065
|
exports.ACL_LINK = (0, rdflib_1.sym)('http://www.iana.org/assignments/link-relations/acl');
|
|
9066
9066
|
function createAclLogic(store) {
|
|
@@ -9193,7 +9193,7 @@ exports.getArchiveUrl = getArchiveUrl;
|
|
|
9193
9193
|
exports.differentOrigin = differentOrigin;
|
|
9194
9194
|
exports.suggestPreferencesFile = suggestPreferencesFile;
|
|
9195
9195
|
exports.determineChatContainer = determineChatContainer;
|
|
9196
|
-
const rdflib_1 = __webpack_require__(
|
|
9196
|
+
const rdflib_1 = __webpack_require__(5491);
|
|
9197
9197
|
function newThing(doc) {
|
|
9198
9198
|
return (0, rdflib_1.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
|
|
9199
9199
|
}
|