Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjony committed Nov 3, 2020
1 parent a0b5ec2 commit 61c7204
Show file tree
Hide file tree
Showing 21 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion @here/harp-datasource-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-datasource-protocol",
"version": "0.21.0",
"version": "0.21.1",
"description": "Components used for the decoding and styling of data that is used by the Datasources.",
"main": "index.js",
"typings": "index",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-debug-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-debug-datasource",
"version": "0.21.0",
"version": "0.21.1",
"description": "Overlay useful for debugging map data",
"main": "index.js",
"typings": "index",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-text-canvas": "^0.21.0"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions @here/harp-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-examples",
"version": "0.21.0",
"version": "0.21.1",
"description": "harp.gl Examples",
"keywords": [
"examples",
Expand All @@ -26,21 +26,21 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-debug-datasource": "^0.21.0",
"@here/harp-features-datasource": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-debug-datasource": "^0.21.1",
"@here/harp-features-datasource": "^0.21.1",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lines": "^0.21.0",
"@here/harp-lines": "^0.21.1",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-map-controls": "^0.21.0",
"@here/harp-map-theme": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview-decoder": "^0.21.0",
"@here/harp-materials": "^0.21.0",
"@here/harp-map-controls": "^0.21.1",
"@here/harp-map-theme": "^0.21.1",
"@here/harp-mapview": "^0.21.1",
"@here/harp-mapview-decoder": "^0.21.1",
"@here/harp-materials": "^0.21.1",
"@here/harp-text-canvas": "^0.21.0",
"@here/harp-utils": "^0.21.0",
"@here/harp-vectortile-datasource": "^0.21.0",
"@here/harp-webtile-datasource": "^0.21.0",
"@here/harp-vectortile-datasource": "^0.21.1",
"@here/harp-webtile-datasource": "^0.21.1",
"@types/dat.gui": "^0.7.1",
"@types/highlight.js": "^9.12.4",
"@types/long": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions @here/harp-features-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-features-datasource",
"version": "0.21.0",
"version": "0.21.1",
"description": "Provides support for custom features",
"main": "index.js",
"typings": "index",
Expand All @@ -19,11 +19,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-utils": "^0.21.0",
"@here/harp-vectortile-datasource": "^0.21.0"
"@here/harp-vectortile-datasource": "^0.21.1"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-geojson-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-geojson-datasource",
"version": "0.21.0",
"version": "0.21.1",
"description": "Provides support for GeoJSON datasource",
"main": "index.js",
"typings": "index",
Expand All @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"dependencies": {
"@here/harp-utils": "^0.21.0",
"@here/harp-vectortile-datasource": "^0.21.0"
"@here/harp-vectortile-datasource": "^0.21.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.21.0",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-lines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-lines",
"version": "0.21.0",
"version": "0.21.1",
"description": "Create three.js geometries for wide lines",
"main": "index.js",
"typings": "index",
Expand All @@ -24,7 +24,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-materials": "^0.21.0"
"@here/harp-materials": "^0.21.1"
},
"devDependencies": {
"@here/harp-geoutils": "^0.21.0",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-map-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-map-controls",
"version": "0.21.0",
"version": "0.21.1",
"description": "Camera controller which implements a common default set of camera functionality in a map context.",
"main": "index.js",
"typings": "index",
Expand All @@ -24,7 +24,7 @@
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-utils": "^0.21.0",
"@tweenjs/tween.js": "^17.4.0",
"@types/tween.js": "^17.2.0"
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-map-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-map-theme",
"version": "0.21.0",
"version": "0.21.1",
"description": "Map themes",
"main": "index.js",
"typings": "index",
Expand All @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-atlas-tools": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-fontcatalog": "^0.1.6",
"@here/harp-test-utils": "^0.21.0",
"@types/ajv": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions @here/harp-mapview-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-mapview-decoder",
"version": "0.21.0",
"version": "0.21.1",
"description": "Decoder worker for mapview",
"main": "index.js",
"typings": "index",
Expand All @@ -26,11 +26,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-fetch": "^0.21.0",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-utils": "^0.21.0",
"geojson-vt": "^3.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions @here/harp-mapview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-mapview",
"version": "0.21.0",
"version": "0.21.1",
"description": "Functionality needed to render a map.",
"keywords": [
"map",
Expand Down Expand Up @@ -32,13 +32,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-fetch": "^0.21.0",
"@here/harp-geometry": "^0.21.0",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lines": "^0.21.0",
"@here/harp-lines": "^0.21.1",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-materials": "^0.21.0",
"@here/harp-materials": "^0.21.1",
"@here/harp-text-canvas": "^0.21.0",
"@here/harp-transfer-manager": "^0.21.0",
"@here/harp-utils": "^0.21.0",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-materials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-materials",
"version": "0.21.0",
"version": "0.21.1",
"description": "harp.gl Materials defining the appearance of objects",
"main": "index.js",
"typings": "index",
Expand All @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-utils": "^0.21.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions @here/harp-olp-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-olp-utils",
"version": "0.21.0",
"version": "0.21.1",
"description": "HERE OLP utilities",
"main": "index.js",
"scripts": {
Expand All @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview-decoder": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-mapview-decoder": "^0.21.1",
"@here/harp-utils": "^0.21.0",
"@here/olp-sdk-dataservice-read": "^1.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-omv-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-omv-datasource",
"version": "0.21.0",
"version": "0.21.1",
"description": "HERE OMV Data source",
"main": "index.js",
"typings": "index",
Expand All @@ -27,7 +27,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-vectortile-datasource": "^0.21.0"
"@here/harp-vectortile-datasource": "^0.21.1"
},
"devDependencies": {
"@here/harp-fetch": "^0.21.0",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-theme-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-theme-tools",
"version": "0.21.0",
"version": "0.21.1",
"description": "Tools for harp.gl-theme optimiziation.",
"bin": {
"harp-theme-optimizer": "lib/cli-build-theme.js"
Expand All @@ -27,7 +27,7 @@
"theme"
],
"dependencies": {
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"commander": "^5.1.0",
"glob": "^7.1.4",
"path": "^0.12.7"
Expand Down
12 changes: 6 additions & 6 deletions @here/harp-vectortile-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-vectortile-datasource",
"version": "0.21.0",
"version": "0.21.1",
"description": "HERE Vector Tile Data Source",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -28,14 +28,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-geometry": "^0.21.0",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lines": "^0.21.0",
"@here/harp-lines": "^0.21.1",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview-decoder": "^0.21.0",
"@here/harp-materials": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-mapview-decoder": "^0.21.1",
"@here/harp-materials": "^0.21.1",
"@here/harp-text-canvas": "^0.21.0",
"@here/harp-transfer-manager": "^0.21.0",
"@here/harp-utils": "^0.21.0",
Expand Down
6 changes: 3 additions & 3 deletions @here/harp-webtile-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-webtile-datasource",
"version": "0.21.0",
"version": "0.21.1",
"description": "WebTile Data source",
"main": "index.js",
"typings": "index",
Expand All @@ -23,11 +23,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-geometry": "^0.21.0",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview": "^0.21.1",
"@here/harp-utils": "^0.21.0"
},
"devDependencies": {
Expand Down
28 changes: 14 additions & 14 deletions @here/harp.gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp.gl",
"version": "0.21.0",
"version": "0.21.1",
"description": "JS Bundle containing all the functionality needed to render a map with harp.gl",
"keywords": [
"map",
Expand Down Expand Up @@ -34,24 +34,24 @@
"three": "^0.120.1"
},
"devDependencies": {
"@here/harp-datasource-protocol": "^0.21.0",
"@here/harp-debug-datasource": "^0.21.0",
"@here/harp-features-datasource": "^0.21.0",
"@here/harp-geojson-datasource": "^0.21.0",
"@here/harp-datasource-protocol": "^0.21.1",
"@here/harp-debug-datasource": "^0.21.1",
"@here/harp-features-datasource": "^0.21.1",
"@here/harp-geojson-datasource": "^0.21.1",
"@here/harp-geoutils": "^0.21.0",
"@here/harp-lines": "^0.21.0",
"@here/harp-lines": "^0.21.1",
"@here/harp-lrucache": "^0.21.0",
"@here/harp-map-controls": "^0.21.0",
"@here/harp-mapview": "^0.21.0",
"@here/harp-mapview-decoder": "^0.21.0",
"@here/harp-materials": "^0.21.0",
"@here/harp-olp-utils": "^0.21.0",
"@here/harp-omv-datasource": "^0.21.0",
"@here/harp-map-controls": "^0.21.1",
"@here/harp-mapview": "^0.21.1",
"@here/harp-mapview-decoder": "^0.21.1",
"@here/harp-materials": "^0.21.1",
"@here/harp-olp-utils": "^0.21.1",
"@here/harp-omv-datasource": "^0.21.1",
"@here/harp-test-utils": "^0.21.0",
"@here/harp-text-canvas": "^0.21.0",
"@here/harp-utils": "^0.21.0",
"@here/harp-vectortile-datasource": "^0.21.0",
"@here/harp-webtile-datasource": "^0.21.0",
"@here/harp-vectortile-datasource": "^0.21.1",
"@here/harp-webtile-datasource": "^0.21.1",
"@microsoft/api-extractor": "^7.8.10",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"@here/*"
],
"version": "0.21.0",
"version": "0.21.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
Loading

0 comments on commit 61c7204

Please sign in to comment.