@matteodisabatino/gc_info
Advanced tools
Comparing version 2.0.2 to 2.1.0
# 2.1.0 (2024-09-05) | ||
### Features | ||
* support node v21 and v22 and several electron versions ([d274c24](https://github.com/matteodisabatino/gc_info/commit/d274c243bc8fbe7f8fdcf346ea1566915c8491b8)) | ||
## 2.0.2 (2024-05-19) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@matteodisabatino/gc_info", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"main": "dist/index.js", | ||
@@ -9,4 +9,4 @@ "typings": "dist/index.d.ts", | ||
"lint": "eslint dist test --fix", | ||
"prebuild_electron": "prebuild -r electron -t 23.0.0-alpha.1 -t 24.0.0-alpha.1 -t 25.0.0-alpha.1 -t 26.0.0-alpha.1 --force --strip --tag-prefix \"\"", | ||
"prebuild_node": "prebuild -r node -t 17.0.1 -t 18.0.0 -t 19.0.0 -t 20.0.0 --force --strip --tag-prefix \"\"", | ||
"prebuild_electron": "prebuild -r electron -t 23.0.0-alpha.1 -t 24.0.0-alpha.1 -t 25.0.0-alpha.1 -t 26.0.0-alpha.1 -t 27.0.0-alpha.1 -t 28.0.0-alpha.1 -t 29.0.0-alpha.1 -t 30.0.0-alpha.1 -t 31.0.0-alpha.1 --force --strip --tag-prefix \"\"", | ||
"prebuild_node": "prebuild -r node -t 17.0.1 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 --force --strip --tag-prefix \"\"", | ||
"rebuild": "node-gyp rebuild", | ||
@@ -87,4 +87,4 @@ "release": "release-it --ci", | ||
"engines": { | ||
"node": "<=20" | ||
"node": "<=22" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41692