@gaialabs/core 0.1.5 → 0.1.6
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -875,7 +875,7 @@ declare class SpriteMap {
|
|
|
875
875
|
* - Compression: QuintetLZ compression algorithm
|
|
876
876
|
* - Sprites: Sprite animation system
|
|
877
877
|
*/
|
|
878
|
-
declare const GAIA_CORE_VERSION = "0.1.
|
|
878
|
+
declare const GAIA_CORE_VERSION = "0.1.6";
|
|
879
879
|
declare const isPlatformBrowser: boolean;
|
|
880
880
|
declare const isPlatformNode: string | false;
|
|
881
881
|
declare const isPlatformWebWorker: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -875,7 +875,7 @@ declare class SpriteMap {
|
|
|
875
875
|
* - Compression: QuintetLZ compression algorithm
|
|
876
876
|
* - Sprites: Sprite animation system
|
|
877
877
|
*/
|
|
878
|
-
declare const GAIA_CORE_VERSION = "0.1.
|
|
878
|
+
declare const GAIA_CORE_VERSION = "0.1.6";
|
|
879
879
|
declare const isPlatformBrowser: boolean;
|
|
880
880
|
declare const isPlatformNode: string | false;
|
|
881
881
|
declare const isPlatformWebWorker: boolean;
|
package/dist/index.js
CHANGED
|
@@ -4024,7 +4024,7 @@ var SpriteMap = class _SpriteMap {
|
|
|
4024
4024
|
};
|
|
4025
4025
|
|
|
4026
4026
|
// src/index.ts
|
|
4027
|
-
var GAIA_CORE_VERSION = "0.1.
|
|
4027
|
+
var GAIA_CORE_VERSION = "0.1.6";
|
|
4028
4028
|
var isPlatformBrowser = typeof window !== "undefined";
|
|
4029
4029
|
var isPlatformNode = typeof process !== "undefined" && process.versions?.node;
|
|
4030
4030
|
var isPlatformWebWorker = typeof importScripts !== "undefined";
|