sip-lab 1.34.0 → 1.34.2

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/DEV.md CHANGED
@@ -54,7 +54,7 @@ However the above will build the addon to run on the current OS.
54
54
 
55
55
  Instead we will force the build on debian11 (using docker) using prebuildify-cross. So do this instead:
56
56
 
57
- Make sure you have the docker image built.
57
+ Make sure you have the docker image built (the image must be rebuilt whenever we update build_deps.sh)
58
58
 
59
59
  cd docker-images/debian11/
60
60
  ./build_image.sh
package/README.md CHANGED
@@ -55,6 +55,10 @@ Notes:
55
55
 
56
56
  So basically, if you stick with Debian 11 and any node version from 15 to 21, istallation should be smooth.
57
57
 
58
+ ### Documentation
59
+
60
+ See [Documentation](https://github.com/MayamaTakeshi/sip-lab/blob/master/DOC.md)
61
+
58
62
  ### Samples
59
63
 
60
64
  See general sample scripts in folder samples.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.34.0",
3
+ "version": "1.34.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
Binary file
Binary file