sip-lab 1.12.38 → 1.12.39

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
@@ -28,10 +28,19 @@ npm install
28
28
  Then perform code changes and tests. When you are satisfied with them, update install.sh with the new commit id.
29
29
 
30
30
  #### prebuild binaries
31
+ Previously we would do:
32
+
31
33
  ```
32
34
  nvm use v16.13.1 # if we try with v17 it will fail to build for -t 15.0.0
33
35
  npx prebuildify --strip -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0
34
36
  ```
37
+ However the above will build the addon to run on the current OS.
38
+
39
+ Instead we will force the build on debian11 (using docker). So to this instead:
40
+ ```
41
+ nvm use v16.13.1
42
+ 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 --strip
43
+ ```
35
44
 
36
45
  #### Running tests
37
46
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.12.38",
3
+ "version": "1.12.39",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
Binary file
Binary file