mashlib 2.0.0-308e9998 → 2.0.0-385d4d8c
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/mashlib.js +112 -102
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +3 -3
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +1 -1
package/dist/mashlib.js
CHANGED
|
@@ -1781,7 +1781,7 @@ populateMaps(exports.extensions, exports.types)
|
|
|
1781
1781
|
* Get the default charset for a MIME type.
|
|
1782
1782
|
*
|
|
1783
1783
|
* @param {string} type
|
|
1784
|
-
* @return {
|
|
1784
|
+
* @return {false|string}
|
|
1785
1785
|
*/
|
|
1786
1786
|
|
|
1787
1787
|
function charset (type) {
|
|
@@ -1809,7 +1809,7 @@ function charset (type) {
|
|
|
1809
1809
|
* Create a full Content-Type header given a MIME type or extension.
|
|
1810
1810
|
*
|
|
1811
1811
|
* @param {string} str
|
|
1812
|
-
* @return {
|
|
1812
|
+
* @return {false|string}
|
|
1813
1813
|
*/
|
|
1814
1814
|
|
|
1815
1815
|
function contentType (str) {
|
|
@@ -1837,7 +1837,7 @@ function contentType (str) {
|
|
|
1837
1837
|
* Get the default extension for a MIME type.
|
|
1838
1838
|
*
|
|
1839
1839
|
* @param {string} type
|
|
1840
|
-
* @return {
|
|
1840
|
+
* @return {false|string}
|
|
1841
1841
|
*/
|
|
1842
1842
|
|
|
1843
1843
|
function extension (type) {
|
|
@@ -1862,7 +1862,7 @@ function extension (type) {
|
|
|
1862
1862
|
* Lookup the MIME type for a file path/extension.
|
|
1863
1863
|
*
|
|
1864
1864
|
* @param {string} path
|
|
1865
|
-
* @return {
|
|
1865
|
+
* @return {false|string}
|
|
1866
1866
|
*/
|
|
1867
1867
|
|
|
1868
1868
|
function lookup (path) {
|
|
@@ -2549,6 +2549,11 @@ var TYPE_SCORES = {
|
|
|
2549
2549
|
// prefer font/woff over application/font-woff
|
|
2550
2550
|
font: 2,
|
|
2551
2551
|
|
|
2552
|
+
// prefer video/mp4 over audio/mp4 over application/mp4
|
|
2553
|
+
// See https://www.rfc-editor.org/rfc/rfc4337.html#section-2
|
|
2554
|
+
audio: 2,
|
|
2555
|
+
video: 3,
|
|
2556
|
+
|
|
2552
2557
|
default: 0
|
|
2553
2558
|
}
|
|
2554
2559
|
|
|
@@ -2679,7 +2684,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2679
2684
|
/******/ var __webpack_module_cache__ = {};
|
|
2680
2685
|
/******/
|
|
2681
2686
|
/******/ // The require function
|
|
2682
|
-
/******/ function
|
|
2687
|
+
/******/ function __nested_webpack_require_187123__(moduleId) {
|
|
2683
2688
|
/******/ // Check if module is in cache
|
|
2684
2689
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
2685
2690
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -2693,7 +2698,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2693
2698
|
/******/ };
|
|
2694
2699
|
/******/
|
|
2695
2700
|
/******/ // Execute the module function
|
|
2696
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
2701
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_187123__);
|
|
2697
2702
|
/******/
|
|
2698
2703
|
/******/ // Flag the module as loaded
|
|
2699
2704
|
/******/ module.loaded = true;
|
|
@@ -2706,11 +2711,11 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2706
2711
|
/******/ /* webpack/runtime/compat get default export */
|
|
2707
2712
|
/******/ (() => {
|
|
2708
2713
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
2709
|
-
/******/
|
|
2714
|
+
/******/ __nested_webpack_require_187123__.n = (module) => {
|
|
2710
2715
|
/******/ var getter = module && module.__esModule ?
|
|
2711
2716
|
/******/ () => (module['default']) :
|
|
2712
2717
|
/******/ () => (module);
|
|
2713
|
-
/******/
|
|
2718
|
+
/******/ __nested_webpack_require_187123__.d(getter, { a: getter });
|
|
2714
2719
|
/******/ return getter;
|
|
2715
2720
|
/******/ };
|
|
2716
2721
|
/******/ })();
|
|
@@ -2718,9 +2723,9 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2718
2723
|
/******/ /* webpack/runtime/define property getters */
|
|
2719
2724
|
/******/ (() => {
|
|
2720
2725
|
/******/ // define getter functions for harmony exports
|
|
2721
|
-
/******/
|
|
2726
|
+
/******/ __nested_webpack_require_187123__.d = (exports, definition) => {
|
|
2722
2727
|
/******/ for(var key in definition) {
|
|
2723
|
-
/******/ if(
|
|
2728
|
+
/******/ if(__nested_webpack_require_187123__.o(definition, key) && !__nested_webpack_require_187123__.o(exports, key)) {
|
|
2724
2729
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
2725
2730
|
/******/ }
|
|
2726
2731
|
/******/ }
|
|
@@ -2729,7 +2734,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2729
2734
|
/******/
|
|
2730
2735
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
2731
2736
|
/******/ (() => {
|
|
2732
|
-
/******/
|
|
2737
|
+
/******/ __nested_webpack_require_187123__.hmd = (module) => {
|
|
2733
2738
|
/******/ module = Object.create(module);
|
|
2734
2739
|
/******/ if (!module.children) module.children = [];
|
|
2735
2740
|
/******/ Object.defineProperty(module, 'exports', {
|
|
@@ -2744,13 +2749,13 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2744
2749
|
/******/
|
|
2745
2750
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
2746
2751
|
/******/ (() => {
|
|
2747
|
-
/******/
|
|
2752
|
+
/******/ __nested_webpack_require_187123__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
2748
2753
|
/******/ })();
|
|
2749
2754
|
/******/
|
|
2750
2755
|
/******/ /* webpack/runtime/make namespace object */
|
|
2751
2756
|
/******/ (() => {
|
|
2752
2757
|
/******/ // define __esModule on exports
|
|
2753
|
-
/******/
|
|
2758
|
+
/******/ __nested_webpack_require_187123__.r = (exports) => {
|
|
2754
2759
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
2755
2760
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2756
2761
|
/******/ }
|
|
@@ -2764,10 +2769,10 @@ var __nested_webpack_exports__ = {};
|
|
|
2764
2769
|
(() => {
|
|
2765
2770
|
"use strict";
|
|
2766
2771
|
// ESM COMPAT FLAG
|
|
2767
|
-
|
|
2772
|
+
__nested_webpack_require_187123__.r(__nested_webpack_exports__);
|
|
2768
2773
|
|
|
2769
2774
|
// EXPORTS
|
|
2770
|
-
|
|
2775
|
+
__nested_webpack_require_187123__.d(__nested_webpack_exports__, {
|
|
2771
2776
|
acl: () => (/* reexport */ acl),
|
|
2772
2777
|
aclControl: () => (/* reexport */ aclControl),
|
|
2773
2778
|
create: () => (/* reexport */ create),
|
|
@@ -2796,8 +2801,8 @@ __nested_webpack_require_186985__.d(__nested_webpack_exports__, {
|
|
|
2796
2801
|
|
|
2797
2802
|
// NAMESPACE OBJECT: ./src/log.ts
|
|
2798
2803
|
var log_namespaceObject = {};
|
|
2799
|
-
|
|
2800
|
-
|
|
2804
|
+
__nested_webpack_require_187123__.r(log_namespaceObject);
|
|
2805
|
+
__nested_webpack_require_187123__.d(log_namespaceObject, {
|
|
2801
2806
|
LogLevel: () => (LogLevel),
|
|
2802
2807
|
alert: () => (log_alert),
|
|
2803
2808
|
clear: () => (clear),
|
|
@@ -2817,8 +2822,8 @@ __nested_webpack_require_186985__.d(log_namespaceObject, {
|
|
|
2817
2822
|
|
|
2818
2823
|
// NAMESPACE OBJECT: ./src/utils/index.js
|
|
2819
2824
|
var utils_namespaceObject = {};
|
|
2820
|
-
|
|
2821
|
-
|
|
2825
|
+
__nested_webpack_require_187123__.r(utils_namespaceObject);
|
|
2826
|
+
__nested_webpack_require_187123__.d(utils_namespaceObject, {
|
|
2822
2827
|
AJARImage: () => (AJARImage),
|
|
2823
2828
|
RDFComparePredicateObject: () => (RDFComparePredicateObject),
|
|
2824
2829
|
RDFComparePredicateSubject: () => (RDFComparePredicateSubject),
|
|
@@ -2852,8 +2857,8 @@ __nested_webpack_require_186985__.d(utils_namespaceObject, {
|
|
|
2852
2857
|
|
|
2853
2858
|
// NAMESPACE OBJECT: ./src/widgets/forms/autocomplete/language.ts
|
|
2854
2859
|
var language_namespaceObject = {};
|
|
2855
|
-
|
|
2856
|
-
|
|
2860
|
+
__nested_webpack_require_187123__.r(language_namespaceObject);
|
|
2861
|
+
__nested_webpack_require_187123__.d(language_namespaceObject, {
|
|
2857
2862
|
addDefaults: () => (addDefaults),
|
|
2858
2863
|
defaultPreferredLanguages: () => (defaultPreferredLanguages),
|
|
2859
2864
|
filterByLanguage: () => (filterByLanguage),
|
|
@@ -2864,8 +2869,8 @@ __nested_webpack_require_186985__.d(language_namespaceObject, {
|
|
|
2864
2869
|
|
|
2865
2870
|
// NAMESPACE OBJECT: ./src/widgets/forms/autocomplete/publicData.ts
|
|
2866
2871
|
var publicData_namespaceObject = {};
|
|
2867
|
-
|
|
2868
|
-
|
|
2872
|
+
__nested_webpack_require_187123__.r(publicData_namespaceObject);
|
|
2873
|
+
__nested_webpack_require_187123__.d(publicData_namespaceObject, {
|
|
2869
2874
|
AUTOCOMPLETE_LIMIT: () => (AUTOCOMPLETE_LIMIT),
|
|
2870
2875
|
ESCOResultToBindings: () => (ESCOResultToBindings),
|
|
2871
2876
|
bindingToTerm: () => (bindingToTerm),
|
|
@@ -2893,8 +2898,8 @@ __nested_webpack_require_186985__.d(publicData_namespaceObject, {
|
|
|
2893
2898
|
|
|
2894
2899
|
// NAMESPACE OBJECT: ./src/login/login.ts
|
|
2895
2900
|
var login_namespaceObject = {};
|
|
2896
|
-
|
|
2897
|
-
|
|
2901
|
+
__nested_webpack_require_187123__.r(login_namespaceObject);
|
|
2902
|
+
__nested_webpack_require_187123__.d(login_namespaceObject, {
|
|
2898
2903
|
ensureLoadedPreferences: () => (ensureLoadedPreferences),
|
|
2899
2904
|
ensureLoadedProfile: () => (ensureLoadedProfile),
|
|
2900
2905
|
ensureLoggedIn: () => (ensureLoggedIn),
|
|
@@ -2913,8 +2918,8 @@ __nested_webpack_require_186985__.d(login_namespaceObject, {
|
|
|
2913
2918
|
|
|
2914
2919
|
// NAMESPACE OBJECT: ./src/widgets/index.js
|
|
2915
2920
|
var widgets_namespaceObject = {};
|
|
2916
|
-
|
|
2917
|
-
|
|
2921
|
+
__nested_webpack_require_187123__.r(widgets_namespaceObject);
|
|
2922
|
+
__nested_webpack_require_187123__.d(widgets_namespaceObject, {
|
|
2918
2923
|
Group: () => (Group),
|
|
2919
2924
|
GroupBuilder: () => (GroupBuilder),
|
|
2920
2925
|
GroupPicker: () => (GroupPicker),
|
|
@@ -2999,8 +3004,8 @@ __nested_webpack_require_186985__.d(widgets_namespaceObject, {
|
|
|
2999
3004
|
|
|
3000
3005
|
// NAMESPACE OBJECT: ./src/participation.ts
|
|
3001
3006
|
var participation_namespaceObject = {};
|
|
3002
|
-
|
|
3003
|
-
|
|
3007
|
+
__nested_webpack_require_187123__.r(participation_namespaceObject);
|
|
3008
|
+
__nested_webpack_require_187123__.d(participation_namespaceObject, {
|
|
3004
3009
|
manageParticipation: () => (manageParticipation),
|
|
3005
3010
|
participationObject: () => (participationObject),
|
|
3006
3011
|
recordParticipation: () => (recordParticipation),
|
|
@@ -3009,8 +3014,8 @@ __nested_webpack_require_186985__.d(participation_namespaceObject, {
|
|
|
3009
3014
|
|
|
3010
3015
|
// NAMESPACE OBJECT: ./src/pad.ts
|
|
3011
3016
|
var pad_namespaceObject = {};
|
|
3012
|
-
|
|
3013
|
-
|
|
3017
|
+
__nested_webpack_require_187123__.r(pad_namespaceObject);
|
|
3018
|
+
__nested_webpack_require_187123__.d(pad_namespaceObject, {
|
|
3014
3019
|
getChunks: () => (getChunks),
|
|
3015
3020
|
lightColorHash: () => (lightColorHash),
|
|
3016
3021
|
manageParticipation: () => (manageParticipation),
|
|
@@ -3024,8 +3029,8 @@ __nested_webpack_require_186985__.d(pad_namespaceObject, {
|
|
|
3024
3029
|
|
|
3025
3030
|
// NAMESPACE OBJECT: ./src/preferences.js
|
|
3026
3031
|
var preferences_namespaceObject = {};
|
|
3027
|
-
|
|
3028
|
-
|
|
3032
|
+
__nested_webpack_require_187123__.r(preferences_namespaceObject);
|
|
3033
|
+
__nested_webpack_require_187123__.d(preferences_namespaceObject, {
|
|
3029
3034
|
get: () => (get),
|
|
3030
3035
|
getPreferencesForClass: () => (getPreferencesForClass),
|
|
3031
3036
|
recordPersonalDefaults: () => (recordPersonalDefaults),
|
|
@@ -3037,21 +3042,21 @@ __nested_webpack_require_186985__.d(preferences_namespaceObject, {
|
|
|
3037
3042
|
|
|
3038
3043
|
// NAMESPACE OBJECT: ./src/tabs.ts
|
|
3039
3044
|
var tabs_namespaceObject = {};
|
|
3040
|
-
|
|
3041
|
-
|
|
3045
|
+
__nested_webpack_require_187123__.r(tabs_namespaceObject);
|
|
3046
|
+
__nested_webpack_require_187123__.d(tabs_namespaceObject, {
|
|
3042
3047
|
TabWidgetElement: () => (TabWidgetElement),
|
|
3043
3048
|
tabWidget: () => (tabWidget)
|
|
3044
3049
|
});
|
|
3045
3050
|
|
|
3046
3051
|
// NAMESPACE OBJECT: ./src/create/types.ts
|
|
3047
3052
|
var types_namespaceObject = {};
|
|
3048
|
-
|
|
3053
|
+
__nested_webpack_require_187123__.r(types_namespaceObject);
|
|
3049
3054
|
|
|
3050
3055
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
3051
|
-
var solid_namespace =
|
|
3052
|
-
var solid_namespace_default = /*#__PURE__*/
|
|
3056
|
+
var solid_namespace = __nested_webpack_require_187123__(386);
|
|
3057
|
+
var solid_namespace_default = /*#__PURE__*/__nested_webpack_require_187123__.n(solid_namespace);
|
|
3053
3058
|
// EXTERNAL MODULE: external "$rdf"
|
|
3054
|
-
var external_$rdf_ =
|
|
3059
|
+
var external_$rdf_ = __nested_webpack_require_187123__(264);
|
|
3055
3060
|
;// ./src/ns.js
|
|
3056
3061
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
3057
3062
|
|
|
@@ -3086,10 +3091,10 @@ function asyncToGenerator_asyncToGenerator(n) {
|
|
|
3086
3091
|
}
|
|
3087
3092
|
|
|
3088
3093
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
|
|
3089
|
-
var regenerator =
|
|
3090
|
-
var regenerator_default = /*#__PURE__*/
|
|
3094
|
+
var regenerator = __nested_webpack_require_187123__(756);
|
|
3095
|
+
var regenerator_default = /*#__PURE__*/__nested_webpack_require_187123__.n(regenerator);
|
|
3091
3096
|
// EXTERNAL MODULE: external "SolidLogic"
|
|
3092
|
-
var external_SolidLogic_ =
|
|
3097
|
+
var external_SolidLogic_ = __nested_webpack_require_187123__(663);
|
|
3093
3098
|
;// ./src/log.ts
|
|
3094
3099
|
// /////////////////////// Logging
|
|
3095
3100
|
//
|
|
@@ -3378,7 +3383,7 @@ function getWellKnownLabel(thing) {
|
|
|
3378
3383
|
external_SolidLogic_.store.any(thing, UI.ns.link('message')) || external_SolidLogic_.store.any(thing, UI.ns.vcard('fn')) || external_SolidLogic_.store.any(thing, UI.ns.foaf('name')) || external_SolidLogic_.store.any(thing, UI.ns.dct('title')) || external_SolidLogic_.store.any(thing, UI.ns.dc('title')) || external_SolidLogic_.store.any(thing, UI.ns.rss('title')) || external_SolidLogic_.store.any(thing, UI.ns.contact('fullName')) || external_SolidLogic_.store.any(thing, external_SolidLogic_.store.sym('http://www.w3.org/2001/04/roadmap/org#name')) || external_SolidLogic_.store.any(thing, UI.ns.cal('summary')) || external_SolidLogic_.store.any(thing, UI.ns.foaf('nick')) || external_SolidLogic_.store.any(thing, UI.ns.as('name')) || external_SolidLogic_.store.any(thing, UI.ns.schema('name')) || external_SolidLogic_.store.any(thing, UI.ns.rdfs('label')) || external_SolidLogic_.store.any(thing, external_SolidLogic_.store.sym('http://www.w3.org/2004/02/skos/core#prefLabel'));
|
|
3379
3384
|
}
|
|
3380
3385
|
// EXTERNAL MODULE: ./src/debug.ts
|
|
3381
|
-
var src_debug =
|
|
3386
|
+
var src_debug = __nested_webpack_require_187123__(423);
|
|
3382
3387
|
;// ./src/acl/acl.ts
|
|
3383
3388
|
|
|
3384
3389
|
|
|
@@ -3986,7 +3991,7 @@ function _slicedToArray(r, e) {
|
|
|
3986
3991
|
}
|
|
3987
3992
|
|
|
3988
3993
|
// EXTERNAL MODULE: ./node_modules/mime-types/index.js
|
|
3989
|
-
var mime_types =
|
|
3994
|
+
var mime_types = __nested_webpack_require_187123__(49);
|
|
3990
3995
|
;// ./src/styleConstants.js
|
|
3991
3996
|
/* harmony default export */ const styleConstants = ({
|
|
3992
3997
|
highlightColor: '#7C4DFF',
|
|
@@ -4351,7 +4356,7 @@ function uploadFiles(fetcher, files, fileBase, imageBase, successHandler) {
|
|
|
4351
4356
|
}
|
|
4352
4357
|
}
|
|
4353
4358
|
// EXTERNAL MODULE: ./src/iconBase.ts
|
|
4354
|
-
var iconBase =
|
|
4359
|
+
var iconBase = __nested_webpack_require_187123__(378);
|
|
4355
4360
|
;// ./src/utils/index.js
|
|
4356
4361
|
// Solid-UI general Utilities
|
|
4357
4362
|
// ==========================
|
|
@@ -14616,8 +14621,8 @@ function _taggedTemplateLiteral(e, t) {
|
|
|
14616
14621
|
}
|
|
14617
14622
|
|
|
14618
14623
|
// EXTERNAL MODULE: ./node_modules/escape-html/index.js
|
|
14619
|
-
var escape_html =
|
|
14620
|
-
var escape_html_default = /*#__PURE__*/
|
|
14624
|
+
var escape_html = __nested_webpack_require_187123__(580);
|
|
14625
|
+
var escape_html_default = /*#__PURE__*/__nested_webpack_require_187123__.n(escape_html);
|
|
14621
14626
|
;// ./node_modules/uuid/dist/esm-browser/native.js
|
|
14622
14627
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
14623
14628
|
/* harmony default export */ const esm_browser_native = ({ randomUUID });
|
|
@@ -27793,6 +27798,11 @@ var TYPE_SCORES = {
|
|
|
27793
27798
|
// prefer font/woff over application/font-woff
|
|
27794
27799
|
font: 2,
|
|
27795
27800
|
|
|
27801
|
+
// prefer video/mp4 over audio/mp4 over application/mp4
|
|
27802
|
+
// See https://www.rfc-editor.org/rfc/rfc4337.html#section-2
|
|
27803
|
+
audio: 2,
|
|
27804
|
+
video: 3,
|
|
27805
|
+
|
|
27796
27806
|
default: 0
|
|
27797
27807
|
}
|
|
27798
27808
|
|
|
@@ -66869,7 +66879,7 @@ populateMaps(exports.extensions, exports.types)
|
|
|
66869
66879
|
* Get the default charset for a MIME type.
|
|
66870
66880
|
*
|
|
66871
66881
|
* @param {string} type
|
|
66872
|
-
* @return {
|
|
66882
|
+
* @return {false|string}
|
|
66873
66883
|
*/
|
|
66874
66884
|
|
|
66875
66885
|
function charset (type) {
|
|
@@ -66897,7 +66907,7 @@ function charset (type) {
|
|
|
66897
66907
|
* Create a full Content-Type header given a MIME type or extension.
|
|
66898
66908
|
*
|
|
66899
66909
|
* @param {string} str
|
|
66900
|
-
* @return {
|
|
66910
|
+
* @return {false|string}
|
|
66901
66911
|
*/
|
|
66902
66912
|
|
|
66903
66913
|
function contentType (str) {
|
|
@@ -66925,7 +66935,7 @@ function contentType (str) {
|
|
|
66925
66935
|
* Get the default extension for a MIME type.
|
|
66926
66936
|
*
|
|
66927
66937
|
* @param {string} type
|
|
66928
|
-
* @return {
|
|
66938
|
+
* @return {false|string}
|
|
66929
66939
|
*/
|
|
66930
66940
|
|
|
66931
66941
|
function extension (type) {
|
|
@@ -66950,7 +66960,7 @@ function extension (type) {
|
|
|
66950
66960
|
* Lookup the MIME type for a file path/extension.
|
|
66951
66961
|
*
|
|
66952
66962
|
* @param {string} path
|
|
66953
|
-
* @return {
|
|
66963
|
+
* @return {false|string}
|
|
66954
66964
|
*/
|
|
66955
66965
|
|
|
66956
66966
|
function lookup (path) {
|
|
@@ -103622,7 +103632,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
103622
103632
|
/* harmony export */ solidLogicSingleton: () => (/* binding */ solidLogicSingleton),
|
|
103623
103633
|
/* harmony export */ store: () => (/* binding */ store)
|
|
103624
103634
|
/* harmony export */ });
|
|
103625
|
-
/* harmony import */ var
|
|
103635
|
+
/* harmony import */ var rdflib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8230);
|
|
103626
103636
|
|
|
103627
103637
|
/******/ var __webpack_modules__ = ({
|
|
103628
103638
|
|
|
@@ -104266,7 +104276,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104266
104276
|
/******/ var __webpack_module_cache__ = {};
|
|
104267
104277
|
/******/
|
|
104268
104278
|
/******/ // The require function
|
|
104269
|
-
/******/ function
|
|
104279
|
+
/******/ function __nested_webpack_require_304590__(moduleId) {
|
|
104270
104280
|
/******/ // Check if module is in cache
|
|
104271
104281
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
104272
104282
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -104280,7 +104290,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104280
104290
|
/******/ };
|
|
104281
104291
|
/******/
|
|
104282
104292
|
/******/ // Execute the module function
|
|
104283
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
|
104293
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_304590__);
|
|
104284
104294
|
/******/
|
|
104285
104295
|
/******/ // Return the exports of the module
|
|
104286
104296
|
/******/ return module.exports;
|
|
@@ -104290,11 +104300,11 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104290
104300
|
/******/ /* webpack/runtime/compat get default export */
|
|
104291
104301
|
/******/ (() => {
|
|
104292
104302
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
104293
|
-
/******/
|
|
104303
|
+
/******/ __nested_webpack_require_304590__.n = (module) => {
|
|
104294
104304
|
/******/ var getter = module && module.__esModule ?
|
|
104295
104305
|
/******/ () => (module['default']) :
|
|
104296
104306
|
/******/ () => (module);
|
|
104297
|
-
/******/
|
|
104307
|
+
/******/ __nested_webpack_require_304590__.d(getter, { a: getter });
|
|
104298
104308
|
/******/ return getter;
|
|
104299
104309
|
/******/ };
|
|
104300
104310
|
/******/ })();
|
|
@@ -104302,9 +104312,9 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104302
104312
|
/******/ /* webpack/runtime/define property getters */
|
|
104303
104313
|
/******/ (() => {
|
|
104304
104314
|
/******/ // define getter functions for harmony exports
|
|
104305
|
-
/******/
|
|
104315
|
+
/******/ __nested_webpack_require_304590__.d = (exports, definition) => {
|
|
104306
104316
|
/******/ for(var key in definition) {
|
|
104307
|
-
/******/ if(
|
|
104317
|
+
/******/ if(__nested_webpack_require_304590__.o(definition, key) && !__nested_webpack_require_304590__.o(exports, key)) {
|
|
104308
104318
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
104309
104319
|
/******/ }
|
|
104310
104320
|
/******/ }
|
|
@@ -104313,7 +104323,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104313
104323
|
/******/
|
|
104314
104324
|
/******/ /* webpack/runtime/global */
|
|
104315
104325
|
/******/ (() => {
|
|
104316
|
-
/******/
|
|
104326
|
+
/******/ __nested_webpack_require_304590__.g = (function() {
|
|
104317
104327
|
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
104318
104328
|
/******/ try {
|
|
104319
104329
|
/******/ return this || new Function('return this')();
|
|
@@ -104325,7 +104335,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104325
104335
|
/******/
|
|
104326
104336
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
104327
104337
|
/******/ (() => {
|
|
104328
|
-
/******/
|
|
104338
|
+
/******/ __nested_webpack_require_304590__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
104329
104339
|
/******/ })();
|
|
104330
104340
|
/******/
|
|
104331
104341
|
/************************************************************************/
|
|
@@ -107861,9 +107871,9 @@ const mockStorageUtility = (stored, isSecure = false) => {
|
|
|
107861
107871
|
//# sourceMappingURL=index.mjs.map
|
|
107862
107872
|
|
|
107863
107873
|
// EXTERNAL MODULE: ./node_modules/events/events.js
|
|
107864
|
-
var events =
|
|
107874
|
+
var events = __nested_webpack_require_304590__(7);
|
|
107865
107875
|
// EXTERNAL MODULE: ./node_modules/@inrupt/oidc-client/lib/oidc-client.min.js
|
|
107866
|
-
var oidc_client_min =
|
|
107876
|
+
var oidc_client_min = __nested_webpack_require_304590__(516);
|
|
107867
107877
|
;// ./node_modules/@inrupt/oidc-client-ext/dist/index.es.js
|
|
107868
107878
|
|
|
107869
107879
|
|
|
@@ -109743,21 +109753,21 @@ function dist_events() {
|
|
|
109743
109753
|
|
|
109744
109754
|
const authSession = new Session();
|
|
109745
109755
|
|
|
109746
|
-
;// external "
|
|
109747
|
-
const
|
|
109756
|
+
;// external "rdflib"
|
|
109757
|
+
const external_rdflib_namespaceObject = rdflib__WEBPACK_IMPORTED_MODULE_0__;
|
|
109748
109758
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
109749
|
-
var solid_namespace =
|
|
109750
|
-
var solid_namespace_default = /*#__PURE__*/
|
|
109759
|
+
var solid_namespace = __nested_webpack_require_304590__(386);
|
|
109760
|
+
var solid_namespace_default = /*#__PURE__*/__nested_webpack_require_304590__.n(solid_namespace);
|
|
109751
109761
|
;// ./src/util/ns.ts
|
|
109752
109762
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
109753
109763
|
// Delegate to this which takes RDFlib as param.
|
|
109754
109764
|
|
|
109755
|
-
const ns_ns = solid_namespace_default()(
|
|
109765
|
+
const ns_ns = solid_namespace_default()(external_rdflib_namespaceObject);
|
|
109756
109766
|
|
|
109757
109767
|
;// ./src/acl/aclLogic.ts
|
|
109758
109768
|
|
|
109759
109769
|
|
|
109760
|
-
const ACL_LINK = (0,
|
|
109770
|
+
const ACL_LINK = (0,external_rdflib_namespaceObject.sym)('http://www.iana.org/assignments/link-relations/acl');
|
|
109761
109771
|
function createAclLogic(store) {
|
|
109762
109772
|
const ns = ns_ns;
|
|
109763
109773
|
async function findAclDocUrl(url) {
|
|
@@ -109840,8 +109850,8 @@ function createAclLogic(store) {
|
|
|
109840
109850
|
*/
|
|
109841
109851
|
function genACLText(docURI, me, aclURI, options = {}) {
|
|
109842
109852
|
const optPublic = options.public || [];
|
|
109843
|
-
const g = (0,
|
|
109844
|
-
const auth = (0,
|
|
109853
|
+
const g = (0,external_rdflib_namespaceObject.graph)();
|
|
109854
|
+
const auth = (0,external_rdflib_namespaceObject.Namespace)('http://www.w3.org/ns/auth/acl#');
|
|
109845
109855
|
let a = g.sym(`${aclURI}#a1`);
|
|
109846
109856
|
const acl = g.sym(aclURI);
|
|
109847
109857
|
const doc = g.sym(docURI);
|
|
@@ -109863,7 +109873,7 @@ function createAclLogic(store) {
|
|
|
109863
109873
|
g.add(a, auth('mode'), auth(optPublic[p]), acl); // Like 'Read' etc
|
|
109864
109874
|
}
|
|
109865
109875
|
}
|
|
109866
|
-
return (0,
|
|
109876
|
+
return (0,external_rdflib_namespaceObject.serialize)(acl, g, aclURI);
|
|
109867
109877
|
}
|
|
109868
109878
|
return {
|
|
109869
109879
|
findAclDocUrl,
|
|
@@ -109918,7 +109928,7 @@ function offlineTestID() {
|
|
|
109918
109928
|
$SolidTestEnvironment.username) {
|
|
109919
109929
|
// Test setup
|
|
109920
109930
|
log('Assuming the user is ' + $SolidTestEnvironment.username);
|
|
109921
|
-
return (0,
|
|
109931
|
+
return (0,external_rdflib_namespaceObject.sym)($SolidTestEnvironment.username);
|
|
109922
109932
|
}
|
|
109923
109933
|
// hack that makes SolidOS work in offline mode by adding the webId directly in html
|
|
109924
109934
|
// example usage: https://github.com/solidos/mashlib/blob/29b8b53c46bf02e0e219f0bacd51b0e9951001dd/test/contact/local.html#L37
|
|
@@ -109932,7 +109942,7 @@ function offlineTestID() {
|
|
|
109932
109942
|
if (!id)
|
|
109933
109943
|
return null;
|
|
109934
109944
|
log('Assuming user is ' + id);
|
|
109935
|
-
return (0,
|
|
109945
|
+
return (0,external_rdflib_namespaceObject.sym)(id);
|
|
109936
109946
|
}
|
|
109937
109947
|
return null;
|
|
109938
109948
|
}
|
|
@@ -109951,10 +109961,10 @@ class SolidAuthnLogic {
|
|
|
109951
109961
|
currentUser() {
|
|
109952
109962
|
const app = appContext();
|
|
109953
109963
|
if (app.viewingNoAuthPage) {
|
|
109954
|
-
return (0,
|
|
109964
|
+
return (0,external_rdflib_namespaceObject.sym)(app.webId);
|
|
109955
109965
|
}
|
|
109956
109966
|
if (this && this.session && this.session.info && this.session.info.webId && this.session.info.isLoggedIn) {
|
|
109957
|
-
return (0,
|
|
109967
|
+
return (0,external_rdflib_namespaceObject.sym)(this.session.info.webId);
|
|
109958
109968
|
}
|
|
109959
109969
|
return offlineTestID(); // null unless testing
|
|
109960
109970
|
}
|
|
@@ -110030,7 +110040,7 @@ class SolidAuthnLogic {
|
|
|
110030
110040
|
let webIdUri;
|
|
110031
110041
|
if (webId) {
|
|
110032
110042
|
webIdUri = (typeof webId === 'string') ? webId : webId.uri;
|
|
110033
|
-
const me = (0,
|
|
110043
|
+
const me = (0,external_rdflib_namespaceObject.namedNode)(webIdUri);
|
|
110034
110044
|
if (context) {
|
|
110035
110045
|
context.me = me;
|
|
110036
110046
|
}
|
|
@@ -110050,7 +110060,7 @@ class SolidAuthnLogic {
|
|
|
110050
110060
|
;// ./src/util/utils.ts
|
|
110051
110061
|
|
|
110052
110062
|
function newThing(doc) {
|
|
110053
|
-
return (0,
|
|
110063
|
+
return (0,external_rdflib_namespaceObject.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
|
|
110054
110064
|
}
|
|
110055
110065
|
function uniqueNodes(arr) {
|
|
110056
110066
|
const uris = arr.map(x => x.uri);
|
|
@@ -110078,13 +110088,13 @@ function suggestPreferencesFile(me) {
|
|
|
110078
110088
|
// const stripped = me.uri.replace(\/[p|P]rofile/\g, '/').replace(\/[p|P]ublic/\g, '/')
|
|
110079
110089
|
const folderURI = stripped.split('/').slice(0, -1).join('/') + '/Settings/';
|
|
110080
110090
|
const fileURI = folderURI + 'Preferences.ttl';
|
|
110081
|
-
return (0,
|
|
110091
|
+
return (0,external_rdflib_namespaceObject.sym)(fileURI);
|
|
110082
110092
|
}
|
|
110083
110093
|
function determineChatContainer(invitee, podRoot) {
|
|
110084
110094
|
// Create chat
|
|
110085
110095
|
// See https://gitter.im/solid/chat-app?at=5f3c800f855be416a23ae74a
|
|
110086
110096
|
const chatContainerStr = new URL(`IndividualChats/${new URL(invitee.value).host}/`, podRoot.value).toString();
|
|
110087
|
-
return new
|
|
110097
|
+
return new external_rdflib_namespaceObject.NamedNode(chatContainerStr);
|
|
110088
110098
|
}
|
|
110089
110099
|
|
|
110090
110100
|
;// ./src/chat/chatLogic.ts
|
|
@@ -110100,7 +110110,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110100
110110
|
// now that it has been created:
|
|
110101
110111
|
await store.fetcher.load(chatContainer);
|
|
110102
110112
|
// FIXME: check the Why value on this quad:
|
|
110103
|
-
const chatAclDoc = store.any(chatContainer, new
|
|
110113
|
+
const chatAclDoc = store.any(chatContainer, new external_rdflib_namespaceObject.NamedNode('http://www.iana.org/assignments/link-relations/acl'));
|
|
110104
110114
|
if (!chatAclDoc) {
|
|
110105
110115
|
throw new Error('Chat ACL doc not found!');
|
|
110106
110116
|
}
|
|
@@ -110135,9 +110145,9 @@ function createChatLogic(store, profileLogic) {
|
|
|
110135
110145
|
await store.fetcher.load(privateTypeIndex);
|
|
110136
110146
|
const reg = newThing(privateTypeIndex);
|
|
110137
110147
|
const ins = [
|
|
110138
|
-
(0,
|
|
110139
|
-
(0,
|
|
110140
|
-
(0,
|
|
110148
|
+
(0,external_rdflib_namespaceObject.st)(reg, ns.rdf('type'), ns.solid('TypeRegistration'), privateTypeIndex.doc()),
|
|
110149
|
+
(0,external_rdflib_namespaceObject.st)(reg, ns.solid('forClass'), ns.meeting('LongChat'), privateTypeIndex.doc()),
|
|
110150
|
+
(0,external_rdflib_namespaceObject.st)(reg, ns.solid('instance'), chatThing, privateTypeIndex.doc()),
|
|
110141
110151
|
];
|
|
110142
110152
|
await new Promise((resolve, reject) => {
|
|
110143
110153
|
store.updater.update([], ins, function (_uri, ok, errm) {
|
|
@@ -110156,7 +110166,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110156
110166
|
const chatContainer = determineChatContainer(invitee, podRoot);
|
|
110157
110167
|
let exists = true;
|
|
110158
110168
|
try {
|
|
110159
|
-
await store.fetcher.load(new
|
|
110169
|
+
await store.fetcher.load(new external_rdflib_namespaceObject.NamedNode(chatContainer.value + 'index.ttl#this'));
|
|
110160
110170
|
}
|
|
110161
110171
|
catch (e) {
|
|
110162
110172
|
exists = false;
|
|
@@ -110182,7 +110192,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110182
110192
|
const newChatDoc = newInstance.doc();
|
|
110183
110193
|
kb.add(newInstance, ns.rdf('type'), ns.meeting('LongChat'), newChatDoc);
|
|
110184
110194
|
kb.add(newInstance, ns.dc('title'), 'Chat channel', newChatDoc);
|
|
110185
|
-
kb.add(newInstance, ns.dc('created'), (0,
|
|
110195
|
+
kb.add(newInstance, ns.dc('created'), (0,external_rdflib_namespaceObject.term)(new Date(Date.now())), newChatDoc);
|
|
110186
110196
|
if (newPaneOptions.me) {
|
|
110187
110197
|
kb.add(newInstance, ns.dc('author'), newPaneOptions.me, newChatDoc);
|
|
110188
110198
|
}
|
|
@@ -110209,7 +110219,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110209
110219
|
async function getChat(invitee, createIfMissing = true) {
|
|
110210
110220
|
const { me, chatContainer, exists } = await findChat(invitee);
|
|
110211
110221
|
if (exists) {
|
|
110212
|
-
return new
|
|
110222
|
+
return new external_rdflib_namespaceObject.NamedNode(chatContainer.value + CHAT_LOCATION_IN_CONTAINER);
|
|
110213
110223
|
}
|
|
110214
110224
|
if (createIfMissing) {
|
|
110215
110225
|
const chatThing = await createChatThing(chatContainer, me);
|
|
@@ -110563,12 +110573,12 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110563
110573
|
}
|
|
110564
110574
|
function suggestPublicTypeIndex(me) {
|
|
110565
110575
|
var _a;
|
|
110566
|
-
return (0,
|
|
110576
|
+
return (0,external_rdflib_namespaceObject.sym)(((_a = me.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'publicTypeIndex.ttl');
|
|
110567
110577
|
}
|
|
110568
110578
|
// Note this one is based off the pref file not the profile
|
|
110569
110579
|
function suggestPrivateTypeIndex(preferencesFile) {
|
|
110570
110580
|
var _a;
|
|
110571
|
-
return (0,
|
|
110581
|
+
return (0,external_rdflib_namespaceObject.sym)(((_a = preferencesFile.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'privateTypeIndex.ttl');
|
|
110572
110582
|
}
|
|
110573
110583
|
/*
|
|
110574
110584
|
* Register a new app in a type index
|
|
@@ -110579,9 +110589,9 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110579
110589
|
const registration = newThing(index);
|
|
110580
110590
|
const ins = [
|
|
110581
110591
|
// See https://github.com/solid/solid/blob/main/proposals/data-discovery.md
|
|
110582
|
-
(0,
|
|
110583
|
-
(0,
|
|
110584
|
-
(0,
|
|
110592
|
+
(0,external_rdflib_namespaceObject.st)(registration, ns.rdf('type'), ns.solid('TypeRegistration'), index),
|
|
110593
|
+
(0,external_rdflib_namespaceObject.st)(registration, ns.solid('forClass'), theClass, index),
|
|
110594
|
+
(0,external_rdflib_namespaceObject.st)(registration, ns.solid('instance'), instance, index)
|
|
110585
110595
|
];
|
|
110586
110596
|
try {
|
|
110587
110597
|
await store.updater.update([], ins);
|
|
@@ -110616,7 +110626,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110616
110626
|
const containers = store.each(reg, ns.solid('instanceContainer'), null, index);
|
|
110617
110627
|
for (const instance of containers) {
|
|
110618
110628
|
await store.fetcher.load(instance);
|
|
110619
|
-
results.push({ instance: (0,
|
|
110629
|
+
results.push({ instance: (0,external_rdflib_namespaceObject.sym)(instance.value), type: klass, scope });
|
|
110620
110630
|
}
|
|
110621
110631
|
}
|
|
110622
110632
|
}
|
|
@@ -110645,7 +110655,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110645
110655
|
function createContainerLogic(store) {
|
|
110646
110656
|
function getContainerElements(containerNode) {
|
|
110647
110657
|
return store
|
|
110648
|
-
.statementsMatching(containerNode, (0,
|
|
110658
|
+
.statementsMatching(containerNode, (0,external_rdflib_namespaceObject.sym)('http://www.w3.org/ns/ldp#contains'), undefined)
|
|
110649
110659
|
.map((st) => st.object);
|
|
110650
110660
|
}
|
|
110651
110661
|
function isContainer(url) {
|
|
@@ -110653,7 +110663,7 @@ function createContainerLogic(store) {
|
|
|
110653
110663
|
return nodeToString.charAt(nodeToString.length - 1) === '/';
|
|
110654
110664
|
}
|
|
110655
110665
|
async function createContainer(url) {
|
|
110656
|
-
const stringToNode = (0,
|
|
110666
|
+
const stringToNode = (0,external_rdflib_namespaceObject.sym)(url);
|
|
110657
110667
|
if (!isContainer(stringToNode)) {
|
|
110658
110668
|
throw new Error(`Not a container URL ${url}`);
|
|
110659
110669
|
}
|
|
@@ -110757,7 +110767,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110757
110767
|
throw new NotEditableError(msg);
|
|
110758
110768
|
}
|
|
110759
110769
|
try {
|
|
110760
|
-
await store.updater.update([], [(0,
|
|
110770
|
+
await store.updater.update([], [(0,external_rdflib_namespaceObject.st)(subject, predicate, object, doc)]);
|
|
110761
110771
|
}
|
|
110762
110772
|
catch (err) {
|
|
110763
110773
|
const msg = `followOrCreateLink: Error making link in ${doc} to ${object}: ${err}`;
|
|
@@ -110803,7 +110813,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110803
110813
|
''
|
|
110804
110814
|
].join('\n');
|
|
110805
110815
|
}
|
|
110806
|
-
const aclDocUrl = await aclLogic.findAclDocUrl((0,
|
|
110816
|
+
const aclDocUrl = await aclLogic.findAclDocUrl((0,external_rdflib_namespaceObject.sym)(options.target));
|
|
110807
110817
|
return store.fetcher._fetch(aclDocUrl, {
|
|
110808
110818
|
method: 'PUT',
|
|
110809
110819
|
body: str,
|
|
@@ -110847,9 +110857,9 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110847
110857
|
*/
|
|
110848
110858
|
function createSolidLogic(specialFetch, session) {
|
|
110849
110859
|
log('SolidLogic: Unique instance created. There should only be one of these.');
|
|
110850
|
-
const store =
|
|
110851
|
-
|
|
110852
|
-
store.updater = new
|
|
110860
|
+
const store = external_rdflib_namespaceObject.graph();
|
|
110861
|
+
external_rdflib_namespaceObject.fetcher(store, { fetch: specialFetch.fetch }); // Attach a web I/O module, store.fetcher
|
|
110862
|
+
store.updater = new external_rdflib_namespaceObject.UpdateManager(store); // Add real-time live updates store.updater
|
|
110853
110863
|
store.features = []; // disable automatic node merging on store load
|
|
110854
110864
|
const authn = new SolidAuthnLogic(session);
|
|
110855
110865
|
const acl = createAclLogic(store);
|
|
@@ -110909,7 +110919,7 @@ const _fetch = async (url, requestInit) => {
|
|
|
110909
110919
|
};
|
|
110910
110920
|
// Global singleton pattern to ensure unique store across library versions
|
|
110911
110921
|
const SINGLETON_SYMBOL = Symbol.for('solid-logic-singleton');
|
|
110912
|
-
const globalTarget = (typeof window !== 'undefined' ? window :
|
|
110922
|
+
const globalTarget = (typeof window !== 'undefined' ? window : __nested_webpack_require_304590__.g);
|
|
110913
110923
|
function getOrCreateSingleton() {
|
|
110914
110924
|
if (!globalTarget[SINGLETON_SYMBOL]) {
|
|
110915
110925
|
log('SolidLogic: Creating new global singleton instance.');
|
|
@@ -114090,8 +114100,8 @@ var dist = __webpack_require__(7523);
|
|
|
114090
114100
|
var solid_logic_esm = __webpack_require__(9332);
|
|
114091
114101
|
;// ./src/versionInfo.ts
|
|
114092
114102
|
/* harmony default export */ const versionInfo = ({
|
|
114093
|
-
buildTime: '2026-01-12T11:
|
|
114094
|
-
commit: '
|
|
114103
|
+
buildTime: '2026-01-12T11:54:11Z',
|
|
114104
|
+
commit: '385d4d8c2edfba6899f48a290314132f69d01f63',
|
|
114095
114105
|
npmInfo: {
|
|
114096
114106
|
'mashlib': '2.0.0',
|
|
114097
114107
|
'npm': '10.8.2',
|