grpc-cucumber-js
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -414,2 +414,3 @@ 'use strict'; | ||
GprcCucumber: GprcCucumber, | ||
GrpcCucumber: GprcCucumber, | ||
}; | ||
@@ -416,0 +417,0 @@ |
{ | ||
"name": "grpc-cucumber-js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Katie Scott <reineskat@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Gherkin framework for gRPC API cucumber-js testing", |
@@ -1,5 +0,6 @@ | ||
import GprcCucumber from './grpcCucumber'; | ||
import GrpcCucumber from './grpcCucumber'; | ||
export default { | ||
GprcCucumber, | ||
GprcCucumber: GrpcCucumber, | ||
GrpcCucumber, | ||
}; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77134
1298
0