File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
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.14 " ,
3
+ "version" : " 1.0.0-beta.15 " ,
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.14 " ,
5
+ "version" : " 1.0.0-beta.15 " ,
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 1
1
{
2
2
"name" : " @xviz/cli" ,
3
- "version" : " 1.0.0-beta.14 " ,
3
+ "version" : " 1.0.0-beta.15 " ,
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.14 " ,
22
- "@xviz/parser" : " 1.0.0-beta.14 " ,
23
- "@xviz/schema" : " 1.0.0-beta.14 " ,
21
+ "@xviz/builder" : " 1.0.0-beta.15 " ,
22
+ "@xviz/parser" : " 1.0.0-beta.15 " ,
23
+ "@xviz/schema" : " 1.0.0-beta.15 " ,
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.14 " ,
5
+ "version" : " 1.0.0-beta.15 " ,
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.14 " ,
5
+ "version" : " 1.0.0-beta.15 " ,
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.14 " ,
5
+ "version" : " 1.0.0-beta.15 " ,
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.14 " ,
5
+ "version" : " 1.0.0-beta.15 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
You can’t perform that action at this time.
0 commit comments