openseadragon 6.0.0 → 6.0.2

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,6 +1,6 @@
1
- //! openseadragon 6.0.0
2
- //! Built on 2026-02-18
3
- //! Git commit: v6.0.0-0-2bbaff29
1
+ //! openseadragon 6.0.2
2
+ //! Built on 2026-03-13
3
+ //! Git commit: v6.0.2-0-7842cd92
4
4
  //! http://openseadragon.github.io
5
5
  //! License: http://openseadragon.github.io/license/
6
6
 
@@ -90,7 +90,7 @@
90
90
 
91
91
  /**
92
92
  * @namespace OpenSeadragon
93
- * @version openseadragon 6.0.0
93
+ * @version openseadragon 6.0.2
94
94
  * @classdesc The root namespace for OpenSeadragon. All utility methods
95
95
  * and classes are defined on or below this namespace.
96
96
  *
@@ -886,10 +886,10 @@ function OpenSeadragon( options ){
886
886
  * @since 1.0.0
887
887
  */
888
888
  $.version = {
889
- versionStr: '6.0.0',
889
+ versionStr: '6.0.2',
890
890
  major: parseInt('6', 10),
891
891
  minor: parseInt('0', 10),
892
- revision: parseInt('0', 10)
892
+ revision: parseInt('2', 10)
893
893
  };
894
894
 
895
895
 
@@ -10143,7 +10143,9 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
10143
10143
  }
10144
10144
 
10145
10145
  if (queueItem.originalSuccess) {
10146
- queueItem.originalSuccess(event);
10146
+ queueItem.originalSuccess({
10147
+ item: tiledImage
10148
+ });
10147
10149
  }
10148
10150
 
10149
10151
  // It might happen processReadyItems() is called after viewer.destroy()