Skip to content

Commit a4e1988

Browse files
committed
feat(helper): switch dependency to the package
1 parent cdaaa9e commit a4e1988

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"walkdir": "^0.4.1"
3737
},
3838
"devDependencies": {
39+
"@storyblok/manifest-helper": "workspace:*",
3940
"@types/execa": "2.0.0",
4041
"@types/fs-extra": "11.0.4",
4142
"@types/prompts": "2.4.9",

packages/cli/src/commands/deploy/helper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ import {
1414
StoryClientType,
1515
StoryblokClient,
1616
} from '../../storyblok/storyblok-client'
17-
import { getErrorMessage } from '@storyblok/manifest-helper/src/utils'
1817
import {
1918
load,
2019
Manifest,
2120
MANIFEST_FILE_NAME,
2221
ManifestOption,
23-
} from '@storyblok/manifest-helper/src/manifest'
22+
getErrorMessage,
23+
} from '@storyblok/manifest-helper'
2424

2525
const packageNameMessage =
2626
'How would you like to call the deployed field-plugin?\n (Lowercase alphanumeric and dash are allowed.)'

packages/cli/src/storyblok/storyblok-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { red } from 'kleur/colors'
22
import type { Response } from 'node-fetch'
3-
import { ManifestOption } from '@storyblok/manifest-helper/src/manifest'
3+
import { ManifestOption } from '@storyblok/manifest-helper'
44

55
export type FieldType = {
66
id: number

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,7 @@ __metadata:
20082008
version: 0.0.0-use.local
20092009
resolution: "@storyblok/field-plugin-cli@workspace:packages/cli"
20102010
dependencies:
2011+
"@storyblok/manifest-helper": "workspace:*"
20112012
"@types/execa": 2.0.0
20122013
"@types/fs-extra": 11.0.4
20132014
"@types/prompts": 2.4.9

0 commit comments

Comments
 (0)