vis-core 0.31.1 → 0.31.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.ts CHANGED
@@ -1225,6 +1225,7 @@ declare interface Options_9 {
1225
1225
  bbox?: number[];
1226
1226
  topSegments?: number;
1227
1227
  conic?: boolean;
1228
+ castShadow?: boolean;
1228
1229
  materialOptions: {
1229
1230
  topMat: THREE.Material;
1230
1231
  sideMat?: THREE.Material;
@@ -1452,7 +1453,7 @@ export { TWEEN }
1452
1453
 
1453
1454
  export { Tween }
1454
1455
 
1455
- export declare const VERSION = "0.31.1";
1456
+ export declare const VERSION = "0.31.2";
1456
1457
 
1457
1458
  export { }
1458
1459