Skip to content

Commit

Permalink
v1.0.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Jun 7, 2019
1 parent a8cfc2b commit 4ebd555
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"commands": {
"publish": {},
"bootstrap": {}
Expand Down
4 changes: 2 additions & 2 deletions modules/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/builder",
"description": "Utility library for encoding JSON objects into XVIZ messages",
"license": "Apache-2.0",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -18,7 +18,7 @@
"@loaders.gl/gltf": "^1.1.0",
"@loaders.gl/polyfills": "^1.1.0",
"@turf/turf": "^5.1.6",
"@xviz/io": "^1.0.0-beta.15",
"@xviz/io": "1.0.0-beta.16",
"base64-js": "^1.3.0",
"math.gl": "^2.3.1",
"text-encoding": "^0.6.4"
Expand Down
8 changes: 4 additions & 4 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xviz/cli",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"description": "A CLI tool for the XVIZ protocol",
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
"bin/xviz"
],
"dependencies": {
"@xviz/builder": "1.0.0-beta.15",
"@xviz/parser": "1.0.0-beta.15",
"@xviz/schema": "1.0.0-beta.15",
"@xviz/builder": "1.0.0-beta.16",
"@xviz/parser": "1.0.0-beta.16",
"@xviz/schema": "1.0.0-beta.16",
"cli-table3": "^0.5.1",
"indent-string": "^3.2.0",
"websocket": "^1.0.28",
Expand Down
2 changes: 1 addition & 1 deletion modules/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/io",
"description": "IO library for reading and writing XVIZ messages",
"license": "Apache-2.0",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/parser",
"description": "Utility library for converting XVIZ messages into JSON objects",
"license": "Apache-2.0",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/schema",
"description": "XVIZ JSON schema",
"license": "Apache-2.0",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
4 changes: 2 additions & 2 deletions modules/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/server",
"description": "XVIZ Server module",
"license": "Apache-2.0",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/register": "^7.4.4",
"@xviz/io": "^1.0.0-beta.15",
"@xviz/io": "1.0.0-beta.16",
"probe.gl": "^3.0.1",
"text-encoding": "^0.6.4",
"ws": "^6.2.0",
Expand Down

0 comments on commit 4ebd555

Please sign in to comment.