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

Commit

Permalink
v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjony committed Sep 7, 2020
1 parent 69de7b0 commit 1e69b69
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 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.19.0",
"version": "0.19.1",
"description": "harp.gl Examples",
"keywords": [
"examples",
Expand Down Expand Up @@ -28,18 +28,18 @@
"devDependencies": {
"@here/harp-datasource-protocol": "^0.19.0",
"@here/harp-debug-datasource": "^0.19.0",
"@here/harp-features-datasource": "^0.19.0",
"@here/harp-features-datasource": "^0.19.1",
"@here/harp-geoutils": "^0.19.0",
"@here/harp-lines": "^0.19.0",
"@here/harp-lrucache": "^0.19.0",
"@here/harp-map-controls": "^0.19.0",
"@here/harp-map-theme": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.1",
"@here/harp-materials": "^0.19.0",
"@here/harp-text-canvas": "^0.19.0",
"@here/harp-utils": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.1",
"@here/harp-webtile-datasource": "^0.19.0",
"@types/dat.gui": "^0.7.1",
"@types/highlight.js": "^9.12.4",
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "0.19.1",
"description": "Provides support for custom features",
"main": "index.js",
"typings": "index",
Expand All @@ -23,7 +23,7 @@
"@here/harp-geoutils": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-utils": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.0"
"@here/harp-vectortile-datasource": "^0.19.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.19.0",
"version": "0.19.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.19.0",
"@here/harp-vectortile-datasource": "^0.19.0"
"@here/harp-vectortile-datasource": "^0.19.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion @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.19.0",
"version": "0.19.1",
"description": "Decoder worker for mapview",
"main": "index.js",
"typings": "index",
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "0.19.1",
"description": "HERE OLP utilities",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@here/harp-geoutils": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.1",
"@here/harp-utils": "^0.19.0",
"@here/olp-sdk-dataservice-read": "^1.4.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.19.0",
"version": "0.19.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.19.0"
"@here/harp-vectortile-datasource": "^0.19.1"
},
"devDependencies": {
"@here/harp-fetch": "^0.19.0",
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "0.19.1",
"description": "HERE Vector Tile Data Source",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@here/harp-lines": "^0.19.0",
"@here/harp-lrucache": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.1",
"@here/harp-materials": "^0.19.0",
"@here/harp-text-canvas": "^0.19.0",
"@here/harp-transfer-manager": "^0.19.0",
Expand Down
14 changes: 7 additions & 7 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.19.0",
"version": "0.19.1",
"description": "JS Bundle containing all the functionality needed to render a map with harp.gl",
"keywords": [
"map",
Expand Down Expand Up @@ -36,21 +36,21 @@
"devDependencies": {
"@here/harp-datasource-protocol": "^0.19.0",
"@here/harp-debug-datasource": "^0.19.0",
"@here/harp-features-datasource": "^0.19.0",
"@here/harp-geojson-datasource": "^0.19.0",
"@here/harp-features-datasource": "^0.19.1",
"@here/harp-geojson-datasource": "^0.19.1",
"@here/harp-geoutils": "^0.19.0",
"@here/harp-lines": "^0.19.0",
"@here/harp-lrucache": "^0.19.0",
"@here/harp-map-controls": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.1",
"@here/harp-materials": "^0.19.0",
"@here/harp-olp-utils": "^0.19.0",
"@here/harp-omv-datasource": "^0.19.0",
"@here/harp-olp-utils": "^0.19.1",
"@here/harp-omv-datasource": "^0.19.1",
"@here/harp-test-utils": "^0.19.0",
"@here/harp-text-canvas": "^0.19.0",
"@here/harp-utils": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.1",
"@here/harp-webtile-datasource": "^0.19.0",
"@microsoft/api-extractor": "^7.8.10",
"ts-loader": "^7.0.5",
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.19.0",
"version": "0.19.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions test/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@here/harp-performance-tests",
"version": "0.19.0",
"version": "0.19.1",
"private": true,
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"devDependencies": {
"@here/harp-datasource-protocol": "^0.19.0",
"@here/harp-examples": "^0.19.0",
"@here/harp-examples": "^0.19.1",
"@here/harp-geoutils": "^0.19.0",
"@here/harp-lines": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-test-utils": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.1",
"@types/chai": "^4.2.11",
"chai": "^4.2.0",
"three": "^0.119.0"
Expand Down
10 changes: 5 additions & 5 deletions test/rendering/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-rendering-test",
"version": "0.19.0",
"version": "0.19.1",
"private": true,
"author": {
"name": "HERE Europe B.V.",
Expand All @@ -9,14 +9,14 @@
"devDependencies": {
"@here/harp-datasource-protocol": "^0.19.0",
"@here/harp-debug-datasource": "^0.19.0",
"@here/harp-features-datasource": "^0.19.0",
"@here/harp-geojson-datasource": "^0.19.0",
"@here/harp-features-datasource": "^0.19.1",
"@here/harp-geojson-datasource": "^0.19.1",
"@here/harp-geoutils": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.0",
"@here/harp-mapview-decoder": "^0.19.1",
"@here/harp-test-utils": "^0.19.0",
"@here/harp-utils": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.1",
"@types/chai": "^4.2.11",
"chai": "^4.2.0",
"three": "^0.119.0"
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-website",
"version": "0.19.0",
"version": "0.19.1",
"description": "harp.gl website",
"scripts": {
"build": "webpack --config webpack.config.js",
Expand All @@ -21,7 +21,7 @@
"@here/harp-geoutils": "^0.19.0",
"@here/harp-mapview": "^0.19.0",
"@here/harp-utils": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.0",
"@here/harp-vectortile-datasource": "^0.19.1",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
Expand Down

0 comments on commit 1e69b69

Please sign in to comment.