Skip to content

Commit 8459667

Browse files
committed
bump version to 2.1.0
1 parent a828740 commit 8459667

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@2bad/tvt",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "TypeScript SDK for TVT and rebadged OEM CCTV devices: login, live H.264 streaming, snapshots, alarm monitoring, RTSP, and device control over the NET_SDK protocol",
55
"keywords": [
66
"tvt",
@@ -45,7 +45,10 @@
4545
}
4646
}
4747
},
48-
"files": ["bin", "build"],
48+
"files": [
49+
"bin",
50+
"build"
51+
],
4952
"scripts": {
5053
"build": "tsdown",
5154
"check": "run-p check:**",

0 commit comments

Comments
 (0)