Skip to content

Commit f3eb3b3

Browse files
committed
update package
1 parent 4c72261 commit f3eb3b3

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPEX
44
Specialized 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)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -37,17 +37,17 @@
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
}

0 commit comments

Comments
 (0)