@antv/g-math
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -8,6 +8,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Quad", { | ||
Object.defineProperty(exports, "Arc", { | ||
enumerable: true, | ||
get: function get() { | ||
return _quadratic.default; | ||
return _arc.default; | ||
} | ||
@@ -21,8 +21,2 @@ }); | ||
}); | ||
Object.defineProperty(exports, "Arc", { | ||
enumerable: true, | ||
get: function get() { | ||
return _arc.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Line", { | ||
@@ -46,2 +40,8 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "Quad", { | ||
enumerable: true, | ||
get: function get() { | ||
return _quadratic.default; | ||
} | ||
}); | ||
exports.Util = void 0; | ||
@@ -48,0 +48,0 @@ |
{ | ||
"name": "@antv/g-math", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Geometry util", | ||
@@ -8,5 +8,8 @@ "main": "lib/index.js", | ||
"types": "es/index.d.ts", | ||
"unpkg": "dist/index.umd.js", | ||
"files": [ | ||
"package.json", | ||
"dist", | ||
"es", | ||
"lib", | ||
"LICENSE", | ||
@@ -42,3 +45,3 @@ "README.md" | ||
"homepage": "https://github.com/antvis/g#readme", | ||
"gitHead": "b8af919853fa578b4aa6c5e84715948085ac0170" | ||
"gitHead": "97b0cd921c395a28d0432b33db157723b7967db1" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
116019
58
3230