@scalar/use-toasts
Advanced tools
+8
-0
| # @scalar/use-toasts | ||
| ## 0.9.1 | ||
| ### Patch Changes | ||
| - [#7473](https://github.com/scalar/scalar/pull/7473) [`ea13cd2`](https://github.com/scalar/scalar/commit/ea13cd2a44ff1ba7f19abcfcad1e51c9e7a0b75d) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: remove `nanoid` unused dependency | ||
| - [#7473](https://github.com/scalar/scalar/pull/7473) [`ea13cd2`](https://github.com/scalar/scalar/commit/ea13cd2a44ff1ba7f19abcfcad1e51c9e7a0b75d) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: use named exports instead of star | ||
| ## 0.9.0 | ||
@@ -4,0 +12,0 @@ |
+1
-1
| export { default as ScalarToasts } from './components/ScalarToasts.vue.js'; | ||
| export * from './hooks'; | ||
| export { type ToastFunction, type ToastOptions, initializeToasts, useToasts, } from './hooks/useToasts.js'; | ||
| //# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,cAAc,SAAS,CAAA"} | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,gBAAgB,EAChB,SAAS,GACV,MAAM,mBAAmB,CAAA"} |
+9
-3
@@ -20,3 +20,3 @@ { | ||
| ], | ||
| "version": "0.9.0", | ||
| "version": "0.9.1", | ||
| "engines": { | ||
@@ -27,2 +27,9 @@ "node": ">=20" | ||
| "main": "dist/index.js", | ||
| "exports": { | ||
| ".": { | ||
| "import": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "default": "./dist/index.js" | ||
| } | ||
| }, | ||
| "files": [ | ||
@@ -33,3 +40,2 @@ "dist", | ||
| "dependencies": { | ||
| "nanoid": "5.1.5", | ||
| "vue": "^3.5.21", | ||
@@ -44,3 +50,3 @@ "vue-sonner": "^1.0.3" | ||
| "vitest": "3.2.4", | ||
| "@scalar/build-tooling": "0.2.8" | ||
| "@scalar/build-tooling": "0.3.1" | ||
| }, | ||
@@ -47,0 +53,0 @@ "scripts": { |
| export * from './useToasts.js'; | ||
| //# sourceMappingURL=index.d.ts.map |
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"} |
12347
5.02%2
-33.33%14
-12.5%79
-1.25%- Removed
- Removed