0.46.0-rc1 • Published 4 years ago
lbmjs-types v0.46.0-rc1
lbmjs-types
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_ZIPGetting started
# Pull external code
git submodule init
git submodule update
# Install dependencies
yarn installRebuilding types
# Update git submodule
yarn submodule_update
# Generate .ts files into ./src
yarn codegen
# Build .js/.d.ts files
yarn build
# Prepare publishing
yarn prepare1.0.0-rc5
3 years ago
0.47.0-alpha1
3 years ago
1.0.0-rc2
3 years ago
0.46.0
3 years ago
0.46.0-rc9
3 years ago
0.46.0-rc8
4 years ago
0.46.0-rc7
4 years ago
0.46.0-rc2.2
4 years ago
0.46.0-rc2.1
4 years ago
0.46.0-rc3
4 years ago
0.46.0-rc2
4 years ago
0.46.0-rc6
4 years ago
0.46.0-rc5
4 years ago
0.46.0-rc4
4 years ago
0.46.0-rc1
4 years ago
0.46.0-rc0
4 years ago
0.45.0
4 years ago
0.45.0-rc1
4 years ago
0.45.0-rc0
4 years ago
0.44.0-rc0
4 years ago
0.43.2
4 years ago
0.43.1
4 years ago