|
33 | 33 | "scripts": { |
34 | 34 | "install": "node-gyp-build", |
35 | 35 | "recompile": "node-gyp build", |
36 | | - "before-publish": "prebuildify-ci download && prebuildify -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
37 | | - "prebuild": "prebuildify -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
38 | | - "prebuild-linux-x64": "prebuildify-cross -i centos7-devtoolset7 -i alpine -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
39 | | - "prebuild-linux-arm64-glibc": "prebuildify-cross --tag-libc -i linux-arm64-lts -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
40 | | - "prebuild-linux-arm64-musl": "prebuildify-cross --libc musl --tag-libc -i linux-arm64-musl -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
| 36 | + "before-publish": "prebuildify-ci download && prebuildify -t 24.0.0 -t 22.0.0 -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
| 37 | + "prebuild": "prebuildify -t 24.0.0 -t 22.0.0 -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
| 38 | + "prebuild-linux-x64": "prebuildify-cross -i centos7-devtoolset7 -i alpine -t 24.0.0 -t 22.0.0 -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
| 39 | + "prebuild-linux-arm64-glibc": "prebuildify-cross --tag-libc -i linux-arm64-lts -t 24.0.0 -t 22.0.0 -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
| 40 | + "prebuild-linux-arm64-musl": "prebuildify-cross --libc musl --tag-libc -i linux-arm64-musl -t 24.0.0 -t 22.0.0 -t 20.0.0 -t 18.0.0 -t 17.1.0 -t 16.13.0 -t 15.5.0 -t 14.17.6 -t 12.22.7 -t electron@15.2.0", |
41 | 41 | "test": "mocha test/**.test.js --recursive", |
42 | 42 | "benchmark": "node ./benchmark/index.js" |
43 | 43 | }, |
44 | 44 | "gypfile": true, |
45 | 45 | "dependencies": { |
46 | 46 | "msgpackr": "^1.11.0", |
47 | | - "nan": "^2.19.0", |
| 47 | + "nan": "^2.25.0", |
48 | 48 | "node-gyp-build": "^4.8.1" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
|
0 commit comments