mashlib 1.10.4-4b3ff02e → 1.10.4-6028b0f1
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/browse-test.html +4 -4
- package/dist/browse.html +3 -3
- package/dist/mashlib.js +28 -27
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +1 -1
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +11 -12
package/dist/browse-test.html
CHANGED
|
@@ -69,20 +69,20 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
if (authSession) {
|
|
72
|
-
authSession.
|
|
72
|
+
authSession.events.on(EVENTS.SESSION_LOGIN, () => {
|
|
73
73
|
mungeLoginArea();
|
|
74
74
|
go()
|
|
75
75
|
})
|
|
76
|
-
authSession.
|
|
76
|
+
authSession.events.on(EVENTS.SESSION_LOGOUT, () => {
|
|
77
77
|
mungeLoginArea();
|
|
78
78
|
webIdArea.innerHTML = "public user";
|
|
79
79
|
go()
|
|
80
80
|
})
|
|
81
|
-
authSession.
|
|
81
|
+
authSession.events.on(EVENTS.SESSION_RESTORED, (url) => {
|
|
82
82
|
mungeLoginArea();
|
|
83
83
|
go()
|
|
84
84
|
})
|
|
85
|
-
}
|
|
85
|
+
}
|
|
86
86
|
mungeLoginArea();
|
|
87
87
|
});
|
|
88
88
|
</script>
|
package/dist/browse.html
CHANGED
|
@@ -69,16 +69,16 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
if (authSession) {
|
|
72
|
-
authSession.
|
|
72
|
+
authSession.events.on(EVENTS.SESSION_LOGIN, () => {
|
|
73
73
|
mungeLoginArea();
|
|
74
74
|
go()
|
|
75
75
|
})
|
|
76
|
-
authSession.
|
|
76
|
+
authSession.events.on(EVENTS.SESSION_LOGOUT, () => {
|
|
77
77
|
mungeLoginArea();
|
|
78
78
|
webIdArea.innerHTML = "public user";
|
|
79
79
|
go()
|
|
80
80
|
})
|
|
81
|
-
authSession.
|
|
81
|
+
authSession.events.on(EVENTS.SESSION_RESTORED, (url) => {
|
|
82
82
|
mungeLoginArea();
|
|
83
83
|
go()
|
|
84
84
|
})
|
package/dist/mashlib.js
CHANGED
|
@@ -143419,34 +143419,35 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
143419
143419
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
143420
143420
|
/* harmony export */ });
|
|
143421
143421
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
143422
|
-
buildTime: "2025-08-
|
|
143423
|
-
commit: "
|
|
143422
|
+
buildTime: "2025-08-26T14:27:09Z",
|
|
143423
|
+
commit: "6028b0f19b1cbf6b4c4a3c9665e9eed53098f613",
|
|
143424
143424
|
npmInfo: {
|
|
143425
|
-
mashlib: '1.10.4',
|
|
143426
|
-
npm: '8.19.4',
|
|
143427
|
-
node: '20.19.4',
|
|
143428
|
-
acorn: '8.14.0',
|
|
143429
|
-
ada: '2.9.2',
|
|
143430
|
-
ares: '1.34.5',
|
|
143431
|
-
brotli: '1.1.0',
|
|
143432
|
-
cjs_module_lexer: '1.4.1',
|
|
143433
|
-
cldr: '47.0',
|
|
143434
|
-
icu: '77.1',
|
|
143435
|
-
llhttp: '9.2.1',
|
|
143436
|
-
modules: '115',
|
|
143437
|
-
napi: '9',
|
|
143438
|
-
nghttp2: '1.61.0',
|
|
143439
|
-
nghttp3: '0.7.0',
|
|
143440
|
-
ngtcp2: '1.1.0',
|
|
143441
|
-
openssl: '3.0.15+quic',
|
|
143442
|
-
simdutf: '6.4.2',
|
|
143443
|
-
tz: '2025b',
|
|
143444
|
-
undici: '6.21.2',
|
|
143445
|
-
unicode: '16.0',
|
|
143446
|
-
uv: '1.46.0',
|
|
143447
|
-
uvwasi: '0.0.21',
|
|
143448
|
-
v8: '11.3.244.8-node.29',
|
|
143449
|
-
zlib: '1.3.0.1-motley-82a5fec'
|
|
143425
|
+
"mashlib": "'1.10.4',",
|
|
143426
|
+
"npm": "'8.19.4',",
|
|
143427
|
+
"node": "'20.19.4',",
|
|
143428
|
+
"acorn": "'8.14.0',",
|
|
143429
|
+
"ada": "'2.9.2',",
|
|
143430
|
+
"ares": "'1.34.5',",
|
|
143431
|
+
"brotli": "'1.1.0',",
|
|
143432
|
+
"cjs_module_lexer": "'1.4.1',",
|
|
143433
|
+
"cldr": "'47.0',",
|
|
143434
|
+
"icu": "'77.1',",
|
|
143435
|
+
"llhttp": "'9.2.1',",
|
|
143436
|
+
"modules": "'115',",
|
|
143437
|
+
"napi": "'9',",
|
|
143438
|
+
"nghttp2": "'1.61.0',",
|
|
143439
|
+
"nghttp3": "'0.7.0',",
|
|
143440
|
+
"ngtcp2": "'1.1.0',",
|
|
143441
|
+
"openssl": "'3.0.15+quic',",
|
|
143442
|
+
"simdutf": "'6.4.2',",
|
|
143443
|
+
"tz": "'2025b',",
|
|
143444
|
+
"undici": "'6.21.2',",
|
|
143445
|
+
"unicode": "'16.0',",
|
|
143446
|
+
"uv": "'1.46.0',",
|
|
143447
|
+
"uvwasi": "'0.0.21',",
|
|
143448
|
+
"v8": "'11.3.244.8-node.29',",
|
|
143449
|
+
"zlib": "'1.3.0.1-motley-82a5fec'",
|
|
143450
|
+
"}": "}"
|
|
143450
143451
|
}
|
|
143451
143452
|
});
|
|
143452
143453
|
|