omezarr-tilesource 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { n as e, t } from "./dist-DIvEDGnZ.js";
2
- import { _ as n } from "./__vite-browser-external-YbutIfMq-Cv1_GH0S.js";
2
+ import { _ as n } from "./__vite-browser-external-YbutIfMq-DmIpWUUk.js";
3
3
  //#region node_modules/.pnpm/vite-plugin-node-polyfills@0.28.0_vite@8.0.14_yaml@2.9.0_/node_modules/vite-plugin-node-polyfills/shims/buffer/dist/index.js
4
4
  var r = {}, i = {};
5
5
  i.byteLength = f, i.toByteArray = m, i.fromByteArray = _;
@@ -807,7 +807,7 @@ v.read = function(e, t, n, r, i) {
807
807
  })(r);
808
808
  var y = r.Buffer;
809
809
  //#endregion
810
- //#region node_modules/.pnpm/ome-zarr.js@0.0.19/node_modules/ome-zarr.js/dist/png-K1gqQ34g.js
810
+ //#region node_modules/.pnpm/ome-zarr.js@0.0.20/node_modules/ome-zarr.js/dist/png-K1gqQ34g.js
811
811
  r.Blob, r.BlobOptions, r.Buffer, r.File, r.FileOptions, r.INSPECT_MAX_BYTES, r.SlowBuffer, r.TranscodeEncoding, r.atob, r.btoa, r.constants, r.isAscii, r.isUtf8, r.kMaxLength, r.kStringMaxLength, r.resolveObjectURL, r.transcode, t();
812
812
  function b(e, t) {
813
813
  for (var n = 0; n < t.length; n++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omezarr-tilesource",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "An OpenSeadragon tile source for the OME-Zarr bioimage file format",
5
5
  "homepage": "https://github.com/TissUUmaps/OMEZarrTileSource#readme",
6
6
  "bugs": "https://github.com/TissUUmaps/OMEZarrTileSource/issues",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@zarrita/storage": "0.2.0",
29
- "ome-zarr.js": "0.0.19",
30
- "zarrita": "0.5.4"
29
+ "ome-zarr.js": "0.0.20",
30
+ "zarrita": "0.7.5"
31
31
  },
32
32
  "peerDependencies": {
33
- "openseadragon": ">=5.0.1 <7.0.0"
33
+ "openseadragon": ">=6.0.0 <7.0.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@eslint/js": "^10.0.1",
@@ -41,7 +41,7 @@
41
41
  "eslint-config-prettier": "^10.1.8",
42
42
  "husky": "^9.1.7",
43
43
  "lint-staged": "^17.0.5",
44
- "openseadragon": ">=5.0.1 <7.0.0",
44
+ "openseadragon": "^6.1.1",
45
45
  "prettier": "^3.8.3",
46
46
  "typescript": "^6.0.3",
47
47
  "typescript-eslint": "^8.59.4",