Skip to content

Commit

Permalink
chore: Bump versions to 5.0.0-alpha.0 (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Oct 2, 2024
1 parent 6a642b4 commit 516fe8a
Show file tree
Hide file tree
Showing 47 changed files with 361 additions and 361 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "4.3.0-beta.0",
"version": "5.0.0-alpha.0",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand Down
20 changes: 10 additions & 10 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -46,15 +46,15 @@
"build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
},
"dependencies": {
"@loaders.gl/compression": "4.3.0-alpha.8",
"@loaders.gl/crypto": "4.3.0-alpha.8",
"@loaders.gl/draco": "4.3.0-alpha.8",
"@loaders.gl/gltf": "4.3.0-alpha.8",
"@loaders.gl/images": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/math": "4.3.0-alpha.8",
"@loaders.gl/tiles": "4.3.0-alpha.8",
"@loaders.gl/zip": "4.3.0-alpha.8",
"@loaders.gl/compression": "^5.0.0-alpha.0",
"@loaders.gl/crypto": "^5.0.0-alpha.0",
"@loaders.gl/draco": "^5.0.0-alpha.0",
"@loaders.gl/gltf": "^5.0.0-alpha.0",
"@loaders.gl/images": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/math": "^5.0.0-alpha.0",
"@loaders.gl/tiles": "^5.0.0-alpha.0",
"@loaders.gl/zip": "^5.0.0-alpha.0",
"@math.gl/core": "^4.1.0",
"@math.gl/culling": "^4.1.0",
"@math.gl/geospatial": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Simple columnar table loader for the Apache Arrow format",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -57,11 +57,11 @@
"build-worker2": "esbuild src/workers/arrow-worker.ts --bundle --outfile=dist/arrow-worker.js --platform=browser --external:{stream}"
},
"dependencies": {
"@loaders.gl/gis": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/wkt": "4.3.0-alpha.8",
"@loaders.gl/worker-utils": "4.3.0-alpha.8",
"@loaders.gl/gis": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@loaders.gl/wkt": "^5.0.0-alpha.0",
"@loaders.gl/worker-utils": "^5.0.0-alpha.0",
"@math.gl/polygon": "^4.1.0",
"apache-arrow": ">= 15.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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loader for JSON and streaming JSON formats",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -40,9 +40,9 @@
"build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
},
"dependencies": {
"@loaders.gl/gis": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/gis": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Decompression and compression plugins for loaders.gl",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -50,8 +50,8 @@
"build-worker-node": "esbuild src/workers/compression-worker-node.ts --outfile=dist/compression-worker-node.js --platform=node --target=node16 --bundle --minify --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/worker-utils": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/worker-utils": "^5.0.0-alpha.0",
"@types/brotli": "^1.3.0",
"@types/pako": "^1.0.1",
"fflate": "0.7.4",
Expand Down
10 changes: 5 additions & 5 deletions modules/copc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@loaders.gl/copc",
"version": "4.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loader for the COPC format",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -41,10 +41,10 @@
"build-bundle": "# ocular-bundle ./src/index.ts"
},
"dependencies": {
"@loaders.gl/images": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/mvt": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/images": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/mvt": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"copc": "0.0.6"
},
"gitHead": "c95a4ff72512668a93d9041ce8636bac09333fd5"
Expand Down
8 changes: 4 additions & 4 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "The core API for working with loaders.gl loaders and writers",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -55,9 +55,9 @@
"build-worker-node": "esbuild src/workers/null-worker.ts --outfile=dist/null-worker-node.js --bundle --platform=node --target=node16 --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/worker-utils": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@loaders.gl/worker-utils": "^5.0.0-alpha.0",
"@probe.gl/log": "^4.0.2"
},
"gitHead": "3213679d79e6ff2814d48fd3337acfa446c74099"
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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Cryptographic/hashing plugins for loaders.gl",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -46,8 +46,8 @@
"build-worker-node": "esbuild src/workers/crypto-worker-node.ts --outfile=dist/crypto-worker-node.js --platform=node --target=esnext,node16 --bundle --minify --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/worker-utils": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/worker-utils": "^5.0.0-alpha.0",
"@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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loader for CSV and DSV table formats",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -44,8 +44,8 @@
"build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"d3-dsv": "^1.2.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -57,9 +57,9 @@
"build-writer-worker-node": "esbuild src/workers/draco-writer-worker-node.ts --outfile=dist/draco-writer-worker-node.js --target=node16 --platform=node --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/worker-utils": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@loaders.gl/worker-utils": "^5.0.0-alpha.0",
"draco3d": "1.5.7"
},
"devDependencies": {
Expand Down
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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"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.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"xlsx": "^0.18.5"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -44,9 +44,9 @@
"build-worker": "esbuild src/workers/flatgeobuf-worker.ts --bundle --outfile=dist/flatgeobuf-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/gis": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/gis": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@math.gl/proj4": "^4.1.0",
"flatgeobuf": "3.27.2"
},
Expand Down
10 changes: 5 additions & 5 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -43,10 +43,10 @@
"build-worker": "# esbuild src/workers/geopackage-worker.ts --bundle --outfile=dist/geopackage-worker.js --external:{util,fs,path} --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/gis": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/wkt": "4.3.0-alpha.8",
"@loaders.gl/gis": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@loaders.gl/wkt": "^5.0.0-alpha.0",
"@math.gl/proj4": "^4.1.0",
"@types/sql.js": "^1.4.5",
"fs": "^0.0.1-security",
Expand Down
4 changes: 2 additions & 2 deletions modules/geotiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loaders.gl/geotiff",
"version": "4.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loaders for tiff and geotiff",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -46,7 +46,7 @@
"geotiff": "ilan-gold/geotiff.js#ilan-gold/viv_094"
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"fast-xml-parser": "^4.2.5",
"geotiff": "^2.1.0"
},
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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"README.md"
],
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@mapbox/vector-tile": "^1.3.1",
"@math.gl/polygon": "^4.1.0",
"pbf": "^3.2.1"
Expand Down
12 changes: 6 additions & 6 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loader for the glTF format",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,11 +43,11 @@
"build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
},
"dependencies": {
"@loaders.gl/draco": "4.3.0-alpha.8",
"@loaders.gl/images": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/textures": "4.3.0-alpha.8",
"@loaders.gl/draco": "^5.0.0-alpha.0",
"@loaders.gl/images": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@loaders.gl/textures": "^5.0.0-alpha.0",
"@math.gl/core": "^4.1.0"
},
"peerDependencies": {
Expand Down
22 changes: 11 additions & 11 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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "i3s .",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -42,16 +42,16 @@
"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.3.0-alpha.8",
"@loaders.gl/crypto": "4.3.0-alpha.8",
"@loaders.gl/draco": "4.3.0-alpha.8",
"@loaders.gl/images": "4.3.0-alpha.8",
"@loaders.gl/loader-utils": "4.3.0-alpha.8",
"@loaders.gl/math": "4.3.0-alpha.8",
"@loaders.gl/schema": "4.3.0-alpha.8",
"@loaders.gl/textures": "4.3.0-alpha.8",
"@loaders.gl/tiles": "4.3.0-alpha.8",
"@loaders.gl/zip": "4.3.0-alpha.8",
"@loaders.gl/compression": "^5.0.0-alpha.0",
"@loaders.gl/crypto": "^5.0.0-alpha.0",
"@loaders.gl/draco": "^5.0.0-alpha.0",
"@loaders.gl/images": "^5.0.0-alpha.0",
"@loaders.gl/loader-utils": "^5.0.0-alpha.0",
"@loaders.gl/math": "^5.0.0-alpha.0",
"@loaders.gl/schema": "^5.0.0-alpha.0",
"@loaders.gl/textures": "^5.0.0-alpha.0",
"@loaders.gl/tiles": "^5.0.0-alpha.0",
"@loaders.gl/zip": "^5.0.0-alpha.0",
"@math.gl/core": "^4.1.0",
"@math.gl/culling": "^4.1.0",
"@math.gl/geospatial": "^4.1.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.3.0-alpha.8",
"version": "5.0.0-alpha.0",
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.0-alpha.8"
"@loaders.gl/loader-utils": "^5.0.0-alpha.0"
},
"devDependencies": {
"@types/get-pixels": "^3.3.2"
Expand Down
Loading

0 comments on commit 516fe8a

Please sign in to comment.