@itcase/storybook-config 1.0.47 → 1.0.49

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.
@@ -2,7 +2,7 @@ import camelCase from 'lodash/camelCase'
2
2
 
3
3
  import { axiosInstanceITCase } from '@itcase/common'
4
4
 
5
- async function getStoryInfoblocks(infoBlockSlugsList = []) {
5
+ async function getStoryInfoBlocks(infoBlockSlugsList = []) {
6
6
  const slugsList = []
7
7
  const regExpsList = []
8
8
 
@@ -54,4 +54,4 @@ async function getStoryInfoblocks(infoBlockSlugsList = []) {
54
54
  return infoBlocks
55
55
  }
56
56
 
57
- export { getStoryInfoblocks }
57
+ export { getStoryInfoBlocks }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {