vis-core 0.21.3 → 0.21.6

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.3";
1
+ declare const _default: "0.21.6";
2
2
  export default _default;
@@ -142,6 +142,7 @@ export default class extends Base {
142
142
  private handlePickTest;
143
143
  hide(): Promise<void>;
144
144
  shadowMapLight?: BaseObject;
145
+ planeShadow?: BaseObject;
145
146
  shadowMapEnabled(): Promise<void>;
146
147
  shadowMapDisabled(): void;
147
148
  getDepth(adcode: number): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.3",
3
+ "version": "0.21.6",
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",