@scalar/use-toasts
Advanced tools
+6
-0
| # @scalar/use-toasts | ||
| ## 0.10.0 | ||
| ### Minor Changes | ||
| - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS) | ||
| ## 0.9.1 | ||
@@ -4,0 +10,0 @@ |
@@ -1,3 +0,4 @@ | ||
| declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; | ||
| declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; | ||
| declare const _default: typeof __VLS_export; | ||
| export default _default; | ||
| //# sourceMappingURL=ScalarToasts.vue.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"ScalarToasts.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarToasts.vue"],"names":[],"mappings":";AAoJA,wBAKG"} | ||
| {"version":3,"file":"ScalarToasts.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarToasts.vue"],"names":[],"mappings":"AA2IA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"} |
+7
-7
@@ -20,5 +20,5 @@ { | ||
| ], | ||
| "version": "0.9.1", | ||
| "version": "0.10.0", | ||
| "engines": { | ||
| "node": ">=20" | ||
| "node": ">=22" | ||
| }, | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
| "dependencies": { | ||
| "vue": "^3.5.21", | ||
| "vue": "^3.5.26", | ||
| "vue-sonner": "^1.0.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue": "6.0.1", | ||
| "@vitejs/plugin-vue": "^6.0.3", | ||
| "@vue/test-utils": "2.4.6", | ||
| "vite": "7.1.11", | ||
| "vite": "^7.3.1", | ||
| "vite-plugin-css-injected-by-js": "^3.4.0", | ||
| "vitest": "3.2.4", | ||
| "@scalar/build-tooling": "0.3.1" | ||
| "vitest": "4.0.16", | ||
| "@scalar/build-tooling": "0.5.0" | ||
| }, | ||
@@ -51,0 +51,0 @@ "scripts": { |
12583
1.91%80
1.27%Updated