angular-three-postprocessing 4.0.0-next.55 → 4.0.0-next.57

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.
@@ -48,7 +48,7 @@ export declare class NgtpOutline {
48
48
  selection?: Array<THREE.Object3D | ElementRef<THREE.Object3D>>;
49
49
  selectionLayer: number;
50
50
  }>>;
51
- private ngtSelection;
51
+ private selectionApi;
52
52
  private effectComposer;
53
53
  private store;
54
54
  private selection;
@@ -29,7 +29,7 @@ export declare class NgtpSelectiveBloom {
29
29
  private selectionLayer;
30
30
  private store;
31
31
  private effectComposer;
32
- private ngtSelection;
32
+ private selectionApi;
33
33
  private resolvedLights;
34
34
  private resolvedSelected;
35
35
  private resolvedNgtSelected;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three-postprocessing",
3
- "version": "4.0.0-next.55",
3
+ "version": "4.0.0-next.57",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },