File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : true
1515 matrix :
16- # We cannot use NodeJS < 18 with CI because the latest ESLint doesn't support it.
1716 node-version : [18.x, 20.x, 24.x]
1817
1918 steps :
Original file line number Diff line number Diff line change 44Specialized Promise Extensions.
55
66[ ![ Build Status] ( https://github.com/vitaly-t/spex/actions/workflows/ci.yml/badge.svg )] ( https://github.com/vitaly-t/spex/actions/workflows/ci.yml )
7- [ ![ Node Version] ( https://img.shields.io/badge/nodejs-14 %20--%2024-green.svg?logo=node.js&style=flat )] ( https://nodejs.org )
7+ [ ![ Node Version] ( https://img.shields.io/badge/nodejs-18 %20--%2024-green.svg?logo=node.js&style=flat )] ( https://nodejs.org )
88
99[ batch] , [ page] , [ sequence] - promise methods for the following patterns:
1010* [ Data Throttling & Load Balancing] ( http://vitaly-t.github.io/spex/tutorial-throttling.html )
Original file line number Diff line number Diff line change 11{
22 "name" : " spex" ,
3- "version" : " 4.0.2 " ,
3+ "version" : " 4.1.0 " ,
44 "description" : " Specialized Promise Extensions" ,
55 "main" : " src/index.js" ,
66 "typings" : " typescript/spex.d.ts" ,
3737 },
3838 "license" : " MIT" ,
3939 "engines" : {
40- "node" : " >=16 .0.0"
40+ "node" : " >=18 .0.0"
4141 },
4242 "devDependencies" : {
43- "@eslint/js" : " 9.34.0 " ,
44- "@types/node" : " 24.3 .0" ,
43+ "@eslint/js" : " 9.39.1 " ,
44+ "@types/node" : " 24.10 .0" ,
4545 "browserify" : " 17.0.1" ,
4646 "coveralls" : " 3.1.1" ,
47- "eslint" : " 9.34.0 " ,
47+ "eslint" : " 9.39.1 " ,
4848 "istanbul" : " 0.4.5" ,
4949 "jasmine-node" : " 3.0.0" ,
50- "jsdoc" : " 4.0.4 " ,
51- "typescript" : " 5.9.2 "
50+ "jsdoc" : " 4.0.5 " ,
51+ "typescript" : " 5.9.3 "
5252 }
5353}
You can’t perform that action at this time.
0 commit comments