File tree Expand file tree Collapse file tree 7 files changed +601
-520
lines changed
Expand file tree Collapse file tree 7 files changed +601
-520
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vot.js" ,
3- "version" : " 2.1.14 " ,
3+ "version" : " 2.2.0 " ,
44 "author" : " Toil" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vot.js/core" ,
33 "description" : " core package" ,
4- "version" : " 2.1.13 " ,
4+ "version" : " 2.2.0 " ,
55 "author" : " Toil" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @vot.js/ext" ,
33 "description" : " package for web extensions" ,
4- "version" : " 2.1.13 " ,
4+ "version" : " 2.2.0 " ,
55 "author" : " Toil" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @vot.js/node" ,
33 "description" : " package for runtimes" ,
4- "version" : " 2.1.13 " ,
4+ "version" : " 2.2.0 " ,
55 "author" : " Toil" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @vot.js/shared" ,
33 "description" : " shared for all @vot.js package" ,
4- "version" : " 2.1.13 " ,
4+ "version" : " 2.2.0 " ,
55 "author" : " Toil" ,
66 "license" : " MIT" ,
77 "repository" : {
9696 },
9797 "devDependencies" : {
9898 "tsc-esm-fix" : " ^3.1.2" ,
99- "ts-proto" : " 1.181.2 " ,
99+ "ts-proto" : " ^2.6.1 " ,
100100 "typescript" : " ^5.6.3"
101101 },
102102 "peerDependencies" : {
103103 "typescript" : " ^5.0.0"
104104 },
105105 "dependencies" : {
106- "protobufjs " : " ^7.4 .0"
106+ "@bufbuild/protobuf " : " ^2.0 .0"
107107 },
108108 "scripts" : {
109109 "prepack" : " bun run ../../scripts/onPrepack.ts" ,
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ export default {
1515 defaultDuration : 343 ,
1616 minChunkSize : 5295308 ,
1717 loggerLevel : 1 ,
18- version : "2.1.13 " ,
18+ version : "2.2.0 " ,
1919} as ConfigSchema ;
You can’t perform that action at this time.
0 commit comments