clarifai-web-grpc
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -1,2 +0,2 @@ | ||
## [1.1.3](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.2...v1.1.3) (2022-01-28) | ||
## [1.1.4](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.3...v1.1.4) (2022-01-28) | ||
@@ -6,3 +6,2 @@ | ||
* fix the paths in the lint cmd ([31e58c8](https://github.com/Clarifai/clarifai-web-grpc/commit/31e58c876dbc7414637b9608c42d3217be34a366)) | ||
* move stuff to src, split dist/esm to lib for easier entry references ([a41e660](https://github.com/Clarifai/clarifai-web-grpc/commit/a41e660324233900339579696f97e8330bad4b31)) | ||
* improve exports ([74ec444](https://github.com/Clarifai/clarifai-web-grpc/commit/74ec444367c61c26a4ab9fd884cb295bbb124bf6)) |
{ | ||
"name": "clarifai-web-grpc", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "The official Clarifai gRPC-web client", | ||
@@ -20,2 +20,8 @@ "main": "dist/index.js", | ||
"require": "./dist/service.js" | ||
}, | ||
"./lib/resources": { | ||
"import": "./lib/resources.js" | ||
}, | ||
"./lib/service": { | ||
"import": "./lib/service.js" | ||
} | ||
@@ -22,0 +28,0 @@ }, |
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
27
9471909