vis-core 0.28.31 → 0.28.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.
@@ -0,0 +1 @@
1
+ export {};
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.28.31";
1
+ declare const _default: "0.28.33";
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
1
  export { default as Base } from './base';
2
- export { default as Map } from './map';
3
2
  export { default as City } from './city';
4
3
  export { default as Earth } from './earth';
4
+ export { default as Map } from './map';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.28.31",
3
+ "version": "0.28.33",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version && PUBLIC_EXCLUDE=true bundler",
@@ -49,7 +49,7 @@
49
49
  "jszip": "^3.10.1",
50
50
  "pinia": "^2.2.4",
51
51
  "tailwind-config-bundler": "^0.4.6",
52
- "three": "^0.178.0",
52
+ "three": "^0.179.0",
53
53
  "vite-plugin-javascript-obfuscator": "^3.1.0",
54
54
  "vite-plugin-markdown": "^2.2.0",
55
55
  "vite-plugin-static-copy": "^2.2.0",
@@ -61,12 +61,12 @@
61
61
  "dependencies": {
62
62
  "@turf/turf": "^6.5.0",
63
63
  "@types/crypto-js": "^4.2.2",
64
- "@types/three": "^0.178.0",
64
+ "@types/three": "^0.178.1",
65
65
  "crypto-js": "^4.2.0",
66
66
  "esus-lite": "^0.2.8",
67
67
  "events": "^3.3.0",
68
68
  "geojson-cn": "^0.2.5",
69
- "gl-draw": "0.15.0-beta.44",
69
+ "gl-draw": "0.15.28",
70
70
  "jsrsasign": "^11.1.0",
71
71
  "lodash-es": "^4.17.21"
72
72
  },