Skip to content

Commit

Permalink
1.6.0 local version
Browse files Browse the repository at this point in the history
  • Loading branch information
ylkjick532428 committed Oct 9, 2019
1 parent 2b9a3ee commit 6a3aa91
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 49 deletions.
Binary file modified dist/lib/av/audio.encode.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/lib/av/js_audio_process.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/js_audio_worklet.min.js

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

2 changes: 1 addition & 1 deletion dist/lib/av/js_media.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/js_media_ie.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/js_video_dec.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/lib/av/lock_es6.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/lib/av/sharing.min.js

Large diffs are not rendered by default.

Binary file modified dist/lib/av/video.decode.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/lib/webim.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/zoomus-jssdk.umd.min.js

Large diffs are not rendered by default.

81 changes: 43 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,44 @@
{
"name": "zoomus-jssdk",
"version": "1.5.1",
"description": "zoom webclient jssdk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zoom/sample-app-web.git"
},
"keywords": ["zoom", "jssdk"],
"author": "Zoom",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoom/sample-app-web/issues"
},
"homepage": "https://github.com/zoom/sample-app-web#readme",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"redux": "3.7.2",
"react-redux": "7.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.14",
"redux-thunk": "2.2.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"redux": "3.7.2",
"react-redux": "7.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.14",
"redux-thunk": "2.2.0"
},
"files": ["dist/*"]
}
"name": "zoomus-jssdk",
"version": "1.6.0",
"description": "zoom webclient jssdk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zoom/sample-app-web.git"
},
"keywords": [
"zoom",
"jssdk"
],
"author": "Zoom",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoom/sample-app-web/issues"
},
"homepage": "https://github.com/zoom/sample-app-web#readme",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"redux": "3.7.2",
"react-redux": "7.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.14",
"redux-thunk": "2.2.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"redux": "3.7.2",
"react-redux": "7.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.14",
"redux-thunk": "2.2.0"
},
"files": [
"dist/*"
]
}

0 comments on commit 6a3aa91

Please sign in to comment.