Skip to content

Commit dc93176

Browse files
committed
v3.0.14
1 parent acb7e5e commit dc93176

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+147
-136
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v3.0
44

5+
### v3.0.14
6+
7+
- re-package version
8+
59
### v3.0.13
610

711
- fix: Allow top-level workerUrl for CompressionWorker

examples/website/textures/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "loaders.gl-example-textures-tester",
33
"private": true,
4-
"version": "3.0.13",
4+
"version": "3.0.14",
55
"license": "MIT",
66
"scripts": {
77
"start": "webpack-dev-server --progress --hot --open",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@loaders.gl/core": "2.2.0",
1313
"@loaders.gl/images": "^2.3.7",
14-
"@loaders.gl/textures": "3.0.13",
14+
"@loaders.gl/textures": "3.0.14",
1515
"@luma.gl/core": "8.5.0",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.3.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"command": {
55
"publish": {},
66
"bootstrap": {}

modules/3d-tiles/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/3d-tiles",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
55
"license": "MIT",
66
"publishConfig": {
@@ -34,12 +34,12 @@
3434
"build-bundle": "webpack --display=minimal --config ../../scripts/webpack/bundle.js"
3535
},
3636
"dependencies": {
37-
"@loaders.gl/core": "3.0.13",
38-
"@loaders.gl/draco": "3.0.13",
39-
"@loaders.gl/gltf": "3.0.13",
40-
"@loaders.gl/loader-utils": "3.0.13",
41-
"@loaders.gl/math": "3.0.13",
42-
"@loaders.gl/tiles": "3.0.13",
37+
"@loaders.gl/core": "3.0.14",
38+
"@loaders.gl/draco": "3.0.14",
39+
"@loaders.gl/gltf": "3.0.14",
40+
"@loaders.gl/loader-utils": "3.0.14",
41+
"@loaders.gl/math": "3.0.14",
42+
"@loaders.gl/tiles": "3.0.14",
4343
"@math.gl/core": "^3.5.1",
4444
"@math.gl/geospatial": "^3.5.1"
4545
}

modules/arrow/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/arrow",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Simple columnar table loader for the Apache Arrow format",
55
"license": "MIT",
66
"publishConfig": {
@@ -36,9 +36,9 @@
3636
"build-worker": "webpack --entry ./src/workers/arrow-worker.ts --output ./dist/arrow-worker.js --config ../../scripts/webpack/worker.js"
3737
},
3838
"dependencies": {
39-
"@loaders.gl/core": "3.0.13",
40-
"@loaders.gl/loader-utils": "3.0.13",
41-
"@loaders.gl/schema": "3.0.13",
39+
"@loaders.gl/core": "3.0.14",
40+
"@loaders.gl/loader-utils": "3.0.14",
41+
"@loaders.gl/schema": "3.0.14",
4242
"apache-arrow": "^4.0.0"
4343
}
4444
}

modules/compression/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/compression",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Decompression and compression plugins for loaders.gl",
55
"license": "MIT",
66
"publishConfig": {
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
41-
"@loaders.gl/loader-utils": "3.0.13",
42-
"@loaders.gl/worker-utils": "3.0.13",
41+
"@loaders.gl/loader-utils": "3.0.14",
42+
"@loaders.gl/worker-utils": "3.0.14",
4343
"@types/brotli": "^1.3.0",
4444
"@types/pako": "^1.0.1",
4545
"lzo-wasm": "^0.0.4",

modules/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/core",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loaders for 3D graphics formats",
55
"license": "MIT",
66
"publishConfig": {
@@ -41,8 +41,8 @@
4141
},
4242
"dependencies": {
4343
"@babel/runtime": "^7.3.1",
44-
"@loaders.gl/loader-utils": "3.0.13",
45-
"@loaders.gl/worker-utils": "3.0.13",
44+
"@loaders.gl/loader-utils": "3.0.14",
45+
"@loaders.gl/worker-utils": "3.0.14",
4646
"probe.gl": "^3.4.0"
4747
}
4848
}

modules/crypto/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/crypto",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Cryptographic/hashing plugins for loaders.gl",
55
"license": "MIT",
66
"publishConfig": {
@@ -33,8 +33,8 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.3.1",
36-
"@loaders.gl/loader-utils": "3.0.13",
37-
"@loaders.gl/worker-utils": "3.0.13",
36+
"@loaders.gl/loader-utils": "3.0.14",
37+
"@loaders.gl/worker-utils": "3.0.14",
3838
"@types/crypto-js": "^4.0.1"
3939
},
4040
"devDependencies": {

modules/csv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/csv",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader for CSV and DSV table formats",
55
"license": "MIT",
66
"publishConfig": {
@@ -30,8 +30,8 @@
3030
"build-bundle": "webpack --display=minimal --config ../../scripts/webpack/bundle.js"
3131
},
3232
"dependencies": {
33-
"@loaders.gl/loader-utils": "3.0.13",
34-
"@loaders.gl/schema": "3.0.13"
33+
"@loaders.gl/loader-utils": "3.0.14",
34+
"@loaders.gl/schema": "3.0.14"
3535
},
3636
"devDependencies": {
3737
"d3-dsv": "^1.2.0"

modules/draco/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/draco",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",
55
"license": "MIT",
66
"publishConfig": {
@@ -38,9 +38,9 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
41-
"@loaders.gl/loader-utils": "3.0.13",
42-
"@loaders.gl/schema": "3.0.13",
43-
"@loaders.gl/worker-utils": "3.0.13",
41+
"@loaders.gl/loader-utils": "3.0.14",
42+
"@loaders.gl/schema": "3.0.14",
43+
"@loaders.gl/worker-utils": "3.0.14",
4444
"draco3d": "1.4.1"
4545
}
4646
}

modules/excel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/excel",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader for Excel files",
55
"license": "MIT",
66
"publishConfig": {
@@ -35,8 +35,8 @@
3535
"build-worker": "webpack --entry ./src/workers/excel-worker.ts --output ./dist/excel-worker.js --config ../../scripts/webpack/worker.js"
3636
},
3737
"dependencies": {
38-
"@loaders.gl/loader-utils": "3.0.13",
39-
"@loaders.gl/schema": "3.0.13",
38+
"@loaders.gl/loader-utils": "3.0.14",
39+
"@loaders.gl/schema": "3.0.14",
4040
"xlsx": "^0.16.9"
4141
}
4242
}

modules/flatgeobuf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loaders.gl/flatgeobuf",
33
"description": "Loader for FlatGeobuf",
4-
"version": "3.0.13",
4+
"version": "3.0.14",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
@@ -32,7 +32,7 @@
3232
"build-bundle": "webpack --display=minimal --config ../../scripts/webpack/bundle.js"
3333
},
3434
"dependencies": {
35-
"@loaders.gl/loader-utils": "3.0.13",
35+
"@loaders.gl/loader-utils": "3.0.14",
3636
"flatgeobuf": "~3.1.0"
3737
},
3838
"devDependencies": {

modules/geopackage/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loaders.gl/geopackage",
33
"description": "GeoPackage data loaders",
4-
"version": "3.0.13",
4+
"version": "3.0.14",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
@@ -25,9 +25,9 @@
2525
],
2626
"dependencies": {
2727
"@babel/runtime": "^7.3.1",
28-
"@loaders.gl/gis": "3.0.13",
29-
"@loaders.gl/schema": "3.0.13",
30-
"@loaders.gl/wkt": "3.0.13",
28+
"@loaders.gl/gis": "3.0.14",
29+
"@loaders.gl/schema": "3.0.14",
30+
"@loaders.gl/wkt": "3.0.14",
3131
"@math.gl/proj4": "^3.5.1",
3232
"@types/sql.js": "^1.4.2",
3333
"sql.js": "^1.5.0"

modules/geotiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/geotiff",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loaders for tiff and geotiff",
55
"license": "MIT",
66
"publishConfig": {

modules/gis/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loaders.gl/gis",
33
"description": "Helpers for GIS category data",
4-
"version": "3.0.13",
4+
"version": "3.0.14",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
@@ -24,8 +24,8 @@
2424
"README.md"
2525
],
2626
"dependencies": {
27-
"@loaders.gl/loader-utils": "3.0.13",
28-
"@loaders.gl/schema": "3.0.13",
27+
"@loaders.gl/loader-utils": "3.0.14",
28+
"@loaders.gl/schema": "3.0.14",
2929
"@mapbox/vector-tile": "^1.3.1",
3030
"pbf": "^3.2.1"
3131
},

modules/gltf/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/gltf",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader for the glTF format",
55
"license": "MIT",
66
"publishConfig": {
@@ -34,9 +34,9 @@
3434
"build-bundle": "webpack --config ../../scripts/webpack/bundle.js"
3535
},
3636
"dependencies": {
37-
"@loaders.gl/core": "3.0.13",
38-
"@loaders.gl/draco": "3.0.13",
39-
"@loaders.gl/images": "3.0.13",
40-
"@loaders.gl/loader-utils": "3.0.13"
37+
"@loaders.gl/core": "3.0.14",
38+
"@loaders.gl/draco": "3.0.14",
39+
"@loaders.gl/images": "3.0.14",
40+
"@loaders.gl/loader-utils": "3.0.14"
4141
}
4242
}

