storyblok 4.6.0 → 4.6.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -5163,7 +5163,7 @@ program$1.command(`${commands.CREATE} [project-path]`).alias("c").description(`S
5163
5163
  konsola.br();
5164
5164
  });
5165
5165
 
5166
- const version = "4.6.0";
5166
+ const version = "4.6.1";
5167
5167
  const pkg = {
5168
5168
  version: version};
5169
5169
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "storyblok",
3
3
  "type": "module",
4
- "version": "4.6.0",
4
+ "version": "4.6.1",
5
5
  "description": "Storyblok CLI",
6
6
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
7
7
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "open": "^10.1.2",
41
41
  "pathe": "^2.0.3",
42
42
  "read-package-up": "^11.0.0",
43
- "@storyblok/js": "4.2.7",
43
+ "@storyblok/js": "4.2.8",
44
44
  "@storyblok/management-api-client": "0.1.2",
45
45
  "@storyblok/region-helper": "1.3.0",
46
46
  "storyblok-js-client": "7.1.4"