mashlib 1.8.0-ababb822 → 1.8.0-c29cd1e7

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
@@ -10,6 +10,32 @@ The mashlib library (`mashlib.js`) is a solid-compatible code library of applica
10
10
 
11
11
  A colorful dependency tree can be seen [here](https://github.com/solid/solidos/blob/main/documentation/solidos_dependencies.svg).
12
12
 
13
+ ## Content of README
14
+ ### Intro
15
+ - [Developing mashlib](#developing-mashlib)
16
+ - [Goals](#goals)
17
+ - [Typical uses](#typical-uses)
18
+
19
+ ### Documentation
20
+
21
+ - [Solid-compatible data mashup library and Databrowser](#solid-compatible-data-mashup-library-and-databrowser)
22
+ - [Content of README](#content-of-readme)
23
+ - [Intro](#intro)
24
+ - [Documentation](#documentation)
25
+ - [Developing mashlib](#developing-mashlib)
26
+ - [Goals](#goals)
27
+ - [Typical uses](#typical-uses)
28
+ - [Previous versions of this documentation](#previous-versions-of-this-documentation)
29
+ - [Documentation](#documentation-1)
30
+ - [Different implementations](#different-implementations)
31
+ - [SolidOS Databrowser Webapp](#solidos-databrowser-webapp)
32
+ - [SolidOS Databrowser Frontend](#solidos-databrowser-frontend)
33
+ - [SolidOS Data-Kitchen](#solidos-data-kitchen)
34
+ - [Mashlib global variables and functions](#mashlib-global-variables-and-functions)
35
+ - [Code changes due to moving authn from solid-ui to solid-logic](#code-changes-due-to-moving-authn-from-solid-ui-to-solid-logic)
36
+ - [Solid-ui & Solid-logic related:](#solid-ui--solid-logic-related)
37
+ - [The databrowser hack: upgrading your browser](#the-databrowser-hack-upgrading-your-browser)
38
+
13
39
  ## Developing mashlib
14
40
 
15
41
  As part of the SolidOS stack, mashlib can be developed locally by setting up the SolidOS code. Read more about that on the [SolidOS Readme](https://github.com/solid/solidos#-getting-started-with-the-solidos-code).
@@ -49,6 +75,8 @@ You can see and try out a SolidOS Databrowser Webapp deployment at <https://soli
49
75
 
50
76
  `browse.html`serves as a perfect example for Solid WebID authentication and for making use of mashlib functions and variables.
51
77
 
78
+ To run/test it locally we created a script `npm run startStaticOS`.
79
+
52
80
  ### SolidOS Databrowser Frontend
53
81
 
54
82
  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.
package/dist/mashlib.js CHANGED
@@ -8046,28 +8046,26 @@ __webpack_require__.r(__webpack_exports__);
8046
8046
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
8047
8047
  /* harmony export */ });
8048
8048
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
8049
- buildTime: "2022-03-23T15:01:07Z",
8050
- commit: "ababb8222ab00e4105beef43ad9a43f5e65a6cdf",
8049
+ buildTime: "2022-03-25T10:04:05Z",
8050
+ commit: "c29cd1e752b24de6fd8ef2ae77d1bc25242a955f",
8051
8051
  npmInfo: {
8052
8052
  mashlib: '1.8.0',
8053
- npm: '8.3.1',
8054
- node: '16.14.0',
8055
- v8: '9.4.146.24-node.20',
8056
- uv: '1.43.0',
8057
- zlib: '1.2.11',
8058
- brotli: '1.0.9',
8053
+ npm: '6.14.16',
8059
8054
  ares: '1.18.1',
8060
- modules: '93',
8061
- nghttp2: '1.45.1',
8062
- napi: '8',
8063
- llhttp: '6.0.4',
8064
- openssl: '1.1.1m+quic',
8055
+ brotli: '1.0.9',
8065
8056
  cldr: '40.0',
8066
8057
  icu: '70.1',
8058
+ llhttp: '2.1.4',
8059
+ modules: '83',
8060
+ napi: '8',
8061
+ nghttp2: '1.42.0',
8062
+ node: '14.19.0',
8063
+ openssl: '1.1.1m',
8067
8064
  tz: '2021a3',
8068
8065
  unicode: '14.0',
8069
- ngtcp2: '0.1.0-DEV',
8070
- nghttp3: '0.1.0-DEV'
8066
+ uv: '1.42.0',
8067
+ v8: '8.4.371.23-node.85',
8068
+ zlib: '1.2.11'
8071
8069
  }
8072
8070
  });
8073
8071