Skip to content

Commit

Permalink
pin loaders.gl schema to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jan 3, 2024
1 parent 24acc1a commit 524f1bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
"@loaders.gl/json": "^4.1.0-alpha.4",
"@loaders.gl/loader-utils": "^4.1.0-alpha.4",
"@loaders.gl/polyfills": "^4.1.0-alpha.4",
"@loaders.gl/schema": "^4.1.0-alpha.4",
"@luma.gl/constants": "8.5.21",
"@luma.gl/core": "8.5.21",
"@luma.gl/experimental": "8.5.21",
Expand Down
1 change: 1 addition & 0 deletions src/processors/src/data-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export function processKeplerglDataset(
* @returns dataset containing `fields` and `rows` or null
*/
export function processArrowTable(arrowTable: ArrowTable): ProcessorResult | null {
// @ts-ignore - ArrowTable is not typed
return processArrowBatches(arrowTable.data.batches);
}

Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2328,14 +2328,7 @@
through "^2.3.8"
web-streams-polyfill "^3.2.1"

"@loaders.gl/[email protected]", "@loaders.gl/schema@^3.4.13":
version "3.4.14"
resolved "https://registry.yarnpkg.com/@loaders.gl/schema/-/schema-3.4.14.tgz#6f145065a2abaf402aa419cfa25ec7f1fdeed487"
integrity sha512-r6BEDfUvbvzgUnh/MtkR5RzrkIwo1x1jtPFRTSJVsIZO7arXXlu3blffuv5ppEkKpNZ1Xzd9WtHp/JIkuctsmw==
dependencies:
"@types/geojson" "^7946.0.7"

"@loaders.gl/[email protected]", "@loaders.gl/schema@^4.1.0-alpha.4":
"@loaders.gl/[email protected]", "@loaders.gl/[email protected]", "@loaders.gl/schema@^3.4.13", "@loaders.gl/schema@^4.1.0-alpha.4":
version "4.1.0-alpha.4"
resolved "https://registry.yarnpkg.com/@loaders.gl/schema/-/schema-4.1.0-alpha.4.tgz#63825d99ac37180823c19240f77941f1cadf7781"
integrity sha512-eZ76TzxBkFymGgjDn5JYGJommDhc+F4otcR5Op+yHwXP/2RxSjgWhhveaBppTNqzDXVNJaW4WCRguL2ouBYuTQ==
Expand Down

0 comments on commit 524f1bd

Please sign in to comment.