Skip to content

Commit e2ea238

Browse files
authored
icechunk 0.4 (#644)
1 parent ed81f87 commit e2ea238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"embla-carousel-react": "^8.6.0",
7676
"fflate": "^0.8.2",
7777
"gsap": "^3.13.0",
78-
"icechunk-js": "^0.3.1",
78+
"icechunk-js": "^0.4.0",
7979
"input-otp": "^1.4.2",
8080
"js-colormaps-es": "^0.0.5",
8181
"lucide-react": "^0.562.0",

src/components/zarr/icechunk-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function getIcechunkStore(
4444
try {
4545
const icechunkStore = await IcechunkStore.open(storePath, {
4646
branch: options?.branch ?? "main",
47-
formatVersion: "v1",
47+
// formatVersion: "v1",
4848
...(options?.tag && { tag: options.tag }),
4949
...(options?.snapshot && { snapshot: options.snapshot }),
5050
...(fetchClient && { fetchClient }),

0 commit comments

Comments
 (0)