modules/i3s/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/i3s",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "i3s .",
55
"license": "MIT",
66
"publishConfig": {
@@ -32,13 +32,13 @@
3232
"build-worker": "webpack --entry ./src/workers/i3s-content-worker.ts --output ./dist/i3s-content-worker.js --config ../../scripts/webpack/worker.js"
3333
},
3434
"dependencies": {
35-
"@loaders.gl/core": "3.0.13",
36-
"@loaders.gl/draco": "3.0.13",
37-
"@loaders.gl/images": "3.0.13",
38-
"@loaders.gl/loader-utils": "3.0.13",
39-
"@loaders.gl/schema": "3.0.13",
40-
"@loaders.gl/textures": "3.0.13",
41-
"@loaders.gl/tiles": "3.0.13",
35+
"@loaders.gl/core": "3.0.14",
36+
"@loaders.gl/draco": "3.0.14",
37+
"@loaders.gl/images": "3.0.14",
38+
"@loaders.gl/loader-utils": "3.0.14",
39+
"@loaders.gl/schema": "3.0.14",
40+
"@loaders.gl/textures": "3.0.14",
41+
"@loaders.gl/tiles": "3.0.14",
4242
"@luma.gl/constants": "^8.5.0",
4343
"@math.gl/core": "^3.5.1",
4444
"@math.gl/culling": "^3.5.1",

modules/images/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/images",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
55
"license": "MIT",
66
"publishConfig": {
@@ -33,6 +33,6 @@
3333
"build-worker": "webpack --entry ./src/image-worker.js --output ./dist/image-worker.js --config ../../scripts/webpack/worker.js"
3434
},
3535
"dependencies": {
36-
"@loaders.gl/loader-utils": "3.0.13"
36+
"@loaders.gl/loader-utils": "3.0.14"
3737
}
3838
}

