@antv/g-mobile
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,3 +0,3 @@ | ||
import { Syringe } from 'mana-syringe'; | ||
import { RendererPlugin } from '@antv/g'; | ||
import type { Syringe } from 'mana-syringe'; | ||
import type { RendererPlugin } from '@antv/g'; | ||
export declare class ContextRegisterPlugin implements RendererPlugin { | ||
@@ -4,0 +4,0 @@ init(container: Syringe.Container): void; |
@@ -1,3 +0,3 @@ | ||
import { Syringe } from 'mana-syringe'; | ||
import { RendererPlugin } from '@antv/g'; | ||
import type { Syringe } from 'mana-syringe'; | ||
import type { RendererPlugin } from '@antv/g'; | ||
export declare class ContextRegisterPlugin implements RendererPlugin { | ||
@@ -4,0 +4,0 @@ init(container: Syringe.Container): void; |
{ | ||
"name": "@antv/g-mobile", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A renderer implemented with Canvas2D API in mobile environment", | ||
@@ -40,5 +40,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@antv/g-plugin-canvas-picker": "^1.0.14", | ||
"@antv/g-plugin-canvas-renderer": "^1.0.14", | ||
"@antv/g-plugin-mobile-interaction": "^0.0.3", | ||
"@antv/g-plugin-canvas-picker": "^1.0.15", | ||
"@antv/g-plugin-canvas-renderer": "^1.0.15", | ||
"@antv/g-plugin-mobile-interaction": "^0.0.4", | ||
"@antv/util": "^2.0.13", | ||
@@ -54,3 +54,3 @@ "tslib": "^2.3.1" | ||
}, | ||
"gitHead": "0c7b71ca68a0ada7e50c9eeec3c47f9b7de44f01" | ||
"gitHead": "c32d65599adc9e7c3d31ca5710fb3968e01bff43" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116267
+ Added@antv/g-plugin-mobile-interaction@0.0.4(transitive)
- Removed@antv/g-plugin-mobile-interaction@0.0.3(transitive)