@expofp/renderer 3.1.0 → 3.1.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +7246 -7068
  3. package/package.json +3 -4
package/dist/index.d.ts CHANGED
@@ -470,6 +470,7 @@ export declare class Renderer {
470
470
  private memoryInfoExtension;
471
471
  private memoryInfo?;
472
472
  private eventSystem;
473
+ private lightsSystem;
473
474
  private layerSystem;
474
475
  private viewportSystem;
475
476
  private updatesSystem;