@soonspacejs/plugin-measuring 2.11.31 → 2.11.33

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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -86,7 +86,7 @@ declare class MeasuringPlugin {
86
86
  /**
87
87
  * Creates the arc curve to indicate the angle in degree
88
88
  */
89
- createCurve(p0: Vector3, p1: Vector3, p2: Vector3): Line<BufferGeometry<import("three").NormalBufferAttributes>, LineBasicMaterial>;
89
+ createCurve(p0: Vector3, p1: Vector3, p2: Vector3): Line<BufferGeometry<import("three").NormalBufferAttributes>, LineBasicMaterial, import("three").Object3DEventMap>;
90
90
  /**
91
91
  * Calculates area
92
92
  * TODO: for concave polygon, the value doesn't right, need to fix it
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-measuring",
3
3
  "pluginName": "MeasuringPlugin",
4
- "version": "2.11.31",
4
+ "version": "2.11.33",
5
5
  "description": "Measuring plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,8 +13,8 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "42da91b99f1bf88f39cfaa590692bf53f8583741",
16
+ "gitHead": "0991e99ba1a0fb1a4787899bf13a4c7663fb1d6d",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.11.31"
18
+ "soonspacejs": "2.11.33"
19
19
  }
20
20
  }