File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ engine-strict = true
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ and this project adheres to
1010
1111### Added
1212
13+ - Restrict node engines for better support feedback
14+
1315### Changed
1416
1517### Fixed
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ await build({
2424 bugs : {
2525 url : "https://github.com/serpapi/serpapi-javascript/issues" ,
2626 } ,
27+ engines : {
28+ node : "^16.14.0 || >=17.3.0" , // Because of AbortSignal.timeout https://nodejs.org/api/globals.html#static-method-abortsignaltimeoutdelay
29+ } ,
2730 keywords : [
2831 "serpapi" ,
2932 "serp api" ,
@@ -62,3 +65,4 @@ await build({
6265
6366Deno . copyFileSync ( "LICENSE" , "npm/LICENSE" ) ;
6467Deno . copyFileSync ( "README.md" , "npm/README.md" ) ;
68+ Deno . copyFileSync ( ".npmrc" , "npm/.npmrc" ) ;
You can’t perform that action at this time.
0 commit comments