@storyblok/js 4.0.3 → 4.1.0

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +10 -8
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  <a href="https://npmjs.com/package/@storyblok/js" rel="nofollow">
17
17
  <img src="https://img.shields.io/npm/dt/@storyblok/js.svg?style=appveyor&color=8d60ff" alt="npm">
18
18
  </a>
19
- <a href="https://discord.gg/jKrbAMz">
19
+ <a href="https://storyblok.com/join-discord">
20
20
  <img src="https://img.shields.io/discord/700316478792138842?label=Join%20Our%20Discord%20Community&style=appveyor&logo=discord&color=8d60ff">
21
21
  </a>
22
22
  <a href="https://twitter.com/intent/follow?screen_name=storyblok">
@@ -49,7 +49,7 @@ For help, discussion about best practices, or any other conversation that would
49
49
 
50
50
  For community support, chatting with other users, please visit:
51
51
 
52
- - [Discuss Storyblok on Discord](https://discord.gg/jKrbAMz)
52
+ - [Discuss Storyblok on Discord](https://storyblok.com/join-discord)
53
53
 
54
54
  ## Support
55
55
 
@@ -64,7 +64,7 @@ We understand that you might not be able to share your company's project code. P
64
64
 
65
65
  ### Feedback
66
66
 
67
- If you have a question, please ask in the [Discuss Storyblok on Discord](https://discord.gg/jKrbAMz) channel.
67
+ If you have a question, please ask in the [Discuss Storyblok on Discord](https://storyblok.com/join-discord) channel.
68
68
 
69
69
 
70
70
  ## License
package/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "@storyblok/js",
3
3
  "type": "module",
4
- "version": "4.0.3",
4
+ "version": "4.1.0",
5
5
  "private": false,
6
6
  "description": "SDK to integrate Storyblok into your project using JavaScript.",
7
7
  "license": "MIT",
8
+ "homepage": "https://github.com/storyblok/monoblok/tree/main/packages/js#readme",
8
9
  "repository": {
9
10
  "type": "git",
10
- "url": "https://github.com/storyblok/storyblok-js"
11
+ "url": "https://github.com/storyblok/monoblok.git",
12
+ "directory": "packages/js"
11
13
  },
12
14
  "bugs": {
13
- "url": "https://github.com/storyblok/storyblok-js/issues"
15
+ "url": "https://github.com/storyblok/monoblok/issues"
14
16
  },
15
17
  "exports": {
16
18
  ".": {
@@ -26,14 +28,14 @@
26
28
  "dist"
27
29
  ],
28
30
  "dependencies": {
29
- "@storyblok/richtext": "3.3.1",
30
- "storyblok-js-client": "npm:@storyblok/js-client@7.0.1"
31
+ "storyblok-js-client": "7.0.1",
32
+ "@storyblok/richtext": "3.4.0"
31
33
  },
32
34
  "devDependencies": {
33
35
  "@storyblok/eslint-config": "^0.3.0",
34
36
  "@tsconfig/recommended": "^1.0.8",
35
- "@types/node": "^22.15.1",
36
- "@vitest/ui": "3.1.3",
37
+ "@types/node": "^22.15.18",
38
+ "@vitest/ui": "^3.1.3",
37
39
  "cypress": "^14.3.3",
38
40
  "eslint": "^9.26.0",
39
41
  "eslint-plugin-cypress": "^4.3.0",
@@ -56,7 +58,7 @@
56
58
  "nx": {
57
59
  "implicitDependencies": [
58
60
  "!@storyblok/playground-*",
59
- "@storyblok/js-client"
61
+ "storyblok-js-client"
60
62
  ]
61
63
  },
62
64
  "scripts": {