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

Commit

Permalink
Merge pull request #1633 from heremaps/release_0_17_0
Browse files Browse the repository at this point in the history
Merge back release 0.17.0
  • Loading branch information
ninok committed Jun 24, 2020
2 parents 9a0a736 + 1325606 commit 62063c8
Show file tree
Hide file tree
Showing 32 changed files with 166 additions and 166 deletions.
2 changes: 1 addition & 1 deletion @here/create-harp.gl-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/create-harp.gl-app",
"version": "0.16.0",
"version": "0.17.0",
"description": "Create harp.gl projects",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion @here/generator-harp.gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/generator-harp.gl",
"version": "0.16.0",
"version": "0.17.0",
"description": "Yeoman generator for harp.gl projects",
"files": [
"generators"
Expand Down
2 changes: 1 addition & 1 deletion @here/harp-atlas-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-atlas-tools",
"version": "0.16.0",
"version": "0.17.0",
"description": "Sprites and texture atlas generator for harp.gl maps",
"main": "lib/index.js",
"bin": {
Expand Down
10 changes: 5 additions & 5 deletions @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.16.0",
"version": "0.17.0",
"description": "Components used for the decoding and styling of data that is used by the Datasources.",
"main": "index.js",
"typings": "index",
Expand All @@ -24,13 +24,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geometry": "^0.16.0",
"@here/harp-geoutils": "^0.16.0",
"@here/harp-utils": "^0.16.0",
"@here/harp-geometry": "^0.17.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-utils": "^0.17.0",
"csscolorparser": "^1.0.3"
},
"devDependencies": {
"@here/harp-test-utils": "^0.16.0",
"@here/harp-test-utils": "^0.17.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.0.2",
Expand Down
10 changes: 5 additions & 5 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.16.0",
"version": "0.17.0",
"description": "Overlay useful for debugging map data",
"main": "index.js",
"typings": "index",
Expand All @@ -24,10 +24,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.16.0",
"@here/harp-lrucache": "^0.16.0",
"@here/harp-mapview": "^0.16.0",
"@here/harp-text-canvas": "^0.16.0"
"@here/harp-geoutils": "^0.17.0",
"@here/harp-lrucache": "^0.17.0",
"@here/harp-mapview": "^0.17.0",
"@here/harp-text-canvas": "^0.17.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down
32 changes: 16 additions & 16 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.16.0",
"version": "0.17.0",
"description": "harp.gl Examples",
"keywords": [
"examples",
Expand All @@ -26,21 +26,21 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-datasource-protocol": "^0.16.0",
"@here/harp-debug-datasource": "^0.16.0",
"@here/harp-features-datasource": "^0.16.0",
"@here/harp-geoutils": "^0.16.0",
"@here/harp-lines": "^0.16.0",
"@here/harp-lrucache": "^0.16.0",
"@here/harp-map-controls": "^0.16.0",
"@here/harp-map-theme": "^0.16.0",
"@here/harp-mapview": "^0.16.0",
"@here/harp-mapview-decoder": "^0.16.0",
"@here/harp-materials": "^0.16.0",
"@here/harp-omv-datasource": "^0.16.0",
"@here/harp-text-canvas": "^0.16.0",
"@here/harp-utils": "^0.16.0",
"@here/harp-webtile-datasource": "^0.16.0",
"@here/harp-datasource-protocol": "^0.17.0",
"@here/harp-debug-datasource": "^0.17.0",
"@here/harp-features-datasource": "^0.17.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-lines": "^0.17.0",
"@here/harp-lrucache": "^0.17.0",
"@here/harp-map-controls": "^0.17.0",
"@here/harp-map-theme": "^0.17.0",
"@here/harp-mapview": "^0.17.0",
"@here/harp-mapview-decoder": "^0.17.0",
"@here/harp-materials": "^0.17.0",
"@here/harp-omv-datasource": "^0.17.0",
"@here/harp-text-canvas": "^0.17.0",
"@here/harp-utils": "^0.17.0",
"@here/harp-webtile-datasource": "^0.17.0",
"@types/dat.gui": "^0.7.1",
"@types/highlight.js": "^9.12.4",
"@types/long": "^4.0.1",
Expand Down
12 changes: 6 additions & 6 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.16.0",
"version": "0.17.0",
"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.16.0",
"@here/harp-geoutils": "^0.16.0",
"@here/harp-mapview": "^0.16.0",
"@here/harp-omv-datasource": "^0.16.0",
"@here/harp-utils": "^0.16.0"
"@here/harp-datasource-protocol": "^0.17.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-mapview": "^0.17.0",
"@here/harp-omv-datasource": "^0.17.0",
"@here/harp-utils": "^0.17.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down
2 changes: 1 addition & 1 deletion @here/harp-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-fetch",
"version": "0.16.0",
"version": "0.17.0",
"description": "This module adds a subset of the fetch API for Node.js",
"main": "index.js",
"browser": "index.web.js",
Expand Down
8 changes: 4 additions & 4 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.16.0",
"version": "0.17.0",
"description": "Provides support for GeoJSON datasource",
"main": "index.js",
"typings": "index",
Expand All @@ -24,11 +24,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-omv-datasource": "^0.16.0",
"@here/harp-utils": "^0.16.0"
"@here/harp-omv-datasource": "^0.17.0",
"@here/harp-utils": "^0.17.0"
},
"devDependencies": {
"@here/harp-test-utils": "^0.16.0",
"@here/harp-test-utils": "^0.17.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.5",
Expand Down
6 changes: 3 additions & 3 deletions @here/harp-geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-geometry",
"version": "0.16.0",
"version": "0.17.0",
"description": "Algorithms and data structures for processing geometries",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -39,8 +39,8 @@
"three": "^0.117.1"
},
"dependencies": {
"@here/harp-geoutils": "^0.16.0",
"@here/harp-utils": "^0.16.0"
"@here/harp-geoutils": "^0.17.0",
"@here/harp-utils": "^0.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion @here/harp-geoutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-geoutils",
"version": "0.16.0",
"version": "0.17.0",
"description": "Utility classes for working with geospatial data",
"main": "index.js",
"typings": "index",
Expand Down
10 changes: 5 additions & 5 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.16.0",
"version": "0.17.0",
"description": "Create three.js geometries for wide lines",
"main": "index.js",
"typings": "index",
Expand All @@ -24,12 +24,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-materials": "^0.16.0"
"@here/harp-materials": "^0.17.0"
},
"devDependencies": {
"@here/harp-geoutils": "^0.16.0",
"@here/harp-test-utils": "^0.16.0",
"@here/harp-utils": "^0.16.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-test-utils": "^0.17.0",
"@here/harp-utils": "^0.17.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-lrucache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-lrucache",
"version": "0.16.0",
"version": "0.17.0",
"description": "LRU cache",
"main": "index.js",
"typings": "index",
Expand All @@ -23,7 +23,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-utils": "^0.16.0"
"@here/harp-utils": "^0.17.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down
8 changes: 4 additions & 4 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.16.0",
"version": "0.17.0",
"description": "Camera controller which implements a common default set of camera functionality in a map context.",
"main": "index.js",
"typings": "index",
Expand All @@ -23,9 +23,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.16.0",
"@here/harp-mapview": "^0.16.0",
"@here/harp-utils": "^0.16.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-mapview": "^0.17.0",
"@here/harp-utils": "^0.17.0",
"@tweenjs/tween.js": "^17.4.0",
"@types/tween.js": "^17.2.0"
},
Expand Down
8 changes: 4 additions & 4 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.16.0",
"version": "0.17.0",
"description": "Map themes",
"main": "index.js",
"typings": "index",
Expand All @@ -24,10 +24,10 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-atlas-tools": "^0.16.0",
"@here/harp-datasource-protocol": "^0.16.0",
"@here/harp-atlas-tools": "^0.17.0",
"@here/harp-datasource-protocol": "^0.17.0",
"@here/harp-fontcatalog": "^0.1.4",
"@here/harp-test-utils": "^0.16.0",
"@here/harp-test-utils": "^0.17.0",
"@types/ajv": "^1.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
Expand Down
16 changes: 8 additions & 8 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.16.0",
"version": "0.17.0",
"description": "Decoder worker for mapview",
"main": "index.js",
"typings": "index",
Expand All @@ -26,16 +26,16 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.16.0",
"@here/harp-fetch": "^0.16.0",
"@here/harp-geoutils": "^0.16.0",
"@here/harp-lrucache": "^0.16.0",
"@here/harp-mapview": "^0.16.0",
"@here/harp-utils": "^0.16.0",
"@here/harp-datasource-protocol": "^0.17.0",
"@here/harp-fetch": "^0.17.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-lrucache": "^0.17.0",
"@here/harp-mapview": "^0.17.0",
"@here/harp-utils": "^0.17.0",
"geojson-vt": "^3.2.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.16.0",
"@here/harp-test-utils": "^0.17.0",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^7.0.2",
Expand Down
24 changes: 12 additions & 12 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.16.0",
"version": "0.17.0",
"description": "Functionality needed to render a map.",
"keywords": [
"map",
Expand Down Expand Up @@ -32,20 +32,20 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.16.0",
"@here/harp-fetch": "^0.16.0",
"@here/harp-geometry": "^0.16.0",
"@here/harp-geoutils": "^0.16.0",
"@here/harp-lines": "^0.16.0",
"@here/harp-lrucache": "^0.16.0",
"@here/harp-materials": "^0.16.0",
"@here/harp-text-canvas": "^0.16.0",
"@here/harp-transfer-manager": "^0.16.0",
"@here/harp-utils": "^0.16.0",
"@here/harp-datasource-protocol": "^0.17.0",
"@here/harp-fetch": "^0.17.0",
"@here/harp-geometry": "^0.17.0",
"@here/harp-geoutils": "^0.17.0",
"@here/harp-lines": "^0.17.0",
"@here/harp-lrucache": "^0.17.0",
"@here/harp-materials": "^0.17.0",
"@here/harp-text-canvas": "^0.17.0",
"@here/harp-transfer-manager": "^0.17.0",
"@here/harp-utils": "^0.17.0",
"rbush": "^3.0.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.16.0",
"@here/harp-test-utils": "^0.17.0",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^7.0.2",
Expand Down
6 changes: 3 additions & 3 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.16.0",
"version": "0.17.0",
"description": "harp.gl Materials defining the appearance of objects",
"main": "index.js",
"typings": "index",
Expand All @@ -20,8 +20,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.16.0",
"@here/harp-utils": "^0.16.0"
"@here/harp-datasource-protocol": "^0.17.0",
"@here/harp-utils": "^0.17.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down
Loading

0 comments on commit 62063c8

Please sign in to comment.