File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 36
36
"walkdir" : " ^0.4.1"
37
37
},
38
38
"devDependencies" : {
39
+ "@storyblok/manifest-helper" : " workspace:*" ,
39
40
"@types/execa" : " 2.0.0" ,
40
41
"@types/fs-extra" : " 11.0.4" ,
41
42
"@types/prompts" : " 2.4.9" ,
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ import {
14
14
StoryClientType ,
15
15
StoryblokClient ,
16
16
} from '../../storyblok/storyblok-client'
17
- import { getErrorMessage } from '@storyblok/manifest-helper/src/utils'
18
17
import {
19
18
load ,
20
19
Manifest ,
21
20
MANIFEST_FILE_NAME ,
22
21
ManifestOption ,
23
- } from '@storyblok/manifest-helper/src/manifest'
22
+ getErrorMessage ,
23
+ } from '@storyblok/manifest-helper'
24
24
25
25
const packageNameMessage =
26
26
'How would you like to call the deployed field-plugin?\n (Lowercase alphanumeric and dash are allowed.)'
Original file line number Diff line number Diff line change 1
1
import { red } from 'kleur/colors'
2
2
import type { Response } from 'node-fetch'
3
- import { ManifestOption } from '@storyblok/manifest-helper/src/manifest '
3
+ import { ManifestOption } from '@storyblok/manifest-helper'
4
4
5
5
export type FieldType = {
6
6
id : number
Original file line number Diff line number Diff line change @@ -2008,6 +2008,7 @@ __metadata:
2008
2008
version : 0.0.0-use.local
2009
2009
resolution : " @storyblok/field-plugin-cli@workspace:packages/cli"
2010
2010
dependencies :
2011
+ " @storyblok/manifest-helper " : " workspace:*"
2011
2012
" @types/execa " : 2.0.0
2012
2013
" @types/fs-extra " : 11.0.4
2013
2014
" @types/prompts " : 2.4.9
You can’t perform that action at this time.
0 commit comments