sip-lab 1.12.23 → 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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -60,9 +60,6 @@ It was originally developed with node v.10 and tested with v.12 and v16.13.1 and
60
60
 
61
61
  (it is known to not work with node v.8)
62
62
 
63
- It currently doesn't work with Debian 11 (see #29).
64
-
65
-
66
63
 
67
64
  ### About the code
68
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.12.23",
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
- "sip-matching": "^1.3.31"
24
+ "@mayama/zeq": "^4.1.14",
25
+ "sip-matching": "^1.3.32"
27
26
  }
28
27
  }