File tree 3 files changed +7
-1
lines changed
integration-tests/ci-visibility
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- const workerpool = require ( 'workerpool' ) // eslint-disable-line n/no-extraneous-require
1
+ const workerpool = require ( 'workerpool' )
2
2
const pool = workerpool . pool ( { workerType : 'process' } )
3
3
4
4
function add ( a , b ) {
Original file line number Diff line number Diff line change 157
157
"sinon-chai" : " ^3.7.0" ,
158
158
"tap" : " ^16.3.7" ,
159
159
"tiktoken" : " ^1.0.15" ,
160
+ "workerpool" : " ^9.2.0" ,
160
161
"yaml" : " ^2.5.0"
161
162
}
162
163
}
Original file line number Diff line number Diff line change @@ -5171,6 +5171,11 @@ workerpool@^6.5.1:
5171
5171
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
5172
5172
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
5173
5173
5174
+ workerpool@^9.2.0 :
5175
+ version "9.2.0"
5176
+ resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-9.2.0.tgz#f74427cbb61234708332ed8ab9cbf56dcb1c4371"
5177
+ integrity sha512-PKZqBOCo6CYkVOwAxWxQaSF2Fvb5Iv2fCeTP7buyWI2GiynWr46NcXSgK/idoV6e60dgCBfgYc+Un3HMvmqP8w==
5178
+
5174
5179
wrap-ansi@^6.2.0 :
5175
5180
version "6.2.0"
5176
5181
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz"
You can’t perform that action at this time.
0 commit comments