sip-lab 1.12.20 → 1.12.24
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 +2 -1
- package/package.json +3 -4
- package/src/log.cpp +1 -1
package/README.md
CHANGED
|
@@ -55,9 +55,10 @@ The above script has detailed comments.
|
|
|
55
55
|
Please read it to undestand how to write your own test scripts.
|
|
56
56
|
|
|
57
57
|
The module is known to work properly in Ubuntu 18.04.4, Ubuntu 20.04.4, Debian 8 and Debian 10 (and it is expected to work in Debian 9).
|
|
58
|
+
|
|
58
59
|
It was originally developed with node v.10 and tested with v.12 and v16.13.1 and it is expected to work with latest versions of node.
|
|
59
|
-
(it is known to not work with node v.8)
|
|
60
60
|
|
|
61
|
+
(it is known to not work with node v.8)
|
|
61
62
|
|
|
62
63
|
|
|
63
64
|
### About the code
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sip-lab",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
@@ -19,10 +19,9 @@
|
|
|
19
19
|
"gypfile": true,
|
|
20
20
|
"homepage": "https://github.com/MayamaTakeshi/sip-lab",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@mayama/zeq": "^4.1.14",
|
|
23
|
-
"data-matching": "^1.24.0",
|
|
24
22
|
"node-addon-api": "^1.7.2",
|
|
25
23
|
"node-gyp": "^8.4.1",
|
|
26
|
-
"
|
|
24
|
+
"@mayama/zeq": "^4.1.14",
|
|
25
|
+
"sip-matching": "^1.3.32"
|
|
27
26
|
}
|
|
28
27
|
}
|