Comparing version 0.2.0 to 0.3.1
{ | ||
"name": "bs-grpc", | ||
"version": "0.2.0", | ||
"version": "0.3.1", | ||
"scripts": { | ||
@@ -31,9 +31,17 @@ "clean": "bsb -clean-world", | ||
"dependencies": { | ||
"grpc-tools": "^1.6.6", | ||
"@grpc/grpc-js": "^0.1.0", | ||
"@grpc/proto-loader": "^0.1.0", | ||
"grpc-tools": "^1.6.6", | ||
"protobufjs": "^6.8.6", | ||
"read-all-stream": "^3.1.0", | ||
"reason-future": "^2.2.1" | ||
} | ||
"reason-future": "^2.2.1", | ||
"toposort": "^2.0.2" | ||
}, | ||
"files": [ | ||
"bin/protoc-gen-reasonml", | ||
"bin/reasonml-compile-proto", | ||
"bsconfig.json", | ||
"extend.proto", | ||
"src/protobufs.js" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
526916
8
6
+ Addedtoposort@^2.0.2
+ Addedtoposort@2.0.2(transitive)