clarifai-web-grpc 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,8 @@ jobs:
18
18
  node-version: 16
19
19
  - name: Install deps
20
20
  run: yarn install
21
+ - name: Build package
22
+ run: yarn build
21
23
 
22
24
  release:
23
25
  needs: build
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [2.0.1](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.0...v2.0.1) (2022-02-05)
1
+ ## [2.0.2](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.1...v2.0.2) (2022-02-05)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * build serviceserviceclient module ([e6f33e1](https://github.com/Clarifai/clarifai-web-grpc/commit/e6f33e180cc3be585954020eccf1bd4695e76459))
6
+ * build package before publishing ([597fe90](https://github.com/Clarifai/clarifai-web-grpc/commit/597fe906fe0d9ca1f5662a73e2112b03cfc53ded))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clarifai-web-grpc",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "The official Clarifai gRPC-web client",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/Clarifai/clarifai-web-grpc",