@any-touch/vector
Advanced tools
Comparing version 0.6.0-beta.9 to 0.6.0-beta.11
{ | ||
"name": "@any-touch/vector", | ||
"version": "0.6.0-beta.9", | ||
"version": "0.6.0-beta.11", | ||
"description": "any-touch中向量计算相关的函数.", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@any-touch/shared": "^0.6.0-beta.9" | ||
"@any-touch/shared": "^0.6.0-beta.11" | ||
}, | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "07f846a6fe86b0b3a69ee4d8988dd6d9771d7659" | ||
"gitHead": "85e41ecb437b2c532f098cdc73f95dcf066473cd" | ||
} |
@@ -8,2 +8,3 @@ export { default as angleToRadian } from './angleToRadian'; | ||
export { default as getVLength } from './getVLength'; | ||
export { default as radianToAngle } from './radianToAngle'; | ||
export { default as radianToAngle } from './radianToAngle'; | ||
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
8753
236