vis-core 0.26.8 → 0.26.10

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.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.26.8";
1
+ declare const _default: "0.26.10";
2
2
  export default _default;
@@ -5,6 +5,7 @@ import { Wk } from 'gl-draw/dist/plugins';
5
5
  import type { PickFunctionsItem } from 'gl-draw/dist/core/Lead/Pick';
6
6
  import { Node } from 'gl-draw/dist/objects';
7
7
  import Arc from "../all/objects/Arc";
8
+ import { Line } from 'gl-draw/dist/objects';
8
9
  import { RoomEnvironment } from 'three/examples/jsm/environments/RoomEnvironment';
9
10
  import * as THREE from 'three';
10
11
  import Camera from "./camera";
@@ -54,7 +55,7 @@ export default class Base extends Camera {
54
55
  Lathe: typeof import("../all/objects/Lathe").default;
55
56
  Octahedron: typeof import("../all/objects/Octahedron").default;
56
57
  Node: typeof Node;
57
- Line: typeof import("gl-draw/dist/objects").Line;
58
+ Line: typeof Line;
58
59
  Line2: typeof import("gl-draw/dist/objects").Line2;
59
60
  ExtrudePolygon: typeof import("gl-draw/dist/objects").ExtrudePolygon;
60
61
  ConicPolygon: typeof import("gl-draw/dist/objects").ConicPolygon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.26.8",
3
+ "version": "0.26.10",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version && bundler",