@itcase/storybook-config 1.0.39 → 1.0.40

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