@storyblok/svelte 5.0.0 → 5.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 +3 -13
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,15 +10,12 @@
|
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<a href="https://www.npmjs.com/package/@storyblok/svelte">
|
|
14
|
-
|
|
15
|
-
</a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/@storyblok/svelte"><img src="https://img.shields.io/npm/v/@storyblok/svelte/latest.svg?style=flat-square" alt="npm package" /></a>
|
|
14
|
+
<img src="https://img.shields.io/badge/Svelte-5.x%20Ready-FF3E00?style=flat-square&logo=svelte" alt="Svelte 5 Ready" />
|
|
16
15
|
</p>
|
|
17
16
|
|
|
18
17
|
<p align="center">
|
|
19
|
-
<a href="https://discord.gg/jKrbAMz">
|
|
20
|
-
<img src="https://img.shields.io/discord/700316478792138842?label=Join%20Our%20Discord%20Community&style=appveyor&logo=discord&color=09b3af">
|
|
21
|
-
</a>
|
|
18
|
+
<a href="https://discord.gg/jKrbAMz"><img src="https://img.shields.io/discord/700316478792138842?label=Join%20Our%20Discord%20Community&style=appveyor&logo=discord&color=09b3af"></a>
|
|
22
19
|
<a href="https://twitter.com/intent/follow?screen_name=storyblok">
|
|
23
20
|
<img src="https://img.shields.io/badge/Follow-%40storyblok-09b3af?style=appveyor&logo=twitter" alt="Follow @Storyblok" />
|
|
24
21
|
</a>
|
|
@@ -29,13 +26,6 @@
|
|
|
29
26
|
</a>
|
|
30
27
|
</p>
|
|
31
28
|
|
|
32
|
-
<p align="center">
|
|
33
|
-
<a href="https://www.npmjs.com/package/@storyblok/svelte">
|
|
34
|
-
<img src="https://img.shields.io/npm/v/@storyblok/svelte/latest.svg?style=flat-square" alt="npm package" />
|
|
35
|
-
</a>
|
|
36
|
-
<img src="https://img.shields.io/badge/Svelte-5.x%20Ready-FF3E00?style=flat-square&logo=svelte" alt="Svelte 5 Ready" />
|
|
37
|
-
</p>
|
|
38
|
-
|
|
39
29
|
## Kickstart a new project
|
|
40
30
|
Are you eager to dive into coding? **[Follow these steps to kickstart a new project with Storyblok and Svelte](https://www.storyblok.com/technologies?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-svelte#sveltekit)**, and get started in just a few minutes!
|
|
41
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/svelte",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"packageManager": "pnpm@9.15.9",
|
|
7
7
|
"description": "SDK to integrate Storyblok into your project using Svelte.",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"svelte": "^5.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@storyblok/js": "3.3.
|
|
62
|
+
"@storyblok/js": "3.3.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@commitlint/cli": "^19.8.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
200
|
|
100
100
|
],
|
|
101
101
|
"footer-max-line-length": [
|
|
102
|
-
|
|
102
|
+
0,
|
|
103
103
|
"always",
|
|
104
104
|
"Infinity"
|
|
105
105
|
]
|