@scalar/use-tooltip
Advanced tools
Comparing version 0.5.2 to 0.5.3
# @scalar/use-tooltip | ||
## 0.5.3 | ||
### Patch Changes | ||
- 1cbcabd7: lots of amazing fixes from when we missed last patch | ||
## 0.5.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@scalar/use-tooltip", | ||
"description": "use tooltips with Vue", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": "Scalar (https://github.com/scalar)", | ||
@@ -55,4 +55,4 @@ "bugs": "https://github.com/scalar/scalar/issues/new", | ||
"types:build": "vue-tsc -p tsconfig.build.json", | ||
"types:check": "vue-tsc --noEmit --skipLibCheck" | ||
"types:check": "vue-tsc --noEmit --skipLibCheck --composite false" | ||
} | ||
} |
101204