Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Oct 2, 2019
1 parent 0194acc commit 7431f99
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 88 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.0.0",
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@streetscape.gl/core",
"description": "Visualizaton toolkit for 3D maps autonomous XVIZ protocol data",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -20,8 +20,8 @@
"@deck.gl/layers": "^7.3.0",
"@deck.gl/mesh-layers": "^7.3.0",
"@deck.gl/react": "^7.3.0-beta.8",
"@streetscape.gl/monochrome": "^1.0.0-beta.4",
"@xviz/parser": "^1.0.0",
"@streetscape.gl/monochrome": "1.0.1",
"@xviz/parser": "^1.0.1",
"lodash.merge": "^4.6.1",
"math.gl": "^3.0.0",
"promise-retry": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@streetscape.gl/layers",
"description": "A collection of deck.gl map layers for autonomy visualization",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand Down
6 changes: 3 additions & 3 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "streetscape.gl",
"description": "Visualizaton toolkit for 3D maps and autonomous XVIZ protocol data",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -16,7 +16,7 @@
],
"scripts": {},
"dependencies": {
"@streetscape.gl/core": "1.0.0",
"@streetscape.gl/layers": "1.0.0"
"@streetscape.gl/core": "1.0.1",
"@streetscape.gl/layers": "1.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/monochrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streetscape.gl/monochrome",
"version": "1.0.0-beta.4",
"version": "1.0.1",
"description": "A toolkit of React components for streetscape.gl",
"license": "MIT",
"keywords": [
Expand Down
113 changes: 34 additions & 79 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2330,21 +2330,14 @@
npmlog "^4.1.2"
write-file-atomic "^2.3.0"

"@loaders.gl/[email protected]":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-1.1.7.tgz#a2029b6d987fa14ba1ef21c11a731fe504c108f8"
integrity sha512-gxVNwoQV52aBBNxWxiYmcwKZZSN/Rj1/Pnm9V+EO62gI8pFh13bXwBTCuc3I4lyweISLHC5UYqRDVQcDvKIGDA==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/[email protected]", "@loaders.gl/core@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-1.3.3.tgz#b7ab8f3ef153f9b928ca05f9890b3acf7b42e595"
integrity sha512-cy64jNc1E3YYSp4Jt6VQXuscG4/GkaXkdQmmmCA525/LeBzyYBXADAq1ly+WpZNjhiVGs4jU5tJCRaTie7hucw==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/gltf@^1.3.0":
"@loaders.gl/gltf@^1.3.0", "@loaders.gl/gltf@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-1.3.3.tgz#22d09ddba5529b189e6fc339baab793b200cda91"
integrity sha512-XO8tgFyOChxVXjtZEixHWXK1WSqf8QLoRNBeQqw82MiFdaaM9aYfqfkG48UKO+kA4sxWoAvnpf0qWU+heMZTPw==
Expand All @@ -2353,47 +2346,27 @@
"@loaders.gl/images" "1.3.3"
"@loaders.gl/loader-utils" "1.3.3"

"@loaders.gl/gltf@~1.1.7":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-1.1.7.tgz#dbc8ddf09142e7e27d7be0a83a284b23e812b5a5"
integrity sha512-o6suF3MfPS+8WyVR06z4Ak8wH82wlU83mNWlZInPHLk6JCDRa9bxY8mPeZZeXYl74/Rfo7xOXriDlkUbLWYOJA==
dependencies:
"@loaders.gl/core" "1.1.7"
"@loaders.gl/images" "1.1.7"
"@loaders.gl/loader-utils" "1.1.7"

"@loaders.gl/[email protected]":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-1.1.7.tgz#f661b7a2a2c17f9c753d08be6b523c009c7c10cb"
integrity sha512-KeL1wdxcd7RXhNbbpA8UM4YwxHf9+xWLxrVENsnOW8iyDw9hu+gccvVF3YOCo/ye5bsQPs3kp5dGEf0hLslB7g==

"@loaders.gl/[email protected]", "@loaders.gl/images@^1.3.0", "@loaders.gl/images@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-1.3.3.tgz#d64ce0b5502fd8c414bc4a506dbf7f31a9575162"
integrity sha512-mdlI/ICPSltl6Z0/utU4sAoyvSYZB+WqtjzerBdghcXBiNYtVVKQFmdL8tVhF05o9G8ObvpL+l9Nv6GR0orZZg==

"@loaders.gl/[email protected]":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-1.1.7.tgz#4d56bada1a3985641cf5e868177028ecc5b1c44b"
integrity sha512-LXB09J1PG8sAJCCUS7o2eYE44Dh3sB3tD7/iUbeoJkoLEkQu3qHhKfwRju3pwHRt+Z9lH7RKTAPieHZAiUQ65g==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/[email protected]":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-1.3.3.tgz#6fda6076ac9459a1c2593e16d3efe0a392d93c2d"
integrity sha512-h1P1KdjPOQccNF8E1sxkGjbFqFjkZPw/wrvnOyHk+3iHEiKcCBoZ1Dnat9mBWJuWgKZgUUHm0SnUlDooskqXtQ==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/polyfills@~1.1.7":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@loaders.gl/polyfills/-/polyfills-1.1.7.tgz#be301fb3f056f0a0d9de39c64db5e0b0a7439b48"
integrity sha512-rWTN1V9LOoOmRYJ1xdpCXU9ABBXDBBABegR1fwBoEDlsxJLZd8YArSpYqOMEr01UHqlgsJ6iLmFfmK5QaiPHUA==
"@loaders.gl/polyfills@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@loaders.gl/polyfills/-/polyfills-1.3.3.tgz#f9aea525f936f92c0124179dd887b12a5e47f5f1"
integrity sha512-BtChCZYeaI56JMk2s1funQ0kM5iTkXNXa/25OHOXo7iztOgSxO8tf3/unRjQ72ywtksW3EgYItsVWmbo9NBrbg==
dependencies:
get-pixels "^3.3.2"
ndarray "^1.0.18"
save-pixels "^2.3.2"
stream-to-async-iterator "^0.2.0"
through "^2.3.8"

"@luma.gl/addons@^7.3.0":
Expand Down Expand Up @@ -4407,38 +4380,38 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@xviz/[email protected].0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@xviz/io/-/io-1.0.0.tgz#906e14e9360aa922e75f5110f8186da6a5894588"
integrity sha512-ph+soaTFH3Qe9XlNxTnj026fVdUrjL1cN6dKasuMHcj8lyvvQsTF1qI4SP80VWsZ9slfNvEX2ol6sw5ZP7DRSw==
"@xviz/[email protected].1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@xviz/io/-/io-1.0.1.tgz#612a7ba2db6edd482bcda3eb34905bdbe94ca387"
integrity sha512-bq+hANqbuB9mV/hHp3J9kdv0yOMTXYSrcwzg+H4oWmAHfZhVY1k0QNYApcW8DNawzR2RdFy0VeJTyWNAKkgIkw==
dependencies:
"@loaders.gl/gltf" "~1.1.7"
"@loaders.gl/polyfills" "~1.1.7"
"@loaders.gl/gltf" "^1.3.3"
"@loaders.gl/polyfills" "^1.3.3"
"@turf/turf" "^5.1.6"
"@xviz/schema" "1.0.0"
"@xviz/schema" "1.0.1"
base64-js "^1.3.0"
math.gl "^2.0.0"
math.gl "^3.0.0"
protobufjs "https://github.com/jlisee/protobuf.js#ed8e699671da6f9a169074aa0f2a160cefe0844a"
text-encoding "^0.6.4"

"@xviz/parser@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@xviz/parser/-/parser-1.0.0.tgz#87427f432c070072fea714e6cd3745e4323d8459"
integrity sha512-VzWImYfwnyZx6AL3/b7A3B4NkqrL0DYIvcWn1VpIqjwppOqv+yr36m8nE0IQDd5ZSjSjulvD8Mc7TswSITsZpA==
"@xviz/parser@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@xviz/parser/-/parser-1.0.1.tgz#aba2833bd1c76db6e8938a26eff6cebafdd92ec7"
integrity sha512-u52YoyP0tifP6Yg8gFCZuNebUuZHZZTLm3YK1LoKIZkudE5nVmnXZ4K2fl4NTvdBthqWKnrzIC1fqj6DpcSJkQ==
dependencies:
"@loaders.gl/gltf" "~1.1.7"
"@xviz/io" "1.0.0"
"@loaders.gl/gltf" "^1.3.3"
"@xviz/io" "1.0.1"
base64-js "^1.3.0"
color "^3.0.0"
math.gl "^2.3.1"
probe.gl "^3.0.1"
math.gl "^3.0.0"
probe.gl "^3.1.0"
text-encoding "^0.6.4"
viewport-mercator-project "^6.1.0"

"@xviz/[email protected].0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@xviz/schema/-/schema-1.0.0.tgz#b74a4ac815da745d1a6aefe59f69373ccb5fd4bc"
integrity sha512-zL3aGmJsAQVlkrR+sq31Rp7VnBCk8f2GGryij6/1uKIctKk9On4Fwv+YvMjG6/3fJ5gcd8ow54kdu8t52Ogu2g==
"@xviz/[email protected].1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@xviz/schema/-/schema-1.0.1.tgz#cb36662a00698e958ce0a698fbbd6c86b79e6f04"
integrity sha512-fO6z3DziYg3J7uBPot0GjGUymYbh5pm11qKuP3EUXbLc8av2xfurpJdVtoZVtekcG/gAOeCtwuUuLUn8B8sT/Q==
dependencies:
ajv "^6.5.2"
is "^3.2.1"
Expand Down Expand Up @@ -10380,22 +10353,6 @@ material-colors@^1.2.1:
resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46"
integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==

math.gl@^2.0.0:
version "2.3.3"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-2.3.3.tgz#69d07904507145c639835aefcd0ec5e790cd3046"
integrity sha512-wZhx7574KHUpJVMzkaQ559zfn3R8iB0BOilwNrfL/fOLQfPo2TPWsKX96PdfS4svKA2XIGi3yfizrv2Redcv0g==
dependencies:
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"

math.gl@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-2.3.1.tgz#4099e0e34f03dbc458e57945583badb3a517ce8f"
integrity sha512-364xFXawzGCp46BmaEcKMAYgDLsaSqXO3ki4XAh+8aJAFNcdJFeORpoZFRLdZMZzwdOepwfcc+rk3LhDNJZF1Q==
dependencies:
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"

math.gl@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.0.0.tgz#fe7ee98bd9439a29942246b3fe7a36f27fba06b2"
Expand Down Expand Up @@ -12046,14 +12003,7 @@ [email protected]:
dependencies:
"@babel/runtime" "^7.0.0"

probe.gl@^3.0.1:
version "3.0.3"
resolved "https://registry.yarnpkg.com/probe.gl/-/probe.gl-3.0.3.tgz#e4d13bbd38c5895b54b4740e72468e65d66ae584"
integrity sha512-nkE+rh4m2JRQqorW327X7rVogknVmNvgrtcDG4F3OxckAIHSi4l/PUPy6GVaI6PIUJC7CYx4WYwcdgh4RUJe7A==
dependencies:
"@babel/runtime" "^7.0.0"

probe.gl@^3.1.1:
probe.gl@^3.1.0, probe.gl@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/probe.gl/-/probe.gl-3.1.1.tgz#58f5d23efe588b9d9af10add6b47587f8e6c72b3"
integrity sha512-mD/DzhaYVftrRpobJd/W5JNhDVYCpClhuCGeOphuNZO1+qM6tOlBIf/6ETz11JyolZoJTTeT6aiVXOuIVyAVRg==
Expand Down Expand Up @@ -12161,9 +12111,9 @@ proto-list@~1.2.1:
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=

"protobufjs@https://github.com/jlisee/protobuf.js#ed8e699671da6f9a169074aa0f2a160cefe0844a":
"protobufjs@git+https://github.com/jlisee/protobuf.js.git#ed8e699671da6f9a169074aa0f2a160cefe0844a":
version "6.8.8"
resolved "https://github.com/jlisee/protobuf.js#ed8e699671da6f9a169074aa0f2a160cefe0844a"
resolved "git+https://github.com/jlisee/protobuf.js.git#ed8e699671da6f9a169074aa0f2a160cefe0844a"
dependencies:
"@protobufjs/aspromise" "^1.1.2"
"@protobufjs/base64" "^1.1.2"
Expand Down Expand Up @@ -14084,6 +14034,11 @@ stream-shift@^1.0.0:
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=

stream-to-async-iterator@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/stream-to-async-iterator/-/stream-to-async-iterator-0.2.0.tgz#bef5c885e9524f98b2fa5effecc357bd58483780"
integrity sha1-vvXIhelST5iy+l7/7MNXvVhIN4A=

string-raw@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/string-raw/-/string-raw-1.0.1.tgz#01be2665a1cfa2c57520c910698f6ca276a4c726"
Expand Down

0 comments on commit 7431f99

Please sign in to comment.