mashlib 1.8.2-d32aa1cd → 1.8.3-4f8703b8
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 +1 -1
- package/dist/mashlib.js +4684 -3835
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +1 -1
- package/dist/mashlib.min.js.LICENSE.txt +7 -0
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ Some packages have been moved and with them some functions too. Here we report o
|
|
|
122
122
|
|
|
123
123
|
* There is no more `authn` as you might have known it in solid-ui pre mashlib version 1.7.18 (solid-ui 2.4.16).
|
|
124
124
|
* Some functions in solid-ui which initially were found under `solid-ui/authn` are now under `solid-ui/login`.
|
|
125
|
-
*
|
|
125
|
+
* Three functions were renamed:
|
|
126
126
|
* logInLoadPreferences -> ensureLoadedPreferences
|
|
127
127
|
* logInLoadProfile -> ensureLoadedProfile
|
|
128
128
|
* logIn -> ensureLoggedIn
|