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

Commit

Permalink
v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicsulfate committed Sep 30, 2021
1 parent 13eaf01 commit 6c17056
Show file tree
Hide file tree
Showing 33 changed files with 171 additions and 171 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.27.0",
"version": "0.27.1",
"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.27.0",
"version": "0.27.1",
"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.27.0",
"version": "0.27.1",
"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.27.0",
"version": "0.27.1",
"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.27.0",
"@here/harp-geoutils": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-geometry": "^0.27.1",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"csscolorparser": "^1.0.3"
},
"devDependencies": {
"@here/harp-test-utils": "^0.27.0",
"@here/harp-test-utils": "^0.27.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/three": "^0.129.0",
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.27.0",
"version": "0.27.1",
"description": "Overlay useful for debugging map data",
"main": "index.js",
"typings": "index",
Expand All @@ -22,10 +22,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.27.0",
"@here/harp-lrucache": "^0.27.0",
"@here/harp-mapview": "^0.27.0",
"@here/harp-text-canvas": "^0.27.0"
"@here/harp-geoutils": "^0.27.1",
"@here/harp-lrucache": "^0.27.1",
"@here/harp-mapview": "^0.27.1",
"@here/harp-text-canvas": "^0.27.1"
},
"devDependencies": {
"@types/chai": "^4.2.14",
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.27.0",
"version": "0.27.1",
"description": "harp.gl Examples",
"keywords": [
"examples",
Expand All @@ -26,21 +26,21 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-datasource-protocol": "^0.27.0",
"@here/harp-debug-datasource": "^0.27.0",
"@here/harp-features-datasource": "^0.27.0",
"@here/harp-geoutils": "^0.27.0",
"@here/harp-lines": "^0.27.0",
"@here/harp-lrucache": "^0.27.0",
"@here/harp-map-controls": "^0.27.0",
"@here/harp-map-theme": "^0.27.0",
"@here/harp-mapview": "^0.27.0",
"@here/harp-mapview-decoder": "^0.27.0",
"@here/harp-materials": "^0.27.0",
"@here/harp-text-canvas": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-vectortile-datasource": "^0.27.0",
"@here/harp-webtile-datasource": "^0.27.0",
"@here/harp-datasource-protocol": "^0.27.1",
"@here/harp-debug-datasource": "^0.27.1",
"@here/harp-features-datasource": "^0.27.1",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-lines": "^0.27.1",
"@here/harp-lrucache": "^0.27.1",
"@here/harp-map-controls": "^0.27.1",
"@here/harp-map-theme": "^0.27.1",
"@here/harp-mapview": "^0.27.1",
"@here/harp-mapview-decoder": "^0.27.1",
"@here/harp-materials": "^0.27.1",
"@here/harp-text-canvas": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"@here/harp-vectortile-datasource": "^0.27.1",
"@here/harp-webtile-datasource": "^0.27.1",
"@types/dat.gui": "^0.7.1",
"@types/long": "^4.0.1",
"@types/three": "^0.129.0",
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.27.0",
"version": "0.27.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.27.0",
"@here/harp-geoutils": "^0.27.0",
"@here/harp-mapview": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-vectortile-datasource": "^0.27.0"
"@here/harp-datasource-protocol": "^0.27.1",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-mapview": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"@here/harp-vectortile-datasource": "^0.27.1"
},
"devDependencies": {
"@types/chai": "^4.2.14",
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.27.0",
"version": "0.27.1",
"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.27.0",
"version": "0.27.1",
"description": "Provides support for GeoJSON datasource",
"main": "index.js",
"typings": "index",
Expand All @@ -24,11 +24,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-utils": "^0.27.0",
"@here/harp-vectortile-datasource": "^0.27.0"
"@here/harp-utils": "^0.27.1",
"@here/harp-vectortile-datasource": "^0.27.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.27.0",
"@here/harp-test-utils": "^0.27.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@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.27.0",
"version": "0.27.1",
"description": "Algorithms and data structures for processing geometries",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -42,8 +42,8 @@
"three": "^0.129.0"
},
"dependencies": {
"@here/harp-geoutils": "^0.27.0",
"@here/harp-utils": "^0.27.0"
"@here/harp-geoutils": "^0.27.1",
"@here/harp-utils": "^0.27.1"
},
"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.27.0",
"version": "0.27.1",
"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.27.0",
"version": "0.27.1",
"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.27.0"
"@here/harp-materials": "^0.27.1"
},
"devDependencies": {
"@here/harp-geoutils": "^0.27.0",
"@here/harp-test-utils": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-test-utils": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/three": "^0.129.0",
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.27.0",
"version": "0.27.1",
"description": "LRU cache",
"main": "index.js",
"typings": "index",
Expand All @@ -23,7 +23,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-utils": "^0.27.0"
"@here/harp-utils": "^0.27.1"
},
"devDependencies": {
"@types/chai": "^4.2.14",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@here/harp-mapview": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-mapview": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"@tweenjs/tween.js": "^18.6.4"
},
"devDependencies": {
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.27.0",
"version": "0.27.1",
"description": "Map themes",
"main": "index.js",
"typings": "index",
Expand All @@ -24,10 +24,10 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-atlas-tools": "^0.27.0",
"@here/harp-datasource-protocol": "^0.27.0",
"@here/harp-atlas-tools": "^0.27.1",
"@here/harp-datasource-protocol": "^0.27.1",
"@here/harp-fontcatalog": "^0.1.6",
"@here/harp-test-utils": "^0.27.0",
"@here/harp-test-utils": "^0.27.1",
"@types/ajv": "^1.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@here/harp-fetch": "^0.27.0",
"@here/harp-geoutils": "^0.27.0",
"@here/harp-lrucache": "^0.27.0",
"@here/harp-mapview": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-datasource-protocol": "^0.27.1",
"@here/harp-fetch": "^0.27.1",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-lrucache": "^0.27.1",
"@here/harp-mapview": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"geojson-vt": "^3.2.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.27.0",
"@here/harp-test-utils": "^0.27.1",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^8.2.0",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@here/harp-fetch": "^0.27.0",
"@here/harp-geometry": "^0.27.0",
"@here/harp-geoutils": "^0.27.0",
"@here/harp-lines": "^0.27.0",
"@here/harp-lrucache": "^0.27.0",
"@here/harp-materials": "^0.27.0",
"@here/harp-text-canvas": "^0.27.0",
"@here/harp-transfer-manager": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"@here/harp-datasource-protocol": "^0.27.1",
"@here/harp-fetch": "^0.27.1",
"@here/harp-geometry": "^0.27.1",
"@here/harp-geoutils": "^0.27.1",
"@here/harp-lines": "^0.27.1",
"@here/harp-lrucache": "^0.27.1",
"@here/harp-materials": "^0.27.1",
"@here/harp-text-canvas": "^0.27.1",
"@here/harp-transfer-manager": "^0.27.1",
"@here/harp-utils": "^0.27.1",
"rbush": "^3.0.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.27.0",
"@here/harp-test-utils": "^0.27.1",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^8.2.0",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@here/harp-utils": "^0.27.0"
"@here/harp-datasource-protocol": "^0.27.1",
"@here/harp-utils": "^0.27.1"
},
"devDependencies": {
"@types/chai": "^4.2.14",
Expand Down

0 comments on commit 6c17056

Please sign in to comment.