Skip to content

Commit c1b8412

Browse files
committed
fix: export ProductConfigItem interface and package.json version
1 parent 31d6c65 commit c1b8412

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/some-crews-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@arkts/image-manager": patch
3+
---
4+
5+
fix: export ProductConfigItem interface and package.json version

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
export { version } from '../package.json'
12
export * from './deployer'
23
export * from './errors'
34
export { createImageManager, type ImageManager } from './image-manager'
45
export * from './images'
56
export type { ImageManagerOptions } from './options'
67
export { createDeployedImageConfig } from './product-config'
7-
export type { ProductConfig } from './product-config'
8+
export type { ProductConfig, ProductConfigItem } from './product-config'
89
export type * from './types'

0 commit comments

Comments
 (0)