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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @here/generator-harp.gl@0.11.1
 - @here/harp-atlas-tools@0.11.1
 - @here/harp-datasource-protocol@0.11.1
 - @here/harp-debug-datasource@0.11.1
 - @here/harp-examples@0.11.1
 - @here/harp-features-datasource@0.11.1
 - @here/harp-geojson-datasource@0.11.1
 - @here/harp-lines@0.11.1
 - @here/harp-lrucache@0.11.1
 - @here/harp-map-controls@0.11.1
 - @here/harp-map-theme@0.11.1
 - @here/harp-mapview-decoder@0.11.1
 - @here/harp-mapview@0.11.1
 - @here/harp-materials@0.11.1
 - @here/harp-olp-utils@0.11.1
 - @here/harp-omv-datasource@0.11.1
 - @here/harp-text-canvas@0.11.1
 - @here/harp-utils@0.11.1
 - @here/harp-webtile-datasource@0.11.1
 - @here/harp.gl@0.11.1
 - @here/harp-performance-tests@0.11.1
  • Loading branch information
ninok committed Nov 28, 2019
1 parent 33b5438 commit 24e1ef1
Show file tree
Hide file tree
Showing 21 changed files with 104 additions and 104 deletions.
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.11.0",
"version": "0.11.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.11.0",
"version": "0.11.1",
"description": "Sprites and texture atlas generator for harp.gl maps",
"main": "lib/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 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.11.0",
"version": "0.11.1",
"description": "Components used for the decoding and styling of data that is used by the Datasources.",
"main": "index.js",
"typings": "index",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@here/harp-geometry": "^0.11.0",
"@here/harp-geoutils": "^0.11.0",
"@here/harp-utils": "^0.11.0"
"@here/harp-utils": "^0.11.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.11.0",
Expand Down
8 changes: 4 additions & 4 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.11.0",
"version": "0.11.1",
"description": "Overlay useful for debugging map data",
"main": "index.js",
"typings": "index",
Expand All @@ -25,9 +25,9 @@
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.11.0",
"@here/harp-lrucache": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-text-canvas": "^0.11.0"
"@here/harp-lrucache": "^0.11.1",
"@here/harp-mapview": "^0.11.1",
"@here/harp-text-canvas": "^0.11.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
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.11.0",
"version": "0.11.1",
"description": "harp.gl Examples",
"keywords": [
"examples",
Expand All @@ -26,22 +26,22 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-debug-datasource": "^0.11.0",
"@here/harp-features-datasource": "^0.11.0",
"@here/harp-geojson-datasource": "^0.11.0",
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-debug-datasource": "^0.11.1",
"@here/harp-features-datasource": "^0.11.1",
"@here/harp-geojson-datasource": "^0.11.1",
"@here/harp-geoutils": "^0.11.0",
"@here/harp-lines": "^0.11.0",
"@here/harp-lrucache": "^0.11.0",
"@here/harp-map-controls": "^0.11.0",
"@here/harp-map-theme": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-mapview-decoder": "^0.11.0",
"@here/harp-materials": "^0.11.0",
"@here/harp-omv-datasource": "^0.11.0",
"@here/harp-text-canvas": "^0.11.0",
"@here/harp-utils": "^0.11.0",
"@here/harp-webtile-datasource": "^0.11.0",
"@here/harp-lines": "^0.11.1",
"@here/harp-lrucache": "^0.11.1",
"@here/harp-map-controls": "^0.11.1",
"@here/harp-map-theme": "^0.11.1",
"@here/harp-mapview": "^0.11.1",
"@here/harp-mapview-decoder": "^0.11.1",
"@here/harp-materials": "^0.11.1",
"@here/harp-omv-datasource": "^0.11.1",
"@here/harp-text-canvas": "^0.11.1",
"@here/harp-utils": "^0.11.1",
"@here/harp-webtile-datasource": "^0.11.1",
"@tweenjs/tween.js": "^17.4.0",
"@types/dat.gui": "^0.7.1",
"@types/highlight.js": "^9.12.2",
Expand Down
10 changes: 5 additions & 5 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.11.0",
"version": "0.11.1",
"description": "Provides support for custom features",
"main": "index.js",
"typings": "index",
Expand All @@ -19,10 +19,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-geojson-datasource": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-omv-datasource": "^0.11.0"
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-geojson-datasource": "^0.11.1",
"@here/harp-mapview": "^0.11.1",
"@here/harp-omv-datasource": "^0.11.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
Expand Down
14 changes: 7 additions & 7 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.11.0",
"version": "0.11.1",
"description": "Provides support for GeoJSON datasource",
"main": "index.js",
"typings": "index",
Expand All @@ -24,16 +24,16 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-fetch": "^0.11.0",
"@here/harp-geometry": "^0.11.0",
"@here/harp-geoutils": "^0.11.0",
"@here/harp-lines": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-mapview-decoder": "^0.11.0",
"@here/harp-text-canvas": "^0.11.0",
"@here/harp-lines": "^0.11.1",
"@here/harp-mapview": "^0.11.1",
"@here/harp-mapview-decoder": "^0.11.1",
"@here/harp-text-canvas": "^0.11.1",
"@here/harp-transfer-manager": "^0.11.0",
"@here/harp-utils": "^0.11.0",
"@here/harp-utils": "^0.11.1",
"earcut": "^2.1.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.11.0",
"version": "0.11.1",
"description": "Create three.js geometries for wide lines",
"main": "index.js",
"typings": "index",
Expand All @@ -24,10 +24,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-materials": "^0.11.0"
"@here/harp-materials": "^0.11.1"
},
"devDependencies": {
"@here/harp-utils": "^0.11.0",
"@here/harp-utils": "^0.11.1",
"@types/chai": "^4.1.2",
"@types/mocha": "^5.2.7",
"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.11.0",
"version": "0.11.1",
"description": "LRU cache",
"main": "index.js",
"typings": "index",
Expand All @@ -23,7 +23,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-utils": "^0.11.0"
"@here/harp-utils": "^0.11.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
Expand Down
6 changes: 3 additions & 3 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.11.0",
"version": "0.11.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,8 +24,8 @@
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-utils": "^0.11.0",
"@here/harp-mapview": "^0.11.1",
"@here/harp-utils": "^0.11.1",
"@tweenjs/tween.js": "^17.4.0",
"@types/tween.js": "^17.2.0"
},
Expand Down
6 changes: 3 additions & 3 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.11.0",
"version": "0.11.1",
"description": "Map themes",
"main": "index.js",
"typings": "index",
Expand All @@ -24,8 +24,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-atlas-tools": "^0.11.0",
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-atlas-tools": "^0.11.1",
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-fontcatalog": "^0.1.3",
"@here/harp-test-utils": "^0.11.0",
"@types/ajv": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 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.11.0",
"version": "0.11.1",
"description": "Decoder worker for mapview",
"main": "index.js",
"typings": "index",
Expand All @@ -26,12 +26,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-fetch": "^0.11.0",
"@here/harp-geoutils": "^0.11.0",
"@here/harp-lrucache": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-utils": "^0.11.0",
"@here/harp-lrucache": "^0.11.1",
"@here/harp-mapview": "^0.11.1",
"@here/harp-utils": "^0.11.1",
"geojson-vt": "^3.2.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 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.11.0",
"version": "0.11.1",
"description": "Functionality needed to render a map.",
"keywords": [
"map",
Expand Down Expand Up @@ -32,16 +32,16 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-fetch": "^0.11.0",
"@here/harp-geometry": "^0.11.0",
"@here/harp-geoutils": "^0.11.0",
"@here/harp-lines": "^0.11.0",
"@here/harp-lrucache": "^0.11.0",
"@here/harp-materials": "^0.11.0",
"@here/harp-text-canvas": "^0.11.0",
"@here/harp-lines": "^0.11.1",
"@here/harp-lrucache": "^0.11.1",
"@here/harp-materials": "^0.11.1",
"@here/harp-text-canvas": "^0.11.1",
"@here/harp-transfer-manager": "^0.11.0",
"@here/harp-utils": "^0.11.0",
"@here/harp-utils": "^0.11.1",
"rbush": "^3.0.1"
},
"devDependencies": {
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.11.0",
"version": "0.11.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.11.0",
"@here/harp-utils": "^0.11.0"
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-utils": "^0.11.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
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.11.0",
"version": "0.11.1",
"description": "HERE OLP utilities",
"main": "index.js",
"scripts": {
Expand All @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"dependencies": {
"@here/harp-geoutils": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-mapview-decoder": "^0.11.0",
"@here/harp-mapview": "^0.11.1",
"@here/harp-mapview-decoder": "^0.11.1",
"@here/olp-sdk-dataservice-read": "^0.9.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 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.11.0",
"version": "0.11.1",
"description": "HERE OMV Data source",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -28,23 +28,23 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.11.0",
"@here/harp-datasource-protocol": "^0.11.1",
"@here/harp-geometry": "^0.11.0",
"@here/harp-geoutils": "^0.11.0",
"@here/harp-lines": "^0.11.0",
"@here/harp-lrucache": "^0.11.0",
"@here/harp-mapview": "^0.11.0",
"@here/harp-mapview-decoder": "^0.11.0",
"@here/harp-text-canvas": "^0.11.0",
"@here/harp-lines": "^0.11.1",
"@here/harp-lrucache": "^0.11.1",
"@here/harp-mapview": "^0.11.1",
"@here/harp-mapview-decoder": "^0.11.1",
"@here/harp-text-canvas": "^0.11.1",
"@here/harp-transfer-manager": "^0.11.0",
"@here/harp-utils": "^0.11.0",
"@here/harp-utils": "^0.11.1",
"earcut": "^2.1.3",
"long": "^4.0.0",
"protobufjs": "^6.8.4"
},
"devDependencies": {
"@here/harp-fetch": "^0.11.0",
"@here/harp-geojson-datasource": "^0.11.0",
"@here/harp-geojson-datasource": "^0.11.1",
"@here/harp-test-utils": "^0.11.0",
"@types/chai": "^4.1.2",
"@types/earcut": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions @here/harp-text-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-text-canvas",
"version": "0.11.0",
"version": "0.11.1",
"description": "SDF based text rendering for TypeScript",
"main": "index.js",
"typings": "index",
Expand All @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-lrucache": "^0.11.0"
"@here/harp-lrucache": "^0.11.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion @here/harp-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-utils",
"version": "0.11.0",
"version": "0.11.1",
"description": "Provides utilities: logging, debugging.",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 24e1ef1

Please sign in to comment.