mashlib 1.8.2-1be528ca → 1.8.2-c7477dc3

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/README.md CHANGED
@@ -109,12 +109,13 @@ For backward compatibility reasons, there are now different ways to make use of
109
109
  - the store (from solid-logic) can be used as `store` or `UI.store` or `panes.UI.store`
110
110
  - rdflib is entirely acessible as `UI.rdf` or `panes.UI.rdf`
111
111
  - the currentUser function is called as `authn.currentUser()` or `UI.auth.currentUser()` or `panes.UI.authn.currentUser()`
112
- - to make use of the login pop-up, one needs to call the `UI.login.loginStatusBox` function
113
112
 
114
113
  You can see example usage in the [SolidOS Databrowser Webapp code](https://github.com/solidos/mashlib/blob/main/static/browse.html#L11).
115
114
 
116
115
  ## Code changes due to moving authn from solid-ui to solid-logic
117
116
 
117
+ One function has been renamed and does not have a backwards-compatible fallback. To make use of the login pop-up, one needs to call the `UI.login.loginStatusBox` function. The old `UI.authn.loginStatusBox` function will no longer work from v1.8.0 onwards.
118
+
118
119
  Some packages have been moved and with them some functions too. Here we report on these changes:
119
120
 
120
121
  ### Solid-ui & Solid-logic related:
package/dist/mashlib.js CHANGED
@@ -8985,8 +8985,8 @@ __webpack_require__.r(__webpack_exports__);
8985
8985
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
8986
8986
  /* harmony export */ });
8987
8987
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
8988
- buildTime: "2022-04-14T20:06:27Z",
8989
- commit: "1be528cabe05436b8eeb66694605760858fe7439",
8988
+ buildTime: "2022-04-15T01:35:09Z",
8989
+ commit: "c7477dc38e27b0f029c47c4c0babf08876c5c6f2",
8990
8990
  npmInfo: {
8991
8991
  mashlib: '1.8.2',
8992
8992
  npm: '6.14.16',