pryv 2.3.7 → 2.3.8
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 +5 -3
- package/package.json +1 -1
- package/test/browser-index.html +1 -1
package/README.md
CHANGED
|
@@ -648,11 +648,11 @@ There is a possibility that you would like to register the user in another page.
|
|
|
648
648
|
|
|
649
649
|
You can find HTML examples in the [`./examples`](https://github.com/pryv/lib-js/blob/master/examples) directory. You can run them in two ways:
|
|
650
650
|
|
|
651
|
-
1. With [
|
|
651
|
+
1. With [backloop.dev](https://github.com/pryv/backloop.dev), which allows to run local code with a valid SSL certificate (you must have run `just build` beforehand):
|
|
652
652
|
```
|
|
653
653
|
just serve
|
|
654
654
|
```
|
|
655
|
-
then open the desired example page (e.g. [https://l.
|
|
655
|
+
then open the desired example page (e.g. [https://l.backloop.dev:9443/examples/auth.html](https://l.backloop.dev:9443/examples/auth.html)
|
|
656
656
|
2. As a simple HTML file, passing service information as JSON to avoid CORS issues
|
|
657
657
|
|
|
658
658
|
|
|
@@ -676,6 +676,8 @@ The project is structured as a monorepo with components (a.k.a. workspaces in NP
|
|
|
676
676
|
- `pryv-socket.io`: Socket.IO add-on
|
|
677
677
|
- `pryv-monitor`: Monitor add-on
|
|
678
678
|
|
|
679
|
+
|
|
680
|
+
|
|
679
681
|
The code follows the [Semi-Standard](https://github.com/standard/semistandard) style.
|
|
680
682
|
|
|
681
683
|
### Building for the browser
|
|
@@ -707,7 +709,7 @@ TEST_PRYVLIB_SERVICEINFO_URL="https://reg.${DOMAIN}/service/info" just test all
|
|
|
707
709
|
To run the tests against _in-development_ API server components (e.g. open-source or Entreprise), set `TEST_PRYVLIB_DNSLESS_URL`; for example:
|
|
708
710
|
|
|
709
711
|
```bash
|
|
710
|
-
TEST_PRYVLIB_DNSLESS_URL="http://l.
|
|
712
|
+
TEST_PRYVLIB_DNSLESS_URL="http://l.backloop.dev:3000/ just test all
|
|
711
713
|
```
|
|
712
714
|
|
|
713
715
|
#### Browser
|
package/package.json
CHANGED
package/test/browser-index.html
CHANGED