File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.9.1" ,
3
- "version" : " 1.0.0-beta.15 " ,
3
+ "version" : " 1.0.0-beta.16 " ,
4
4
"commands" : {
5
5
"publish" : {},
6
6
"bootstrap" : {}
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/builder" ,
3
3
"description" : " Utility library for encoding JSON objects into XVIZ messages" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.15 " ,
5
+ "version" : " 1.0.0-beta.16 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
18
18
"@loaders.gl/gltf" : " ^1.1.0" ,
19
19
"@loaders.gl/polyfills" : " ^1.1.0" ,
20
20
"@turf/turf" : " ^5.1.6" ,
21
- "@xviz/io" : " ^ 1.0.0-beta.15 " ,
21
+ "@xviz/io" : " 1.0.0-beta.16 " ,
22
22
"base64-js" : " ^1.3.0" ,
23
23
"math.gl" : " ^2.3.1" ,
24
24
"text-encoding" : " ^0.6.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xviz/cli" ,
3
- "version" : " 1.0.0-beta.15 " ,
3
+ "version" : " 1.0.0-beta.16 " ,
4
4
"description" : " A CLI tool for the XVIZ protocol" ,
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
" bin/xviz"
19
19
],
20
20
"dependencies" : {
21
- "@xviz/builder" : " 1.0.0-beta.15 " ,
22
- "@xviz/parser" : " 1.0.0-beta.15 " ,
23
- "@xviz/schema" : " 1.0.0-beta.15 " ,
21
+ "@xviz/builder" : " 1.0.0-beta.16 " ,
22
+ "@xviz/parser" : " 1.0.0-beta.16 " ,
23
+ "@xviz/schema" : " 1.0.0-beta.16 " ,
24
24
"cli-table3" : " ^0.5.1" ,
25
25
"indent-string" : " ^3.2.0" ,
26
26
"websocket" : " ^1.0.28" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/io" ,
3
3
"description" : " IO library for reading and writing XVIZ messages" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.15 " ,
5
+ "version" : " 1.0.0-beta.16 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/parser" ,
3
3
"description" : " Utility library for converting XVIZ messages into JSON objects" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.15 " ,
5
+ "version" : " 1.0.0-beta.16 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/schema" ,
3
3
"description" : " XVIZ JSON schema" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.15 " ,
5
+ "version" : " 1.0.0-beta.16 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/server" ,
3
3
"description" : " XVIZ Server module" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.15 " ,
5
+ "version" : " 1.0.0-beta.16 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
21
21
},
22
22
"dependencies" : {
23
23
"@babel/register" : " ^7.4.4" ,
24
- "@xviz/io" : " ^ 1.0.0-beta.15 " ,
24
+ "@xviz/io" : " 1.0.0-beta.16 " ,
25
25
"probe.gl" : " ^3.0.1" ,
26
26
"text-encoding" : " ^0.6.4" ,
27
27
"ws" : " ^6.2.0" ,
You can’t perform that action at this time.
0 commit comments