1.0.8 • Published 1 year ago

@pando-api/grpcweb v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago