Skip to content

Commit 9044e98

Browse files
committed
chore: add support for node 23
update dependencies bump version
1 parent 908bfe7 commit 9044e98

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oopetris",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Node js wrapper for oopetris",
55
"gypfile": true,
66
"main": "./dist/index.js",
@@ -17,8 +17,8 @@
1717
"scripts": {
1818
"install": "node-gyp-build",
1919
"build": "npm run build:gyp && npm run compile",
20-
"build:gyp": "prebuildify -t 18.20.4 -t 20.18.0 -t 21.7.3 -t 22.9.0 --strip",
21-
"build:debug": "prebuildify -t 18.20.4 -t 20.18.0 -t 21.7.3 -t 22.9.0 --debug",
20+
"build:gyp": "prebuildify -t 18.20.4 -t 20.18.0 -t 21.7.3 -t 22.11.0 -t 23.1.0 --strip",
21+
"build:debug": "prebuildify -t 18.20.4 -t 20.18.0 -t 21.7.3 -t 22.11.0 -t 23.1.0 --debug",
2222
"compile": "npm run build:tsc",
2323
"build:tsc": "tsc",
2424
"test": "npx jest",
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"engines": {
39-
"node": "^18.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0"
39+
"node": "^18.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0 || ^23.0.0"
4040
},
4141
"os": [
4242
"darwin",
@@ -51,7 +51,7 @@
5151
"node-gyp-build": "^4.8.2"
5252
},
5353
"devDependencies": {
54-
"@types/jest": "^29.5.13",
54+
"@types/jest": "^29.5.14",
5555
"jest": "^29.7.0",
5656
"nan": "^2.22.0",
5757
"prebuildify": "^6.0.2",

0 commit comments

Comments
 (0)