@antv/g-webgpu
Advanced tools
Comparing version 1.9.37-next.13 to 1.9.37
@@ -1,2 +0,2 @@ | ||
import { __awaiter, __generator, __extends } from 'tslib'; | ||
import { __awaiter, __generator, __extends, __assign } from 'tslib'; | ||
import { setDOMSize, isBrowser, AbstractRendererPlugin, ClipSpaceNearZ, AbstractRenderer } from '@antv/g-lite'; | ||
@@ -127,3 +127,3 @@ import * as DeviceRenderer from '@antv/g-plugin-device-renderer'; | ||
function Renderer(config) { | ||
var _this = _super.call(this, config) || this; | ||
var _this = _super.call(this, __assign({ enableSizeAttenuation: false }, config)) || this; | ||
_this.clipSpaceNearZ = ClipSpaceNearZ.ZERO; | ||
@@ -130,0 +130,0 @@ var deviceRendererPlugin = new DeviceRenderer.Plugin(); |
@@ -148,3 +148,3 @@ 'use strict'; | ||
function Renderer(config) { | ||
var _this = _super.call(this, config) || this; | ||
var _this = _super.call(this, tslib.__assign({ enableSizeAttenuation: false }, config)) || this; | ||
_this.clipSpaceNearZ = gLite.ClipSpaceNearZ.ZERO; | ||
@@ -151,0 +151,0 @@ var deviceRendererPlugin = new DeviceRenderer__namespace.Plugin(); |
{ | ||
"name": "@antv/g-webgpu", | ||
"version": "1.9.37-next.13", | ||
"version": "1.9.37", | ||
"description": "A renderer implemented by WebGPU", | ||
@@ -39,7 +39,7 @@ "keywords": [ | ||
"tslib": "^2.5.3", | ||
"@antv/g-lite": "1.3.0-next.13", | ||
"@antv/g-plugin-html-renderer": "1.9.25-next.13", | ||
"@antv/g-plugin-image-loader": "1.4.0-next.13", | ||
"@antv/g-plugin-dom-interaction": "1.9.22-next.13", | ||
"@antv/g-plugin-device-renderer": "1.10.0-next.13" | ||
"@antv/g-lite": "1.2.22", | ||
"@antv/g-plugin-device-renderer": "1.9.34", | ||
"@antv/g-plugin-dom-interaction": "1.9.22", | ||
"@antv/g-plugin-html-renderer": "1.9.25", | ||
"@antv/g-plugin-image-loader": "1.3.22" | ||
}, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1703646
1590
+ Added@antv/g-lite@1.2.22(transitive)
+ Added@antv/g-plugin-device-renderer@1.9.34(transitive)
+ Added@antv/g-plugin-dom-interaction@1.9.22(transitive)
+ Added@antv/g-plugin-html-renderer@1.9.25(transitive)
+ Added@antv/g-plugin-image-loader@1.3.22(transitive)
- Removed@antv/g-lite@1.3.0-next.13(transitive)
- Removed@antv/g-plugin-device-renderer@1.10.0-next.13(transitive)
- Removed@antv/g-plugin-dom-interaction@1.9.22-next.13(transitive)
- Removed@antv/g-plugin-html-renderer@1.9.25-next.13(transitive)
- Removed@antv/g-plugin-image-loader@1.4.0-next.13(transitive)
Updated@antv/g-lite@1.2.22