Skip to content

Commit 7293ffb

Browse files
chore: update deps and Node version
1 parent 0c3ac05 commit 7293ffb

File tree

5 files changed

+29
-28
lines changed

5 files changed

+29
-28
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-on-tag
1+
name: Publish on Tag
22

33
on:
44
push:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update
1+
name: Daily update of version
22

33
on:
44
schedule:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

scripts/package-lock.json

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

scripts/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"private": true,
3+
"type": "module",
34
"license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/main/LICENSE",
45
"scripts": {
5-
"build-protocol-dts": "node --experimental-strip-types --no-warnings=ExperimentalWarning protocol-dts-generator.ts",
6+
"build-protocol-dts": "node protocol-dts-generator.ts",
67
"type-check": "tsc -p tsconfig.json",
78
"changelog": "node generate-changelog.mjs"
89
},
910
"devDependencies": {
10-
"@types/node": "22.10.7",
11+
"@types/node": "24.9.2",
1112
"simple-git": "^3.32.3",
12-
"typescript": "5.8.3"
13+
"typescript": "5.9.3"
1314
}
1415
}

0 commit comments

Comments
 (0)