sip-lab 1.34.1 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
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.1",
3
+ "version": "1.34.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {