storyblok 4.0.3 → 4.0.4

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/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -4046,7 +4046,7 @@ typesCommand.command("generate").description("Generate types d.ts for your compo
4046
4046
  }
4047
4047
  });
4048
4048
 
4049
- const version = "4.0.3";
4049
+ const version = "4.0.4";
4050
4050
  const pkg = {
4051
4051
  version: version};
4052
4052
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "storyblok",
3
3
  "type": "module",
4
- "version": "4.0.3",
4
+ "version": "4.0.4",
5
5
  "description": "Storyblok CLI",
6
6
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
7
7
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "ohash": "^2.0.11",
34
34
  "pathe": "^2.0.3",
35
35
  "read-package-up": "^11.0.0",
36
- "@storyblok/js": "4.1.1",
36
+ "@storyblok/js": "4.1.2",
37
37
  "storyblok-js-client": "7.0.2"
38
38
  },
39
39
  "devDependencies": {