Skip to content

Commit

Permalink
bump deck.gl-layers and parquet-wasm (#137)
Browse files Browse the repository at this point in the history
* bump deps

* bump to parquet-wasm 0.5.0
  • Loading branch information
kylebarron authored Oct 22, 2023
1 parent 6830734 commit 6e180fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@geoarrow/deck.gl-layers": "^0.1.0",
"apache-arrow": "^13.0.0",
"maplibre-gl": "^3.5.0",
"parquet-wasm": "0.5.0-alpha.1",
"parquet-wasm": "0.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.5"
Expand Down
2 changes: 1 addition & 1 deletion src/parquet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as arrow from "apache-arrow";

// NOTE: this version must be synced exactly with the parquet-wasm version in
// use.
const PARQUET_WASM_VERSION = "0.5.0-alpha.1";
const PARQUET_WASM_VERSION = "0.5.0";
const PARQUET_WASM_CDN_URL = `https://cdn.jsdelivr.net/npm/parquet-wasm@${PARQUET_WASM_VERSION}/esm/arrow2_bg.wasm`;
let WASM_READY: boolean = false;

Expand Down

0 comments on commit 6e180fb

Please sign in to comment.