@any-touch/tap
Advanced tools
Comparing version 0.6.0-beta.8 to 0.6.0-beta.9
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "@any-touch/tap", | ||
"version": "0.6.0-beta.8", | ||
"version": "0.6.0-beta.9", | ||
"description": "any-touch的识别器, 用来识别点击手势.", | ||
"main": "./dist/index", | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/index.es.js", | ||
"types": "types/index.d.ts", | ||
@@ -11,6 +11,6 @@ "author": "any86", | ||
"dependencies": { | ||
"@any-touch/compute": "^0.6.0-beta.8", | ||
"@any-touch/recognizer": "^0.6.0-beta.8", | ||
"@any-touch/shared": "^0.6.0-beta.8", | ||
"@any-touch/vector": "^0.6.0-beta.8" | ||
"@any-touch/compute": "^0.6.0-beta.9", | ||
"@any-touch/recognizer": "^0.6.0-beta.9", | ||
"@any-touch/shared": "^0.6.0-beta.9", | ||
"@any-touch/vector": "^0.6.0-beta.9" | ||
}, | ||
@@ -20,3 +20,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "844b80ab7d6ba2cf1c4728b0eb778214d72819ec" | ||
"gitHead": "07f846a6fe86b0b3a69ee4d8988dd6d9771d7659" | ||
} |
@@ -0,0 +0,0 @@ import { Point, Input } from '@any-touch/shared/types'; |
@@ -0,0 +0,0 @@ import { Point, Input } from '@any-touch/shared/types'; |
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
19677
468