@soonspacejs/plugin-heat-map 2.11.64 → 2.11.66

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.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import SoonSpace from 'soonspacejs';
3
- import type { PluginObject } from 'soonspacejs/types/Library';
3
+ import type { PluginObject } from 'soonspacejs';
4
4
  import HeatMapPlugin, { DrawingParam, ScenePolygonDataPoint, StoreValue, StoreValuePolygon } from '.';
5
5
  declare class CreateDrawing {
6
6
  readonly heatMapPlugin: HeatMapPlugin;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Box2, Matrix4, Vector3 } from 'three';
2
2
  import SoonSpace, { IVector3, PlaneIVector2, SignalsState } from 'soonspacejs';
3
- import type { PluginObject } from 'soonspacejs/types/Library';
3
+ import type { PluginObject } from 'soonspacejs';
4
4
  import HeatMap, { DataPoint } from 'heatmap-ts';
5
5
  import CreateDrawing from './CreateDrawing';
6
6
  export interface SceneDataPoint extends Omit<DataPoint, 'y'> {
package/dist/tools.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import SoonSpace from 'soonspacejs/types/index';
1
+ import SoonSpace from 'soonspacejs';
2
2
  import { Matrix3, Vector3, Box2, Matrix4, ShapeGeometry } from 'three';
3
3
  import { DrawingParam, ScenePolygonDataPoint, StartEventType, StoreValuePolygon } from '.';
4
4
  export declare function getPolygonGeometryInfo(points: Vector3[]): {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-heat-map",
3
3
  "pluginName": "HeatMapPlugin",
4
- "version": "2.11.64",
4
+ "version": "2.11.66",
5
5
  "description": "Haet-map plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -16,8 +16,8 @@
16
16
  "dependencies": {
17
17
  "heatmap-ts": "^0.0.4"
18
18
  },
19
- "gitHead": "e712cc45fee3041dcc249e4036ac5cf8b8b7c4da",
19
+ "gitHead": "a0f9ffa8b324e2d58954445c865e1e6e783378d5",
20
20
  "peerDependencies": {
21
- "soonspacejs": "2.11.64"
21
+ "soonspacejs": "2.11.66"
22
22
  }
23
23
  }