We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed81f87 commit e2ea238Copy full SHA for e2ea238
2 files changed
package.json
@@ -75,7 +75,7 @@
75
"embla-carousel-react": "^8.6.0",
76
"fflate": "^0.8.2",
77
"gsap": "^3.13.0",
78
- "icechunk-js": "^0.3.1",
+ "icechunk-js": "^0.4.0",
79
"input-otp": "^1.4.2",
80
"js-colormaps-es": "^0.0.5",
81
"lucide-react": "^0.562.0",
src/components/zarr/icechunk-store.ts
@@ -44,7 +44,7 @@ export async function getIcechunkStore(
44
try {
45
const icechunkStore = await IcechunkStore.open(storePath, {
46
branch: options?.branch ?? "main",
47
- formatVersion: "v1",
+ // formatVersion: "v1",
48
...(options?.tag && { tag: options.tag }),
49
...(options?.snapshot && { snapshot: options.snapshot }),
50
...(fetchClient && { fetchClient }),
0 commit comments