@antv/g-canvas
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -12,4 +12,4 @@ import { __assign } from "tslib"; | ||
import inArc from './in-stroke/arc'; | ||
import * as mat3 from '@antv/gl-matrix/lib/gl-matrix/mat3'; | ||
import * as vec3 from '@antv/gl-matrix/lib/gl-matrix/vec3'; | ||
import * as mat3 from 'gl-matrix/mat3'; | ||
import * as vec3 from 'gl-matrix/vec3'; | ||
function hasArc(path) { | ||
@@ -16,0 +16,0 @@ var hasArc = false; |
@@ -14,4 +14,4 @@ "use strict"; | ||
var arc_1 = require("./in-stroke/arc"); | ||
var mat3 = require("@antv/gl-matrix/lib/gl-matrix/mat3"); | ||
var vec3 = require("@antv/gl-matrix/lib/gl-matrix/vec3"); | ||
var mat3 = require("gl-matrix/mat3"); | ||
var vec3 = require("gl-matrix/vec3"); | ||
function hasArc(path) { | ||
@@ -18,0 +18,0 @@ var hasArc = false; |
{ | ||
"name": "@antv/g-canvas", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "A canvas library which providing 2d", | ||
@@ -58,10 +58,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@antv/g-base": "^0.4.3", | ||
"@antv/g-math": "^0.1.2", | ||
"@antv/gl-matrix": "~2.7.1", | ||
"@antv/g-base": "^0.4.4", | ||
"@antv/g-math": "^0.1.3", | ||
"@antv/path-util": "~2.0.5", | ||
"@antv/util": "~2.0.0" | ||
"@antv/util": "~2.0.0", | ||
"gl-matrix": "^3.0.0" | ||
}, | ||
"__npminstall_done": false, | ||
"gitHead": "fe04f52a6246064fcb001a4b1c79862a9eff452a" | ||
"gitHead": "c809a87a65d3cf6f1f54db1c6653f474fdfe74bd" | ||
} |
Sorry, the diff of this file is too big to display
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 not supported yet
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
1394201
7444
+ Addedgl-matrix@^3.0.0
- Removed@antv/gl-matrix@~2.7.1
- Removed@antv/gl-matrix@2.7.1(transitive)
Updated@antv/g-base@^0.4.4
Updated@antv/g-math@^0.1.3