vis-core 0.18.7 → 0.18.8
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/index.js +1 -1
- package/dist/index.module.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.module.js
CHANGED
|
@@ -43581,7 +43581,7 @@ function sa(i) {
|
|
|
43581
43581
|
const t = new Dt();
|
|
43582
43582
|
return t.color.setScalar(i), t;
|
|
43583
43583
|
}
|
|
43584
|
-
const Xf = "0.18.
|
|
43584
|
+
const Xf = "0.18.8";
|
|
43585
43585
|
class Rz {
|
|
43586
43586
|
constructor() {
|
|
43587
43587
|
A(this, "event", new vX());
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.18.
|
|
1
|
+
declare const _default: "0.18.8";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vis-core",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.8",
|
|
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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"crypto-js": "^4.2.0",
|
|
65
65
|
"esus-lite": "^0.2.2",
|
|
66
66
|
"events": "^3.3.0",
|
|
67
|
-
"geojson-cn": "^0.1.
|
|
67
|
+
"geojson-cn": "^0.1.26",
|
|
68
68
|
"gl-draw": "0.9.46",
|
|
69
69
|
"jsrsasign": "^11.1.0",
|
|
70
70
|
"lodash-es": "^4.17.21"
|