@vexip-ui/utils
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -1024,2 +1024,4 @@ import type { RendererElement } from 'vue'; | ||
export declare function runQueueFrame(queue: Array<() => void>): () => boolean; | ||
export declare const SECOND_ON_MILLS = 1000; | ||
@@ -1026,0 +1028,0 @@ |
{ | ||
"name": "@vexip-ui/utils", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"license": "MIT", | ||
@@ -28,4 +28,6 @@ "author": "qmhc", | ||
"build": "vite build", | ||
"test": "vitest" | ||
"test": "vitest run", | ||
"test:cover": "vitest run --coverage", | ||
"test:dev": "vitest dev" | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
367972
2698