clarifai-web-grpc
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -1,2 +0,2 @@ | ||
## [2.0.2](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.1...v2.0.2) (2022-02-05) | ||
# [3.0.0](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.2...v3.0.0) (2022-03-08) | ||
@@ -6,2 +6,9 @@ | ||
* build package before publishing ([597fe90](https://github.com/Clarifai/clarifai-web-grpc/commit/597fe906fe0d9ca1f5662a73e2112b03cfc53ded)) | ||
* broken package ([7030339](https://github.com/Clarifai/clarifai-web-grpc/commit/7030339944e334d24a5189d95363228531dac685)) | ||
### BREAKING CHANGES | ||
* Completely reverts several versions of the package that were broken/attempting | ||
to provide a lean package. This is hopefully a known good state that fixes | ||
those issues. |
{ | ||
"name": "clarifai-web-grpc", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "The official Clarifai gRPC-web client", | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"repository": "https://github.com/Clarifai/clarifai-web-grpc", | ||
@@ -11,4 +13,8 @@ "author": "Clarifai Inc.", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"clean": "rm -rf lib clarifai-web-grpc-*.tgz", | ||
"test": "mocha", | ||
"lint": "standard index.ts resources.ts service.ts", | ||
"clean": "rm -rf dist clarifai-web-grpc-*.tgz", | ||
"build:cjs": "tsc -b tsconfig.cjs.json", | ||
"build:esm": "tsc -b", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"prepack": "yarn clean && yarn build", | ||
@@ -19,3 +25,3 @@ "release": "semantic-release", | ||
"dependencies": { | ||
"google-protobuf": "^3.19.4", | ||
"google-protobuf": "~3.14.0", | ||
"grpc-web": "~1.0.5" | ||
@@ -28,13 +34,6 @@ }, | ||
"@types/chai": "^4.3.0", | ||
"@types/google-protobuf": "^3.15.5", | ||
"@types/google-protobuf": "~3.7.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "~10.17.0", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.32.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.2.0", | ||
"husky": "^7.0.4", | ||
@@ -41,0 +40,0 @@ "mocha": "^9.1.3", |
@@ -8,11 +8,19 @@ { | ||
"allowJs": true, | ||
"outDir": "./lib", | ||
"outDir": "./dist/esm", | ||
"moduleResolution": "node" | ||
}, | ||
"include": [ | ||
"proto", | ||
"./index.ts", | ||
"./resources.ts", | ||
"./service.ts", | ||
"proto/", | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
], | ||
"ts-node": { | ||
"compilerOptions": { | ||
"module": "CommonJS" | ||
} | ||
} | ||
} |
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
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
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
9463766
14
100
242723
28
No
+ Addedgoogle-protobuf@3.14.0(transitive)
- Removedgoogle-protobuf@3.21.4(transitive)
Updatedgoogle-protobuf@~3.14.0