@any-touch/compute
Advanced tools
Comparing version 1.0.12 to 1.0.13-alpha.0
@@ -1,2 +0,2 @@ | ||
import type { Vector, Input } from '@any-touch/shared'; | ||
import { Vector, Input } from '@any-touch/shared'; | ||
export default function (input: Input): { | ||
@@ -3,0 +3,0 @@ startV: Vector; |
@@ -1,2 +0,2 @@ | ||
import type { Input, VS, Point } from '@any-touch/shared'; | ||
import { Input, VS, Point } from '@any-touch/shared'; | ||
/** | ||
@@ -3,0 +3,0 @@ * 计算角度 |
@@ -1,2 +0,2 @@ | ||
import type { directionString } from '@any-touch/shared'; | ||
import { directionString } from '@any-touch/shared'; | ||
declare function ComputeDistance(): (input: any) => { | ||
@@ -3,0 +3,0 @@ displacementX: number; |
@@ -1,2 +0,2 @@ | ||
import type { Input, Point, VS } from '@any-touch/shared'; | ||
import { Input, Point, VS } from '@any-touch/shared'; | ||
declare function ComputeScale(): (input: any) => void | { | ||
@@ -3,0 +3,0 @@ scale: number; |
@@ -1,2 +0,2 @@ | ||
import type { directionString } from '@any-touch/shared'; | ||
import { directionString } from '@any-touch/shared'; | ||
declare function ComputeVAndDir(): (input: any) => { | ||
@@ -3,0 +3,0 @@ speedX: number; |
{ | ||
"name": "@any-touch/compute", | ||
"version": "1.0.12", | ||
"version": "1.0.13-alpha.0", | ||
"main": "dist/index.js", | ||
@@ -14,4 +14,4 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@any-touch/shared": "^1.0.12", | ||
"@any-touch/vector": "^1.0.12", | ||
"@any-touch/shared": "^1.0.13-alpha.0", | ||
"@any-touch/vector": "^1.0.13-alpha.0", | ||
"tslib": "^1.9.3" | ||
@@ -22,3 +22,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "ac34054ccf1ef99c76d20ad33d838ba4855be90f" | ||
"gitHead": "c9139a826374f4da88c50dd5f756b9416a5d1c98" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
11890
3