Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed Nov 19, 2021
1 parent b0b2d6d commit b59d3cc
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 5,077 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: download proto
all: download proto build

proto-gen-from-docker:
docker build -t ts-protoc .
Expand All @@ -10,9 +10,15 @@ proto:
protoc ./ion/proto/ion/ion.proto -I./ion --plugin=protoc-gen-ts=/usr/local/bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./src/_library --ts_out=service=grpc-web:./src/_library
protoc ./ion/proto/rtc/rtc.proto -I./ion --plugin=protoc-gen-ts=/usr/local/bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./src/_library --ts_out=service=grpc-web:./src/_library
protoc ./ion/apps/room/proto/room.proto -I./ion --plugin=protoc-gen-ts=/usr/local/bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./src/_library --ts_out=service=grpc-web:./src/_library
mkdir -p lib
cp -rf ./src/_library lib

download:
git clone https://github.com/pion/ion --depth=1

clean:
rm -rf src/_library

build:
npm run build

33 changes: 6 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-sdk-js",
"version": "1.8.0",
"version": "1.8.1",
"description": "A js sdk for ion-sfu or ion",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -47,11 +47,10 @@
},
"dependencies": {
"@grpc/grpc-js": "^1.3.7",
"@improbable-eng/grpc-web": "^0.14.0",
"@improbable-eng/grpc-web": "^0.14.1",
"browser-headers": "^0.4.1",
"events": "^3.0.0",
"google-protobuf": "^3.6.1",
"protoc-gen-ts": "^0.4.0",
"sdp-transform": "^2.14.0",
"uuid": "^8.0.0",
"webpack-cli": "^4.8.0"
Expand Down
Loading

0 comments on commit b59d3cc

Please sign in to comment.