vis-core 0.31.3 → 0.31.5

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.ts CHANGED
@@ -1434,7 +1434,7 @@ declare class Target extends GroupObject {
1434
1434
  declare interface TemplateConfig {
1435
1435
  id: string;
1436
1436
  map?: boolean;
1437
- emissiveMap?: boolean;
1437
+ emissiveMap?: boolean | 'map';
1438
1438
  cityOnly?: boolean;
1439
1439
  }
1440
1440
 
@@ -1453,7 +1453,7 @@ export { TWEEN }
1453
1453
 
1454
1454
  export { Tween }
1455
1455
 
1456
- export declare const VERSION = "0.31.3";
1456
+ export declare const VERSION = "0.31.5";
1457
1457
 
1458
1458
  export { }
1459
1459