@protobuf-ts/grpc-backend
Advanced tools
Comparing version 2.0.0-alpha.28 to 2.0.0-alpha.29
{ | ||
"name": "@protobuf-ts/grpc-backend", | ||
"version": "2.0.0-alpha.28", | ||
"version": "2.0.0-alpha.29", | ||
"description": "gRPC backend for servers generated by the protoc plugin \"protobuf-ts\"", | ||
@@ -26,5 +26,12 @@ "license": "Apache-2.0", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@protobuf-ts/runtime": "^2.0.0-alpha.29", | ||
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.29" | ||
}, | ||
"peerDependencies": { | ||
"@grpc/grpc-js": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@protobuf-ts/plugin": "^2.0.0-alpha.28", | ||
"@protobuf-ts/protoc": "^2.0.0-alpha.28", | ||
"@protobuf-ts/plugin": "^2.0.0-alpha.29", | ||
"@protobuf-ts/protoc": "^2.0.0-alpha.29", | ||
"@types/jasmine": "^3.5.10", | ||
@@ -37,8 +44,3 @@ "jasmine": "^3.5.0", | ||
}, | ||
"dependencies": { | ||
"@grpc/grpc-js": "^1.2.2", | ||
"@protobuf-ts/runtime": "^2.0.0-alpha.28", | ||
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.28" | ||
}, | ||
"gitHead": "dfd0e333bc8ce4c2e045d443953ee7dcf7d50cca" | ||
"gitHead": "4b0c1f85efab2be637ba09422c00aff522d07e4f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42123