@soonspacejs/plugin-drawing-shape 2.10.7 → 2.10.9

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
@@ -30,7 +30,7 @@ export default class DrawIngShapePlugin {
30
30
  readonly ssp: SoonSpace;
31
31
  readonly viewport: SoonSpace['viewport'];
32
32
  constructor(ssp: SoonSpace);
33
- getFirstIntersect(event: MouseEvent, drawingObj?: (Object3D | null)[] | Object3D | null): import("soonspacejs").Intersection<Object3D<import("soonspacejs").Object3DEventMap>>;
33
+ getFirstIntersect(event: MouseEvent, drawingObj?: (Object3D | null)[] | Object3D | null): import("three").Intersection<Object3D<import("three").Object3DEventMap>>;
34
34
  /**
35
35
  * 绘图时使用的临时 layer
36
36
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-drawing-shape",
3
3
  "pluginName": "DrawingShapePlugin",
4
- "version": "2.10.7",
4
+ "version": "2.10.9",
5
5
  "description": "DrawingShapePlugin 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": "bd1b28341fdb603168648a99dbcb043c02985e9c",
16
+ "gitHead": "386a1db55f6cbff7d00d476842b535ff5612cef3",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.10.7"
18
+ "soonspacejs": "2.10.9"
19
19
  }
20
20
  }