storyblok 4.6.12 → 4.6.13

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 +3 -3
package/dist/index.mjs CHANGED
@@ -5195,7 +5195,7 @@ program$1.command(`${commands.CREATE} [project-path]`).alias("c").description(`S
5195
5195
  konsola.br();
5196
5196
  });
5197
5197
 
5198
- const version = "4.6.12";
5198
+ const version = "4.6.13";
5199
5199
  const pkg = {
5200
5200
  version: version};
5201
5201
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "storyblok",
3
3
  "type": "module",
4
- "version": "4.6.12",
4
+ "version": "4.6.13",
5
5
  "description": "Storyblok CLI",
6
6
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
7
7
  "license": "MIT",
@@ -40,10 +40,10 @@
40
40
  "open": "^10.1.2",
41
41
  "pathe": "^2.0.3",
42
42
  "read-package-up": "^11.0.0",
43
- "@storyblok/js": "4.4.0",
43
+ "@storyblok/js": "4.4.1",
44
44
  "@storyblok/management-api-client": "0.1.6",
45
45
  "@storyblok/region-helper": "1.3.1",
46
- "storyblok-js-client": "7.1.5"
46
+ "storyblok-js-client": "7.1.6"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@release-it/conventional-changelog": "10.0.0",