vis-core 0.21.48 → 0.21.50

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.
@@ -1,5 +1,8 @@
1
1
  declare const _default: (renderer: string) => {
2
2
  tier: number;
3
3
  gpu: string;
4
+ } | {
5
+ tier: number;
6
+ renderer: string;
4
7
  };
5
8
  export default _default;
@@ -1,4 +1,4 @@
1
- import tier3GPU from './tier3GPU.json';
1
+ import tier0GPU from './tier0GPU.json';
2
2
  type ModelEntryScreen = [number, number, number, string | undefined];
3
3
  export type ModelEntry = [string, string, string, 0 | 1, ModelEntryScreen[]];
4
- export default tier3GPU;
4
+ export default tier0GPU;
package/dist/index.d.ts CHANGED
@@ -8,3 +8,4 @@ export * from './getVisConfig';
8
8
  export declare const access: {
9
9
  token: string;
10
10
  };
11
+ export declare const VERSION = "0.21.50";