Skip to content

Commit 4ebd555

Browse files
committed
v1.0.0-beta.16
1 parent a8cfc2b commit 4ebd555

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "1.0.0-beta.15",
3+
"version": "1.0.0-beta.16",
44
"commands": {
55
"publish": {},
66
"bootstrap": {}

modules/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.15",
5+
"version": "1.0.0-beta.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -18,7 +18,7 @@
1818
"@loaders.gl/gltf": "^1.1.0",
1919
"@loaders.gl/polyfills": "^1.1.0",
2020
"@turf/turf": "^5.1.6",
21-
"@xviz/io": "^1.0.0-beta.15",
21+
"@xviz/io": "1.0.0-beta.16",
2222
"base64-js": "^1.3.0",
2323
"math.gl": "^2.3.1",
2424
"text-encoding": "^0.6.4"

modules/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xviz/cli",
3-
"version": "1.0.0-beta.15",
3+
"version": "1.0.0-beta.16",
44
"description": "A CLI tool for the XVIZ protocol",
55
"repository": {
66
"type": "git",
@@ -18,9 +18,9 @@
1818
"bin/xviz"
1919
],
2020
"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",
2424
"cli-table3": "^0.5.1",
2525
"indent-string": "^3.2.0",
2626
"websocket": "^1.0.28",

modules/io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.15",
5+
"version": "1.0.0-beta.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.15",
5+
"version": "1.0.0-beta.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/schema",
33
"description": "XVIZ JSON schema",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.15",
5+
"version": "1.0.0-beta.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/server",
33
"description": "XVIZ Server module",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.15",
5+
"version": "1.0.0-beta.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@babel/register": "^7.4.4",
24-
"@xviz/io": "^1.0.0-beta.15",
24+
"@xviz/io": "1.0.0-beta.16",
2525
"probe.gl": "^3.0.1",
2626
"text-encoding": "^0.6.4",
2727
"ws": "^6.2.0",

0 commit comments

Comments
 (0)