sip-lab 1.28.9 → 1.28.11

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
@@ -76,13 +76,10 @@ If it fails due to proxy problems, check if you have proxy configured in ~/.dock
76
76
  After the message is built you can pass them to prebuildify-cross:
77
77
  ```
78
78
  nvm use v16.13.1
79
- npx prebuildify-cross -i mayamatakeshi/sip-lab-debian11:latest -t 19.0.0 -t 20.0.0 -t 21.0.0 --strip
79
+ npx prebuildify-cross -i mayamatakeshi/sip-lab-debian11:latest -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 --strip
80
80
  ```
81
81
  Obs: however the above will fail if you are behind proxy (solution pending).
82
82
 
83
- Also, although we don't use '-t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0' it will still work with them.
84
- And actually, it seem if use the above, it will not work with them (see https://github.com/MayamaTakeshi/sip-lab/issues/68)
85
-
86
83
  #### Running tests
87
84
  ```
88
85
  npm test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.28.9",
3
+ "version": "1.28.11",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -27,12 +27,12 @@
27
27
  "node-addon-api": "^5.0.0",
28
28
  "node-gyp": "^9.3.0",
29
29
  "node-gyp-build": "^4.5.0",
30
- "prebuildify": "^5.0.1",
31
30
  "sdp-matching": "^1.3.2",
32
31
  "sip-matching": "^1.3.14",
33
32
  "sipjs-lab": "^1.1.2"
34
33
  },
35
34
  "devDependencies": {
35
+ "prebuildify": "^5.0.1",
36
36
  "prebuildify-cross": "github:MayamaTakeshi/prebuildify-cross#use_existing_images"
37
37
  },
38
38
  "files": [