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 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 [rec.la](https://github.com/pryv/rec.la), which allows to run local code with a valid SSL certificate (you must have run `just build` beforehand):
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.rec.la:9443/examples/auth.html](https://l.rec.la:9443/examples/auth.html)
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.rec.la:3000/ just test all
712
+ TEST_PRYVLIB_DNSLESS_URL="http://l.backloop.dev:3000/ just test all
711
713
  ```
712
714
 
713
715
  #### Browser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pryv",
3
- "version": "2.3.7",
3
+ "version": "2.3.8",
4
4
  "description": "Pryv JavaScript library",
5
5
  "keywords": [
6
6
  "Pryv",
@@ -7,7 +7,7 @@
7
7
 
8
8
  <body>
9
9
  <div id="mocha"></div>
10
- <script src="https://unpkg.com/chai/chai.js"></script>
10
+ <script src="https://unpkg.com/chai@4.3.7/chai.js"></script>
11
11
  <script src="https://unpkg.com/mocha/mocha.js"></script>
12
12
 
13
13
  <script class="mocha-init">