File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.9.1" ,
3- "version" : " 1.0.0-beta.22 " ,
3+ "version" : " 1.0.0" ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true ,
66 "packages" : [
Original file line number Diff line number Diff line change 22 "name" : " @xviz/builder" ,
33 "description" : " Utility library for encoding JSON objects into XVIZ messages" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.0.0-beta.22 " ,
5+ "version" : " 1.0.0" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/uber/xviz.git"
1717 "@loaders.gl/gltf" : " ~1.1.7" ,
1818 "@loaders.gl/polyfills" : " ~1.1.7" ,
1919 "@turf/turf" : " ^5.1.6" ,
20- "@xviz/io" : " 1.0.0-beta.22 " ,
20+ "@xviz/io" : " 1.0.0" ,
2121 "base64-js" : " ^1.3.0" ,
2222 "math.gl" : " ^2.3.1" ,
2323 "text-encoding" : " ^0.6.4"
Original file line number Diff line number Diff line change 11{
22 "name" : " @xviz/cli" ,
3- "version" : " 1.0.0-beta.22 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " A CLI tool for the XVIZ protocol" ,
55 "repository" : {
66 "type" : " git" ,
1818 " bin/xviz"
1919 ],
2020 "dependencies" : {
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 " ,
21+ "@xviz/builder" : " 1.0.0" ,
22+ "@xviz/io" : " 1.0.0" ,
23+ "@xviz/parser" : " 1.0.0" ,
24+ "@xviz/schema" : " 1.0.0" ,
2525 "cli-table3" : " ^0.5.1" ,
2626 "indent-string" : " ^3.2.0" ,
2727 "websocket" : " ^1.0.28" ,
Original file line number Diff line number Diff line change 22 "name" : " @xviz/io" ,
33 "description" : " IO library for reading and writing XVIZ messages" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.0.0-beta.22 " ,
5+ "version" : " 1.0.0" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/uber/xviz.git"
1818 "@loaders.gl/gltf" : " ~1.1.7" ,
1919 "@loaders.gl/polyfills" : " ~1.1.7" ,
2020 "@turf/turf" : " ^5.1.6" ,
21- "@xviz/schema" : " 1.0.0-beta.22 " ,
21+ "@xviz/schema" : " 1.0.0" ,
2222 "base64-js" : " ^1.3.0" ,
2323 "math.gl" : " ^2.0.0" ,
2424 "protobufjs" : " https://github.com/jlisee/protobuf.js#ed8e699671da6f9a169074aa0f2a160cefe0844a" ,
Original file line number Diff line number Diff line change 22 "name" : " @xviz/parser" ,
33 "description" : " Utility library for converting XVIZ messages into JSON objects" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.0.0-beta.22 " ,
5+ "version" : " 1.0.0" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/uber/xviz.git"
1818 },
1919 "dependencies" : {
2020 "@loaders.gl/gltf" : " ~1.1.7" ,
21- "@xviz/io" : " 1.0.0-beta.22 " ,
21+ "@xviz/io" : " 1.0.0" ,
2222 "base64-js" : " ^1.3.0" ,
2323 "color" : " ^3.0.0" ,
2424 "math.gl" : " ^2.3.1" ,
Original file line number Diff line number Diff line change 22 "name" : " @xviz/ros" ,
33 "description" : " ROS module for converting ROS data into XVIZ" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.0.0-beta.22 " ,
5+ "version" : " 1.0.0" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/uber/xviz.git"
1414 " dist"
1515 ],
1616 "dependencies" : {
17- "@xviz/builder" : " 1.0.0-beta.22 " ,
18- "@xviz/io" : " 1.0.0-beta.22 " ,
17+ "@xviz/builder" : " 1.0.0" ,
18+ "@xviz/io" : " 1.0.0" ,
1919 "lodash" : " ^4.17.11" ,
2020 "rosbag" : " ^2.0.0" ,
2121 "sharp" : " ^0.23.0" ,
Original file line number Diff line number Diff line change 22 "name" : " @xviz/schema" ,
33 "description" : " XVIZ JSON schema" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.0.0-beta.22 " ,
5+ "version" : " 1.0.0" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 22 "name" : " @xviz/server" ,
33 "description" : " XVIZ Server module" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.0.0-beta.22 " ,
5+ "version" : " 1.0.0" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/uber/xviz.git"
2121 },
2222 "dependencies" : {
2323 "@babel/register" : " ^7.4.4" ,
24- "@xviz/io" : " 1.0.0-beta.22 " ,
24+ "@xviz/io" : " 1.0.0" ,
2525 "probe.gl" : " ^3.0.1" ,
2626 "text-encoding" : " ^0.6.4" ,
2727 "ws" : " ^6.2.0" ,
You can’t perform that action at this time.
0 commit comments