@scalar/use-toasts
Advanced tools
Comparing version 0.6.1 to 0.6.4
# @scalar/use-toasts | ||
## 0.6.4 | ||
### Patch Changes | ||
- 45dc04b: fix: can’t release packages | ||
## 0.6.3 | ||
### Patch Changes | ||
- 05e2e27: chore: add provenance statement | ||
## 0.6.2 | ||
### Patch Changes | ||
- b234d1d: feat: added two events to standalone references build with tests | ||
## 0.6.1 | ||
@@ -4,0 +22,0 @@ |
@@ -8,2 +8,7 @@ { | ||
"bugs": "https://github.com/scalar/scalar/issues/new/choose", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/scalar/scalar.git", | ||
"directory": "packages/use-toasts" | ||
}, | ||
"keywords": [ | ||
@@ -16,3 +21,3 @@ "composable", | ||
], | ||
"version": "0.6.1", | ||
"version": "0.6.4", | ||
"engines": { | ||
@@ -27,16 +32,11 @@ "node": ">=18" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/scalar/scalar.git", | ||
"directory": "packages/use-toasts" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vitest/coverage-v8": "^1.2.2", | ||
"@vitest/coverage-v8": "^1.5.0", | ||
"nanoid": "^5.0.1", | ||
"tsc-alias": "^1.8.8", | ||
"vite": "^5.1.1", | ||
"vite": "^5.2.10", | ||
"vite-plugin-css-injected-by-js": "^3.4.0", | ||
"vitest": "^1.2.2", | ||
"vue": "^3.3.0", | ||
"vitest": "^1.5.0", | ||
"vue": "^3.4.21", | ||
"vue-tsc": "^1.8.19" | ||
@@ -43,0 +43,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45202
0