1.0.8 • Published 2 months ago

@pando-api/grpcweb v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Frontend Module for Public API Protofiles

@pando-api/grpcweb

How to update module

  1. Clone this repositoy.

  2. Navigate to the child directory, public-api

cd public-api
  1. Checkout to the develop branch in the public-api submodule/directory. And pull changes from develop.
git checkout develop
git pull origin develop
  1. Go back to the root directory.
cd ..
  1. Compile the latest protofiles from the public-api submodule by running:
yarn build

Compiled files are created under root/public-api/src/grpcweb/pando folder.

  1. Copy and paste or replace compiled pando folder from the public-api to root/src

  2. Publish to npm with the latest version by running:

yarn publish

How to use or update module in project

yarn remove @pando-api/grpcweb
yarn add @pando-api/grpcweb
npm uninstall @pando-api/grpcweb
npm install @pando-api/grpcweb
1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

3 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago