openseadragon 6.0.1 → 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.
|
|
2
|
-
//! Built on 2026-
|
|
3
|
-
//! Git commit: v6.0.
|
|
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.
|
|
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.
|
|
889
|
+
versionStr: '6.0.2',
|
|
890
890
|
major: parseInt('6', 10),
|
|
891
891
|
minor: parseInt('0', 10),
|
|
892
|
-
revision: parseInt('
|
|
892
|
+
revision: parseInt('2', 10)
|
|
893
893
|
};
|
|
894
894
|
|
|
895
895
|
|