clarifai-web-grpc
Advanced tools
Comparing version 1.1.8 to 2.0.0
@@ -1,13 +0,15 @@ | ||
## [1.1.8](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.7...v1.1.8) (2022-02-04) | ||
# [2.0.0](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.8...v2.0.0) (2022-02-04) | ||
### Reverts | ||
### Bug Fixes | ||
* Revert "fix: move stuff to src, split dist/esm to lib for easier entry references" ([4b45e0a](https://github.com/Clarifai/clarifai-web-grpc/commit/4b45e0afd0085c289a8b61ec130f3e5bbf8a7375)) | ||
* Revert "fix: fix the paths in the lint cmd" ([146aa24](https://github.com/Clarifai/clarifai-web-grpc/commit/146aa24d1469b1bd24db427e3c1ce808715c3ce9)) | ||
* Revert "fix: improve exports" ([8d4afaa](https://github.com/Clarifai/clarifai-web-grpc/commit/8d4afaa4270b3cfe8f1d42376611f4cb2285e417)) | ||
* Revert "fix: remove CJS and clean up package resolution" ([3275dc3](https://github.com/Clarifai/clarifai-web-grpc/commit/3275dc3e3089a196358dd8ba30f3f8380cb5624f)) | ||
* Revert "fix: fix typesVersions filesystem shimming" ([fa4bc4f](https://github.com/Clarifai/clarifai-web-grpc/commit/fa4bc4f5a48766abe51ad193118803b95d808225)) | ||
* Revert "fix: make it a module" ([4900de9](https://github.com/Clarifai/clarifai-web-grpc/commit/4900de9f5ef2a6ba40ead5fe3d177744963a685d)) | ||
* Revert "fix: ci process" ([253f652](https://github.com/Clarifai/clarifai-web-grpc/commit/253f652c43cb603d63f00b6bd9156b2c6cbe2d53)) | ||
* Revert "fix: use eslint. change re-export syntax to appease typescript compiler" ([aa2f82b](https://github.com/Clarifai/clarifai-web-grpc/commit/aa2f82b8cbfb61a2c1622c9edd82b9479d68083b)) | ||
* ci process ([3aee02d](https://github.com/Clarifai/clarifai-web-grpc/commit/3aee02d17bd05efc00fd645c62a6971e22fb2418)) | ||
* fix(package)!: cleanse the package ([100e142](https://github.com/Clarifai/clarifai-web-grpc/commit/100e142a34254933439f08224557d6c23162effb)) | ||
### BREAKING CHANGES | ||
* Consumers must now import the fully qualified | ||
package names. |
{ | ||
"name": "clarifai-web-grpc", | ||
"version": "1.1.8", | ||
"version": "2.0.0", | ||
"description": "The official Clarifai gRPC-web client", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"./resources": { | ||
"import": "./dist/esm/resources.js", | ||
"require": "./dist/cjs/resources.js" | ||
}, | ||
"./service": { | ||
"import": "./dist/esm/service.js", | ||
"require": "./dist/cjs/service.js" | ||
} | ||
}, | ||
"type": "module", | ||
"repository": "https://github.com/Clarifai/clarifai-web-grpc", | ||
@@ -27,10 +11,2 @@ "author": "Clarifai Inc.", | ||
"scripts": { | ||
"test": "mocha", | ||
"lint": "eslint index.ts resources.ts service.ts", | ||
"clean": "rm -rf dist clarifai-web-grpc-*.tgz", | ||
"typecheck": "tsc --pretty --noEmit", | ||
"build:cjs": "tsc -b tsconfig.cjs.json", | ||
"build:esm": "tsc -b", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"prepack": "yarn clean && yarn build", | ||
"release": "semantic-release", | ||
@@ -40,3 +16,3 @@ "prepare": "husky install" | ||
"dependencies": { | ||
"google-protobuf": "~3.14.0", | ||
"google-protobuf": "^3.19.4", | ||
"grpc-web": "~1.0.5" | ||
@@ -49,3 +25,3 @@ }, | ||
"@types/chai": "^4.3.0", | ||
"@types/google-protobuf": "~3.7.0", | ||
"@types/google-protobuf": "^3.15.5", | ||
"@types/mocha": "^9.0.0", | ||
@@ -52,0 +28,0 @@ "@types/node": "~10.17.0", |
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
9
Yes
3343876
32
91423
+ Addedgoogle-protobuf@3.21.4(transitive)
- Removedgoogle-protobuf@3.14.0(transitive)
Updatedgoogle-protobuf@^3.19.4