sb-mig 5.1.1 → 5.1.2-beta.2

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.
@@ -273,10 +273,10 @@ export const backup = async (props) => {
273
273
  if (res) {
274
274
  await createAndSaveToFile({
275
275
  ext: "json",
276
- filename: `${component.name}.presets.sb.json`,
276
+ filename: `${component.name}.presets.sb`,
277
277
  res: { allPresets: res, ...metadata },
278
278
  folder: storyblokConfig.presetsBackupDirectory,
279
- }, { ...apiConfig, sbmigWorkingDirectory: "" });
279
+ }, { ...apiConfig, sbmigWorkingDirectory: "." });
280
280
  }
281
281
  })
282
282
  .catch((err) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sb-mig",
3
- "version": "5.1.1",
3
+ "version": "5.1.2-beta.2",
4
4
  "description": "CLI to rule the world. (and handle stuff related to Storyblok CMS)",
5
5
  "author": "Marcin Krawczyk <marckraw@icloud.com>",
6
6
  "license": "MIT",
@@ -53,23 +53,23 @@
53
53
  "dependencies": {
54
54
  "@swc/core": "1.3.41",
55
55
  "@swc/helpers": "0.4.14",
56
- "chalk": "^5.1.2",
57
- "dotenv": "^16.1.4",
56
+ "chalk": "^5.3.0",
57
+ "dotenv": "^16.3.1",
58
58
  "form-data": "^4.0.0",
59
59
  "fs-extra": "^11.1.1",
60
60
  "glob": "8",
61
61
  "meow": "^11.0.0",
62
62
  "ncp": "^2.0.0",
63
63
  "node-fetch": "^3.3.1",
64
- "rollup": "^3.25.1",
64
+ "rollup": "^3.26.2",
65
65
  "rollup-plugin-ts": "^3.2.0",
66
- "storyblok-js-client": "^5.10.6",
67
- "typescript": "^5.1.3",
66
+ "storyblok-js-client": "^5.12.0",
67
+ "typescript": "^5.1.6",
68
68
  "uuid": "^9.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@commitlint/cli": "^17.6.5",
72
- "@commitlint/config-conventional": "^17.6.5",
71
+ "@commitlint/cli": "^17.6.6",
72
+ "@commitlint/config-conventional": "^17.6.6",
73
73
  "@ryansonshine/commitizen": "^4.2.8",
74
74
  "@ryansonshine/cz-conventional-changelog": "^3.3.4",
75
75
  "@semantic-release/changelog": "^6.0.3",
@@ -87,18 +87,18 @@
87
87
  "@typescript-eslint/parser": "^5.59.11",
88
88
  "chai": "^4.3.7",
89
89
  "chokidar-cli": "^3.0.0",
90
- "eslint": "^8.42.0",
90
+ "eslint": "^8.44.0",
91
91
  "eslint-config-prettier": "^8.8.0",
92
92
  "eslint-plugin-import": "^2.27.5",
93
93
  "esm": "^3.2.25",
94
94
  "husky": "^8.0.3",
95
- "lint-staged": "^13.2.2",
95
+ "lint-staged": "^13.2.3",
96
96
  "mocha": "^10.2.0",
97
- "prettier": "^2.8.8",
98
- "semantic-release": "^21.0.5",
97
+ "prettier": "^3.0.0",
98
+ "semantic-release": "^21.0.7",
99
99
  "semantic-release-slack-bot": "^4.0.1",
100
- "sinon": "^15.1.2",
101
- "tsc-files": "^1.1.3"
100
+ "sinon": "^15.2.0",
101
+ "tsc-files": "^1.1.4"
102
102
  },
103
103
  "config": {
104
104
  "commitizen": {