mashlib 1.7.5-beta.2 → 1.7.5-beta.2-370f89fe
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/LICENSE.md +0 -0
- package/README.md +0 -0
- package/dist/browse.html +0 -0
- package/dist/databrowser.html +0 -0
- package/dist/mash.css +0 -0
- package/dist/mash.css.map +0 -0
- package/dist/mashlib.js +13 -10
- 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 +3 -3
package/LICENSE.md
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/dist/browse.html
CHANGED
|
File without changes
|
package/dist/databrowser.html
CHANGED
|
File without changes
|
package/dist/mash.css
CHANGED
|
File without changes
|
package/dist/mash.css.map
CHANGED
|
File without changes
|
package/dist/mashlib.js
CHANGED
|
@@ -150805,7 +150805,10 @@ function _createUserMenu() {
|
|
|
150805
150805
|
outliner = Object(solid_panes__WEBPACK_IMPORTED_MODULE_7__["getOutliner"])(document);
|
|
150806
150806
|
loggedInMenuList = document.createElement('ul');
|
|
150807
150807
|
loggedInMenuList.classList.add('header-user-menu__list');
|
|
150808
|
-
loggedInMenuList.appendChild(createUserMenuItem(
|
|
150808
|
+
loggedInMenuList.appendChild(createUserMenuItem(createUserMenuButton('Show your profile', function () {
|
|
150809
|
+
window.location.href = user.uri;
|
|
150810
|
+
location.reload();
|
|
150811
|
+
})));
|
|
150809
150812
|
_context5.next = 10;
|
|
150810
150813
|
return getMenuItems(outliner);
|
|
150811
150814
|
|
|
@@ -151186,12 +151189,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
151186
151189
|
"use strict";
|
|
151187
151190
|
__webpack_require__.r(__webpack_exports__);
|
|
151188
151191
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
151189
|
-
buildTime: '2021-10-
|
|
151190
|
-
commit: '
|
|
151192
|
+
buildTime: '2021-10-14T14:06:00Z',
|
|
151193
|
+
commit: '370f89feb32b2e7f8fce147ed202fe89641fd666',
|
|
151191
151194
|
npmInfo: {
|
|
151192
|
-
mashlib: '1.7.5-beta
|
|
151193
|
-
npm: '6.14.
|
|
151194
|
-
ares: '1.17.
|
|
151195
|
+
mashlib: '1.7.5-beta.2',
|
|
151196
|
+
npm: '6.14.15',
|
|
151197
|
+
ares: '1.17.2',
|
|
151195
151198
|
brotli: '1.0.9',
|
|
151196
151199
|
cldr: '39.0',
|
|
151197
151200
|
icu: '69.1',
|
|
@@ -151199,12 +151202,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
151199
151202
|
modules: '83',
|
|
151200
151203
|
napi: '8',
|
|
151201
151204
|
nghttp2: '1.42.0',
|
|
151202
|
-
node: '14.
|
|
151203
|
-
openssl: '1.1.
|
|
151205
|
+
node: '14.18.0',
|
|
151206
|
+
openssl: '1.1.1l',
|
|
151204
151207
|
tz: '2021a',
|
|
151205
151208
|
unicode: '13.0',
|
|
151206
|
-
uv: '1.
|
|
151207
|
-
v8: '8.4.371.23-node.
|
|
151209
|
+
uv: '1.42.0',
|
|
151210
|
+
v8: '8.4.371.23-node.84',
|
|
151208
151211
|
zlib: '1.2.11'
|
|
151209
151212
|
}
|
|
151210
151213
|
});
|