Skip to content

Commit

Permalink
Merge pull request #8 from sensat/merge-4.0.5-master
Browse files Browse the repository at this point in the history
Merge 4.0.5 master
  • Loading branch information
Kaapp authored Feb 5, 2024
2 parents 38c6dd6 + ac88cc6 commit 9a16adb
Show file tree
Hide file tree
Showing 51 changed files with 217 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## v4.0

### v4.0.5

- fix(tile-converter): 3d-tiles converter freezes in the end (#2877)
- Convert GetImageParameters to WMSGetMapParameters (#2799)

### v4.0.4

- feat(arrow): GeoArrowLoader (#2796)
- fix(draco): revert --format=esm for the worker (#2795)
- feat(arrow): Support GeoJSON output from Geo ArrowLoader (#2794)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "4.0.4",
"version": "4.0.5",
"command": {
"publish": {},
"bootstrap": {}
Expand Down
14 changes: 7 additions & 7 deletions modules/3d-tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/3d-tiles",
"version": "4.0.4",
"version": "4.0.5",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,12 +43,12 @@
"build-bundle": "ocular-bundle ./src/index.ts"
},
"dependencies": {
"@loaders.gl/draco": "4.0.4",
"@loaders.gl/gltf": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/math": "4.0.4",
"@loaders.gl/tiles": "4.0.4",
"@loaders.gl/zip": "4.0.4",
"@loaders.gl/draco": "4.0.5",
"@loaders.gl/gltf": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/math": "4.0.5",
"@loaders.gl/tiles": "4.0.5",
"@loaders.gl/zip": "4.0.5",
"@math.gl/core": "^4.0.0",
"@math.gl/geospatial": "^4.0.0",
"@probe.gl/log": "^4.0.4",
Expand Down
8 changes: 4 additions & 4 deletions modules/arrow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/arrow",
"version": "4.0.4",
"version": "4.0.5",
"description": "Simple columnar table loader for the Apache Arrow format",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -48,9 +48,9 @@
"build-worker2": "esbuild src/workers/arrow-worker.ts --bundle --outfile=dist/arrow-worker.js --platform=browser --external:{stream}"
},
"dependencies": {
"@loaders.gl/gis": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/gis": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"@math.gl/polygon": "4.0.0",
"apache-arrow": "^13.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions modules/bson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/bson",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loader for JSON and streaming JSON formats",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,9 +43,9 @@
"build-bundle": "ocular-bundle ./src/index.ts"
},
"dependencies": {
"@loaders.gl/gis": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/gis": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"@types/bson": "4.2.0",
"bson": "4.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/compression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/compression",
"version": "4.0.4",
"version": "4.0.5",
"description": "Decompression and compression plugins for loaders.gl",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/worker-utils": "4.0.4",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/worker-utils": "4.0.5",
"@types/brotli": "^1.3.0",
"@types/pako": "^1.0.1",
"fflate": "0.7.4",
Expand Down
6 changes: 3 additions & 3 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/core",
"version": "4.0.4",
"version": "4.0.5",
"description": "The core API for working with loaders.gl loaders and writers",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/worker-utils": "4.0.4",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/worker-utils": "4.0.5",
"@probe.gl/log": "^4.0.2"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5"
Expand Down
6 changes: 3 additions & 3 deletions modules/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/crypto",
"version": "4.0.4",
"version": "4.0.5",
"description": "Cryptographic/hashing plugins for loaders.gl",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/worker-utils": "4.0.4",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/worker-utils": "4.0.5",
"@types/crypto-js": "^4.0.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions modules/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/csv",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loader for CSV and DSV table formats",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build-bundle": "ocular-bundle ./src/index.ts"
},
"dependencies": {
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4"
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5"
},
"devDependencies": {
"d3-dsv": "^1.2.0"
Expand Down
10 changes: 5 additions & 5 deletions modules/draco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/draco",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -52,13 +52,13 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/worker-utils": "4.0.4",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"@loaders.gl/worker-utils": "4.0.5",
"draco3d": "1.5.5"
},
"devDependencies": {
"@loaders.gl/polyfills": "4.0.4"
"@loaders.gl/polyfills": "4.0.5"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5"
}
6 changes: 3 additions & 3 deletions modules/excel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/excel",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loader for Excel files",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -44,8 +44,8 @@
"build-worker": "esbuild src/workers/excel-worker.ts --bundle --outfile=dist/excel-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"xlsx": "^0.18.5"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5"
Expand Down
6 changes: 3 additions & 3 deletions modules/flatgeobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loaders.gl/flatgeobuf",
"description": "Loader for FlatGeobuf",
"version": "4.0.4",
"version": "4.0.5",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"build-worker": "# esbuild src/workers/flatgeobuf-worker.ts --bundle --outfile=dist/flatgeobuf-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/gis": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/gis": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@math.gl/proj4": "^4.0.0",
"flatgeobuf": "3.27.0"
},
Expand Down
8 changes: 4 additions & 4 deletions modules/geopackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loaders.gl/geopackage",
"description": "GeoPackage data loaders",
"version": "4.0.4",
"version": "4.0.5",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -45,9 +45,9 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/gis": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/wkt": "4.0.4",
"@loaders.gl/gis": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"@loaders.gl/wkt": "4.0.5",
"@math.gl/proj4": "^4.0.0",
"@types/sql.js": "^1.4.5",
"fs": "^0.0.1-security",
Expand Down
2 changes: 1 addition & 1 deletion modules/geotiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/geotiff",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loaders for tiff and geotiff",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions modules/gis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@loaders.gl/gis",
"description": "Helpers for GIS category data",
"version": "4.0.4",
"version": "4.0.5",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"README.md"
],
"dependencies": {
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"@mapbox/vector-tile": "^1.3.1",
"@math.gl/polygon": "^4.0.0",
"pbf": "^3.2.1"
Expand Down
10 changes: 5 additions & 5 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/gltf",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loader for the glTF format",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,10 +43,10 @@
"build-bundle": "ocular-bundle ./src/index.ts"
},
"dependencies": {
"@loaders.gl/draco": "4.0.4",
"@loaders.gl/images": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/textures": "4.0.4",
"@loaders.gl/draco": "4.0.5",
"@loaders.gl/images": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/textures": "4.0.5",
"@math.gl/core": "^4.0.0"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5"
Expand Down
18 changes: 9 additions & 9 deletions modules/i3s/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/i3s",
"version": "4.0.4",
"version": "4.0.5",
"description": "i3s .",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -42,14 +42,14 @@
"build-worker-node": "esbuild src/workers/i3s-content-worker-node.ts --outfile=dist/i3s-content-worker-node.js --platform=node --target=node16 --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/compression": "4.0.4",
"@loaders.gl/crypto": "4.0.4",
"@loaders.gl/draco": "4.0.4",
"@loaders.gl/images": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4",
"@loaders.gl/textures": "4.0.4",
"@loaders.gl/tiles": "4.0.4",
"@loaders.gl/compression": "4.0.5",
"@loaders.gl/crypto": "4.0.5",
"@loaders.gl/draco": "4.0.5",
"@loaders.gl/images": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5",
"@loaders.gl/textures": "4.0.5",
"@loaders.gl/tiles": "4.0.5",
"@math.gl/core": "^4.0.0",
"@math.gl/culling": "^4.0.0",
"@math.gl/geospatial": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/images",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"build-bundle": "ocular-bundle ./src/index.ts"
},
"dependencies": {
"@loaders.gl/loader-utils": "4.0.4"
"@loaders.gl/loader-utils": "4.0.5"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions modules/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/json",
"version": "4.0.4",
"version": "4.0.5",
"description": "Framework-independent loader for JSON and streaming JSON formats",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -44,9 +44,9 @@
"build-worker": "esbuild src/workers/geojson-worker.ts --bundle --outfile=dist/geojson-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/gis": "4.0.4",
"@loaders.gl/loader-utils": "4.0.4",
"@loaders.gl/schema": "4.0.4"
"@loaders.gl/gis": "4.0.5",
"@loaders.gl/loader-utils": "4.0.5",
"@loaders.gl/schema": "4.0.5"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5"
}
Loading

0 comments on commit 9a16adb

Please sign in to comment.