clarifai-web-grpc
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -1,2 +0,2 @@ | ||
## [1.1.5](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.4...v1.1.5) (2022-01-31) | ||
## [1.1.6](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.5...v1.1.6) (2022-02-02) | ||
@@ -6,2 +6,2 @@ | ||
* remove CJS and clean up package resolution ([14b5d31](https://github.com/Clarifai/clarifai-web-grpc/commit/14b5d3128dc87082d1d4c876614a477f299ff0fe)) | ||
* fix typesVersions filesystem shimming ([c52cd53](https://github.com/Clarifai/clarifai-web-grpc/commit/c52cd537a6662e8b724cdd9448dbea01743aaf0d)) |
{ | ||
"name": "clarifai-web-grpc", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "The official Clarifai gRPC-web client", | ||
@@ -15,4 +15,10 @@ "main": "lib/index.js", | ||
"*": { | ||
"*": [ | ||
"lib/*" | ||
"index": [ | ||
"lib/index.d.ts" | ||
], | ||
"resources": [ | ||
"lib/resources.d.ts" | ||
], | ||
"service": [ | ||
"lib/service.d.ts" | ||
] | ||
@@ -19,0 +25,0 @@ } |
6798460