mashlib 1.7.22-4483fe3a → 1.7.22-46f86cce

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
@@ -27,9 +27,9 @@ Mashlib is used in SolidOS and contributes to:
27
27
  - SolidOS Databrowser Frontend - a frontend for Solid Servers like <solidcommunity.net>
28
28
  - SolidOS Data-Kitchen - a stand-alone desktop app: <https://github.com/solid/data-kitchen>
29
29
 
30
- mashlib is also used stand-alone as the SolidOS Databrowser Webapp and can be tried out at <https://solid.github.io/mashlib/dist/browse.html>.
30
+ And mashlib is also used standalone as the SolidOS Databrowser Webapp and can be tried out at: <https://solid.github.io/mashlib/dist/browse.html>.
31
31
 
32
- mashlib is also used as a library by adding `mashlib.js` (or minified version) directly to your applications. For example:
32
+ But mashlib is also used as a library by adding `mashlib.js` (of minified version) directly in your applications. For example:
33
33
 
34
34
  `<script src="https://solidcommunity.net/mashlib.js"></script>`.
35
35
 
@@ -45,15 +45,15 @@ Check out [SolidOS Pod](https://solidos.solidcommunity.net/Team/docs/solidos.htm
45
45
 
46
46
  The `static/browse.html` page is compiled one to one into the `dist` (output) folder of mashlib and makes mashlib available stand-alone as the SolidOS Databrowser Webapp.
47
47
 
48
- You can see and try out a SolidOS Databrowser Webapp deployment at <https://solid.github.io/mashlib/dist/browse.html>.
48
+ You can see and try out a SolidOS Databrowser Webapp deployment under this link: <https://solid.github.io/mashlib/dist/browse.html>
49
49
 
50
- `browse.html`serves as a perfect example for Solid WebID authentication and for making use of mashlib functions and variables.
50
+ `browse.html`serves as a perfect example for: Solid WebID authentication and how to make use of mashlib function and variables.
51
51
 
52
52
  ### SolidOS Databrowser Frontend
53
53
 
54
- The `src/databrowser.html`page is compiled into the SolidOS Databrowser Frontend which is displayed for each WebID on [solidcommunity.net](https://solidcommunity.net/). This is the case because the [solidcommunity.net](https://solidcommunity.net/) Solid Server is configured with SolidOS as its front-end.
54
+ The `src/databrowser.html`page is compiled into the SolidOS Databrowser Frontend which is displayed for each WebID on [solidcommunity.net](https://solidcommunity.net/). This is the case because the [solidcommunity.net](https://solidcommunity.net/) Solid Server is configured with SolidOS as its frontend.
55
55
 
56
- More information about the SolidOS Front-end and how to use it visit the [User Guide](https://github.com/solid/userguide).
56
+ More information about the SolidOS Frontend and how to use it visit the [User Guide](https://github.com/solid/userguide).
57
57
 
58
58
  ### SolidOS Data-Kitchen
59
59
 
@@ -61,7 +61,7 @@ SolidOS Data-Kitchen uses `mashlib.js`as a direct import in its source code. Vis
61
61
 
62
62
  ## Mashlib global variables and funtions
63
63
 
64
- If one wants to use mashlib as a direct import (as a package dependency or script import), one needs to know how they make global variables and functions available.
64
+ If one wants to use mashlib as a direct import (as a package dependency or script import) one needs to know how they immediate available global variables and functions.
65
65
 
66
66
  The availability of these global variables depends on how the sub-modules are imported and exported but also on where the variables are instanciated. For a basic theoretical read please read [this resource](https://www.javatpoint.com/javascript-global-variable).
67
67
 
package/dist/mashlib.js CHANGED
@@ -149178,8 +149178,8 @@ __webpack_require__.r(__webpack_exports__);
149178
149178
  "use strict";
149179
149179
  __webpack_require__.r(__webpack_exports__);
149180
149180
  /* harmony default export */ __webpack_exports__["default"] = ({
149181
- buildTime: '2022-03-03T09:01:05Z',
149182
- commit: '4483fe3ab53a7e39cf19f3767a4bd8ef7eaee0b6',
149181
+ buildTime: '2022-03-03T08:57:09Z',
149182
+ commit: '46f86ccefb238b7e62a92bfdc5e1c80685c7d881',
149183
149183
  npmInfo: {
149184
149184
  mashlib: '1.7.22',
149185
149185
  npm: '6.14.16',