modules/json/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/json",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader for JSON and streaming JSON formats",
55
"license": "MIT",
66
"publishConfig": {
@@ -35,8 +35,8 @@
3535
"build-worker": "webpack --entry ./src/workers/geojson-worker.ts --output ./dist/geojson-worker.js --config ../../scripts/webpack/worker.js"
3636
},
3737
"dependencies": {
38-
"@loaders.gl/gis": "3.0.13",
39-
"@loaders.gl/loader-utils": "3.0.13",
40-
"@loaders.gl/schema": "3.0.13"
38+
"@loaders.gl/gis": "3.0.14",
39+
"@loaders.gl/loader-utils": "3.0.14",
40+
"@loaders.gl/schema": "3.0.14"
4141
}
4242
}

modules/kml/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/kml",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader for the KML format",
55
"license": "MIT",
66
"publishConfig": {
@@ -32,10 +32,10 @@
3232
"build-bundle": "webpack --display=minimal --config ../../scripts/webpack/bundle.js"
3333
},
3434
"dependencies": {
35-
"@loaders.gl/core": "3.0.13",
36-
"@loaders.gl/gis": "3.0.13",
37-
"@loaders.gl/loader-utils": "3.0.13",
38-
"@loaders.gl/schema": "3.0.13",
35+
"@loaders.gl/core": "3.0.14",
36+
"@loaders.gl/gis": "3.0.14",
37+
"@loaders.gl/loader-utils": "3.0.14",
38+
"@loaders.gl/schema": "3.0.14",
3939
"@tmcw/togeojson": "^4.5.0"
4040
}
4141
}

modules/las/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loaders.gl/las",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "Framework-independent loader for the LAS and LAZ formats",
55
"license": "MIT",
66
"publishConfig": {
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@babel/runtime": "^7.3.1",
44-
"@loaders.gl/loader-utils": "3.0.13",
45-
"@loaders.gl/schema": "3.0.13"
44+
"@loaders.gl/loader-utils": "3.0.14",
45+
"@loaders.gl/schema": "3.0.14"
4646
}
4747
}

0 commit comments

Comments
 (0)