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.
@@ -1,13 +1,13 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("rdflib"));
3
+ module.exports = factory(require("$rdf"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["rdflib"], factory);
5
+ define(["$rdf"], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["SolidLogic"] = factory(require("rdflib"));
7
+ exports["SolidLogic"] = factory(require("$rdf"));
8
8
  else
9
- root["SolidLogic"] = factory(root["rdflib"]);
10
- })(this, (__WEBPACK_EXTERNAL_MODULE__5491__) => {
9
+ root["SolidLogic"] = factory(root["$rdf"]);
10
+ })(this, (__WEBPACK_EXTERNAL_MODULE__4264__) => {
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__(5491);
549
+ const rdflib_1 = __webpack_require__(4264);
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__(5491);
703
+ const rdflib_1 = __webpack_require__(4264);
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__(5491);
831
+ const rdflib_1 = __webpack_require__(4264);
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__(5491);
1587
+ const rdflib_1 = __webpack_require__(4264);
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__(5491));
1698
+ const rdf = __importStar(__webpack_require__(4264));
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__(5491);
3894
+ const rdflib_1 = __webpack_require__(4264);
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,6 +6178,14 @@ 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
+
6181
6189
  /***/ }),
6182
6190
 
6183
6191
  /***/ 4299:
@@ -7946,7 +7954,7 @@ var __importStar = (this && this.__importStar) || (function () {
7946
7954
  })();
7947
7955
  Object.defineProperty(exports, "__esModule", ({ value: true }));
7948
7956
  exports.SolidAuthnLogic = void 0;
7949
- const rdflib_1 = __webpack_require__(5491);
7957
+ const rdflib_1 = __webpack_require__(4264);
7950
7958
  const authUtil_1 = __webpack_require__(2233);
7951
7959
  const debug = __importStar(__webpack_require__(9378));
7952
7960
  const solid_client_authn_browser_1 = __webpack_require__(2452);
@@ -8449,14 +8457,6 @@ function vocab (rdf = { namedNode: u => u }) {
8449
8457
  module.exports = vocab
8450
8458
 
8451
8459
 
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__(5491));
8767
+ const $rdf = __importStar(__webpack_require__(4264));
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__(5491);
9063
+ const rdflib_1 = __webpack_require__(4264);
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__(5491);
9196
+ const rdflib_1 = __webpack_require__(4264);
9197
9197
  function newThing(doc) {
9198
9198
  return (0, rdflib_1.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
9199
9199
  }