storyblok 4.2.0 → 4.2.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 +6 -4
package/dist/index.mjs CHANGED
@@ -4872,7 +4872,7 @@ program$1.command(`${commands.CREATE} [project-path]`).alias("c").description(`S
4872
4872
  konsola.br();
4873
4873
  });
4874
4874
 
4875
- const version = "4.2.0";
4875
+ const version = "4.2.1";
4876
4876
  const pkg = {
4877
4877
  version: version};
4878
4878
 
package/package.json CHANGED
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "name": "storyblok",
3
3
  "type": "module",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "description": "Storyblok CLI",
6
6
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/storyblok/storyblok-cli.git"
10
+ "url": "https://github.com/storyblok/monoblok.git",
11
+ "branch": "main",
12
+ "directory": "packages/cli"
11
13
  },
12
14
  "keywords": [
13
15
  "storyblok",
@@ -35,8 +37,8 @@
35
37
  "open": "^10.1.2",
36
38
  "pathe": "^2.0.3",
37
39
  "read-package-up": "^11.0.0",
38
- "@storyblok/js": "4.2.0",
39
- "storyblok-js-client": "7.1.0"
40
+ "@storyblok/js": "4.2.1",
41
+ "storyblok-js-client": "7.1.1"
40
42
  },
41
43
  "devDependencies": {
42
44
  "@release-it/conventional-changelog": "10.0.0",