File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
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.20 " ,
3
+ "version" : " 1.0.0-beta.22 " ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true ,
6
6
"packages" : [
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.20 " ,
5
+ "version" : " 1.0.0-beta.22 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
17
17
"@loaders.gl/gltf" : " ~1.1.7" ,
18
18
"@loaders.gl/polyfills" : " ~1.1.7" ,
19
19
"@turf/turf" : " ^5.1.6" ,
20
- "@xviz/io" : " 1.0.0-beta.20 " ,
20
+ "@xviz/io" : " 1.0.0-beta.22 " ,
21
21
"base64-js" : " ^1.3.0" ,
22
22
"math.gl" : " ^2.3.1" ,
23
23
"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.20 " ,
3
+ "version" : " 1.0.0-beta.22 " ,
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.20 " ,
22
- "@xviz/io" : " 1.0.0-beta.20 " ,
23
- "@xviz/parser" : " 1.0.0-beta.20 " ,
24
- "@xviz/schema" : " 1.0.0-beta.20 " ,
21
+ "@xviz/builder" : " 1.0.0-beta.22 " ,
22
+ "@xviz/io" : " 1.0.0-beta.22 " ,
23
+ "@xviz/parser" : " 1.0.0-beta.22 " ,
24
+ "@xviz/schema" : " 1.0.0-beta.22 " ,
25
25
"cli-table3" : " ^0.5.1" ,
26
26
"indent-string" : " ^3.2.0" ,
27
27
"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.20 " ,
5
+ "version" : " 1.0.0-beta.22 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
18
18
"@loaders.gl/gltf" : " ~1.1.7" ,
19
19
"@loaders.gl/polyfills" : " ~1.1.7" ,
20
20
"@turf/turf" : " ^5.1.6" ,
21
- "@xviz/schema" : " 1.0.0-beta.20 " ,
21
+ "@xviz/schema" : " 1.0.0-beta.22 " ,
22
22
"base64-js" : " ^1.3.0" ,
23
23
"math.gl" : " ^2.0.0" ,
24
24
"protobufjs" : " https://github.com/jlisee/protobuf.js#ed8e699671da6f9a169074aa0f2a160cefe0844a" ,
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.20 " ,
5
+ "version" : " 1.0.0-beta.22 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
18
18
},
19
19
"dependencies" : {
20
20
"@loaders.gl/gltf" : " ~1.1.7" ,
21
- "@xviz/io" : " 1.0.0-beta.20 " ,
21
+ "@xviz/io" : " 1.0.0-beta.22 " ,
22
22
"base64-js" : " ^1.3.0" ,
23
23
"color" : " ^3.0.0" ,
24
24
"math.gl" : " ^2.3.1" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/ros" ,
3
3
"description" : " ROS module for converting ROS data into XVIZ" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.20 " ,
5
+ "version" : " 1.0.0-beta.22 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
14
14
" dist"
15
15
],
16
16
"dependencies" : {
17
- "@xviz/builder" : " 1.0.0-beta.20 " ,
18
- "@xviz/io" : " 1.0.0-beta.20 " ,
17
+ "@xviz/builder" : " 1.0.0-beta.22 " ,
18
+ "@xviz/io" : " 1.0.0-beta.22 " ,
19
19
"lodash" : " ^4.17.11" ,
20
20
"rosbag" : " ^2.0.0" ,
21
21
"sharp" : " ^0.23.0" ,
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.20 " ,
5
+ "version" : " 1.0.0-beta.22 " ,
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.20 " ,
5
+ "version" : " 1.0.0-beta.22 " ,
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.20 " ,
24
+ "@xviz/io" : " 1.0.0-beta.22 " ,
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