storyblok 3.33.2 → 3.33.3

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -2166,7 +2166,7 @@ const getPathToFile = (fileName, migrationPath = null) => {
2166
2166
  return `${pathTo}/${fileName}`;
2167
2167
  };
2168
2168
  const getNameOfMigrationFile = (component, field) => {
2169
- return `change_${component}_${field}.js`;
2169
+ return `change_${component}_${field}.mjs`;
2170
2170
  };
2171
2171
  const getStoriesByComponent = async (api, componentName) => {
2172
2172
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storyblok",
3
- "version": "3.33.2",
3
+ "version": "3.33.3",
4
4
  "description": "A simple CLI to start Storyblok from your command line.",
5
5
  "repository": {
6
6
  "type": "git",