mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-24 02:03:51 +00:00
This fixes two issues: - An error logged to the console when enqueueing a JSON downlink payload (Q.Va is not a function). - The codemirror editor has been replaced by ace, to solve a potential rendering issue within ReactJS / Antd. Closes #658.
17 lines
381 B
JSON
Vendored
17 lines
381 B
JSON
Vendored
{
|
|
"name": "@chirpstack/chirpstack-api-grpc-web",
|
|
"version": "4.12.0",
|
|
"description": "Chirpstack gRPC-web API",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grpc-tools": "^1.13.0",
|
|
"ts-protoc-gen": "^0.15.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/google-protobuf": "^3.15.12",
|
|
"google-protobuf": "^3.21.4",
|
|
"grpc-web": "^1.5.0"
|
|
}
|
|
}
|