vis-core 0.21.46 → 0.21.47

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.
@@ -48349,7 +48349,7 @@ function createAreaLightMaterial(de) {
48349
48349
  const e = new MeshBasicMaterial();
48350
48350
  return e.color.setScalar(de), e;
48351
48351
  }
48352
- const version = "0.21.46";
48352
+ const version = "0.21.47";
48353
48353
  class Event {
48354
48354
  constructor() {
48355
48355
  w0(this, "event", new EventEmitter());
@@ -49943,6 +49943,11 @@ const apple = [
49943
49943
  "760",
49944
49944
  "760m amd radeon"
49945
49945
  ],
49946
+ [
49947
+ "amd radeon 780m",
49948
+ "780",
49949
+ "780m amd radeon"
49950
+ ],
49946
49951
  [
49947
49952
  "amd radeon 7950 x2",
49948
49953
  "7950",
@@ -50694,6 +50699,11 @@ const apple = [
50694
50699
  "760",
50695
50700
  "760m amd radeon"
50696
50701
  ],
50702
+ [
50703
+ "amd radeon 780m",
50704
+ "780",
50705
+ "780m amd radeon"
50706
+ ],
50697
50707
  [
50698
50708
  "amd radeon 7950 x2",
50699
50709
  "7950",
@@ -51870,6 +51880,11 @@ const apple = [
51870
51880
  "4070",
51871
51881
  "4070 geforce gpu laptop nvidia rtx"
51872
51882
  ],
51883
+ [
51884
+ "nvidia geforce rtx 4070 super",
51885
+ "4070",
51886
+ "4070 geforce nvidia rtx super"
51887
+ ],
51873
51888
  [
51874
51889
  "nvidia geforce rtx 4070 ti",
51875
51890
  "4070",
@@ -52691,6 +52706,11 @@ const apple = [
52691
52706
  "4070",
52692
52707
  "4070 geforce gpu laptop nvidia rtx"
52693
52708
  ],
52709
+ [
52710
+ "nvidia geforce rtx 4070 super",
52711
+ "4070",
52712
+ "4070 geforce nvidia rtx super"
52713
+ ],
52694
52714
  [
52695
52715
  "nvidia geforce rtx 4070 ti",
52696
52716
  "4070",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.21.46";
1
+ declare const _default: "0.21.47";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.46",
3
+ "version": "0.21.47",
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",