vue-toastflow 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
Framework-agnostic toast engine with a Vue 3 renderer. Typed core, smooth stack animations, CSS-first theming, and full control over layout and behavior.
|
|
8
8
|
</p>
|
|
9
9
|
<p align="center">
|
|
10
|
+
<a href="https://toastflow.adrianjanocko.sk/" target="_blank">Playground</a> ·
|
|
10
11
|
<a href="#usage-vuejs-3-composition-api">Usage</a> ·
|
|
11
12
|
<a href="#configuration">Configuration</a>
|
|
12
13
|
</p>
|
package/package.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"toastify"
|
|
15
15
|
],
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"homepage": "https://toastflow.
|
|
17
|
+
"homepage": "https://toastflow.adrianjanocko.sk",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "https://github.com/adrianjanocko/toastflow.git",
|
|
21
21
|
"directory": "packages/vue"
|
|
22
22
|
},
|
|
23
|
-
"version": "1.0.
|
|
23
|
+
"version": "1.0.1",
|
|
24
24
|
"main": "src/index.ts",
|
|
25
25
|
"module": "src/index.ts",
|
|
26
26
|
"types": "src/index.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"vue": "^3.4.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"toastflow-core": "
|
|
36
|
+
"toastflow-core": "workspace:^"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vitejs/plugin-vue": "^6.0.2",
|