shogun-core 6.2.0 → 6.2.1
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.
|
@@ -141459,7 +141459,7 @@ class ShogunCore {
|
|
|
141459
141459
|
}
|
|
141460
141460
|
}
|
|
141461
141461
|
exports.ShogunCore = ShogunCore;
|
|
141462
|
-
ShogunCore.API_VERSION = "^
|
|
141462
|
+
ShogunCore.API_VERSION = "^6.2.1";
|
|
141463
141463
|
// Global declarations are handled in the original core.ts file
|
|
141464
141464
|
// to avoid conflicts, we only set the window properties here
|
|
141465
141465
|
if (true) {
|