4.0.0 • Published 1 year ago

@finschia/finschia-proto v4.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

finschia-proto for javascript

Maintenance

This section is for maintainers of this repo, not users.

requirements

  • protoc
// Mac OS X
brew install protobuf

// Linux
PROTOC_ZIP=protoc-3.14.0-linux-x86_64.zip
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/$PROTOC_ZIP
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
sudo unzip -o $PROTOC_ZIP -d /usr/local 'include/*'
rm -f $PROTOC_ZIP

Getting started

# Pull external code
git submodule init
git submodule update

# Install dependencies
yarn install

Rebuilding types

# Update git submodule
yarn submodule_update

# Generate .ts files into ./src
yarn codegen

# Build .js/.d.ts files
yarn build

# Prepare publishing
yarn prepare
4.0.0-rc4

1 year ago

4.0.0-rc5

1 year ago

4.0.0

1 year ago

4.0.0-rc2

1 year ago

4.0.0-rc1

1 year ago

2.0.0-rc6

2 years ago

2.0.0-rc5

2 years ago

2.0.0-rc3

2 years ago

2.0.0

2 years ago

2.0.0-rc1

2 years ago

1.0.0

2 years ago

1.0.0-rc2

2 years ago