@togatherlabs/shared-protos 2.1.66 → 2.1.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@togatherlabs/shared-protos",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.68",
|
|
4
4
|
"description": "Generated TypeScript gRPC definitions for Togather shared protos",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -131,12 +131,13 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@bufbuild/protobuf": "^2.
|
|
134
|
+
"@bufbuild/protobuf": "^2.10.2",
|
|
135
135
|
"@connectrpc/connect": "^2.1.0"
|
|
136
136
|
},
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@bufbuild/buf": "^1.57.2",
|
|
139
|
-
"@bufbuild/protoc-gen-es": "^2.
|
|
139
|
+
"@bufbuild/protoc-gen-es": "^2.2.3",
|
|
140
|
+
"@bufbuild/protobuf": "^2.10.2"
|
|
140
141
|
},
|
|
141
142
|
"devDependencies": {
|
|
142
143
|
"@commitlint/cli": "^20.1.0",
|
|
@@ -145,7 +146,8 @@
|
|
|
145
146
|
"@commitlint/types": "^20.0.0",
|
|
146
147
|
"commitizen": "^4.3.1",
|
|
147
148
|
"husky": "^9.1.7",
|
|
148
|
-
"typescript": "^5.9.3"
|
|
149
|
+
"typescript": "^5.9.3",
|
|
150
|
+
"@bufbuild/protobuf": "^2.10.2"
|
|
149
151
|
},
|
|
150
152
|
"config": {
|
|
151
153
|
"commitizen": {
|