@antv/g-webgpu
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -1,2 +0,2 @@ | ||
import { Syringe, inject, CanvasConfig, singleton, ContextService, setDOMSize, isString, isBrowser, Module, AbstractRenderer } from '@antv/g'; | ||
import { Syringe, setDOMSize, inject, CanvasConfig, singleton, ContextService, isString, isBrowser, Module, AbstractRenderer } from '@antv/g'; | ||
import { Plugin } from '@antv/g-plugin-device-renderer'; | ||
@@ -3,0 +3,0 @@ import * as DeviceRenderer from '@antv/g-plugin-device-renderer'; |
{ | ||
"name": "@antv/g-webgpu", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A renderer implemented by WebGPU", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"author": "https://github.com/orgs/antvis/people", | ||
"sideEffects": true, | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
@@ -32,7 +32,7 @@ "unpkg": "dist/index.umd.min.js", | ||
"dependencies": { | ||
"@antv/g-plugin-device-renderer": "^1.4.0", | ||
"@antv/g-plugin-dom-interaction": "^1.4.0", | ||
"@antv/g-plugin-html-renderer": "^1.4.0", | ||
"@antv/g-plugin-image-loader": "^0.3.0", | ||
"@antv/g-plugin-webgpu-device": "^1.4.0" | ||
"@antv/g-plugin-device-renderer": "^1.5.0", | ||
"@antv/g-plugin-dom-interaction": "^1.5.0", | ||
"@antv/g-plugin-html-renderer": "^1.5.0", | ||
"@antv/g-plugin-image-loader": "^0.4.0", | ||
"@antv/g-plugin-webgpu-device": "^1.5.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e080a6f903694e931383943c5ad8fbf84731c460" | ||
"gitHead": "464ea5f09af7cd041434233f113feeec3912357e" | ||
} |
1132697
+ Added@antv/g-plugin-image-loader@0.4.3(transitive)
- Removed@antv/g-plugin-image-loader@0.3.0(transitive)