vis-core 0.21.69 → 0.21.70

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.21.69";
1
+ declare const _default: "0.21.70";
2
2
  export default _default;
@@ -135,7 +135,6 @@ export default class extends Base {
135
135
  setLineColorByProperty(key: string, value: any, color: string): void;
136
136
  setLineWidthByProperty(key: string, value: any, width: number | 'origin'): void;
137
137
  addAreaPlaneByProperty(key: string, value: any, options?: {
138
- uid?: string;
139
138
  material?: THREE.Material | Record<string, any>;
140
139
  lineMaterial?: MeshLineMaterial | Record<string, any>;
141
140
  topSegments?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.69",
3
+ "version": "0.21.70",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",