bard-legends-framework 1.12.1 → 1.12.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.
package/dist/index.d.mts CHANGED
@@ -280,7 +280,7 @@ interface SoundDefinition {
280
280
  readonly loop?: {
281
281
  readonly from: number;
282
282
  readonly to: number;
283
- };
283
+ } | undefined;
284
284
  }
285
285
 
286
286
  interface GameConfiguration {
package/dist/index.d.ts CHANGED
@@ -280,7 +280,7 @@ interface SoundDefinition {
280
280
  readonly loop?: {
281
281
  readonly from: number;
282
282
  readonly to: number;
283
- };
283
+ } | undefined;
284
284
  }
285
285
 
286
286
  interface GameConfiguration {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bard-legends-framework",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Bard Legends Framework",
5
5
  "main": "dist/index.js",
6
6
  "exports": {