Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8675b3d

Browse files
committed
bump package versions
1 parent 5e5385c commit 8675b3d

File tree

2 files changed

+372
-736
lines changed

2 files changed

+372
-736
lines changed

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meshtastic/js",
3-
"version": "2.5.9-3",
3+
"version": "2.6.0-0",
44
"description": "Browser library for interfacing with meshtastic devices",
55
"license": "GPL-3.0-only",
66
"scripts": {
@@ -28,7 +28,9 @@
2828
"types": "./dist/index.d.ts"
2929
}
3030
},
31-
"files": ["dist"],
31+
"files": [
32+
"dist"
33+
],
3234
"bugs": {
3335
"url": "https://github.com/meshtastic/js/issues"
3436
},
@@ -37,19 +39,19 @@
3739
"url": "git+https://github.com/meshtastic/js.git"
3840
},
3941
"dependencies": {
40-
"@bufbuild/protobuf": "^2.2.1",
41-
"@meshtastic/protobufs": "npm:@jsr/meshtastic__protobufs@^2.5.9",
42+
"@bufbuild/protobuf": "^2.2.3",
43+
"@meshtastic/protobufs": "npm:@jsr/meshtastic__protobufs@^2.6.0",
4244
"crc": "^4.3.2",
4345
"ste-simple-events": "^3.0.11",
4446
"tslog": "^4.9.3"
4547
},
4648
"devDependencies": {
47-
"@biomejs/biome": "^1.9.3",
48-
"@types/node": "^22.7.5",
49+
"@biomejs/biome": "^1.9.4",
50+
"@types/node": "^22.13.5",
4951
"@types/w3c-web-serial": "^1.0.7",
5052
"@types/web-bluetooth": "^0.0.20",
51-
"tsup": "^8.3.0",
52-
"typedoc": "^0.26.8",
53-
"typescript": "^5.6.2"
53+
"tsup": "^8.4.0",
54+
"typedoc": "^0.27.9",
55+
"typescript": "^5.7.3"
5456
}
5557
}

0 commit comments

Comments
 (0)