We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d6c65 commit c1b8412Copy full SHA for c1b8412
.changeset/some-crews-talk.md
@@ -0,0 +1,5 @@
1
+---
2
+"@arkts/image-manager": patch
3
4
+
5
+fix: export ProductConfigItem interface and package.json version
src/index.ts
@@ -1,8 +1,9 @@
+export { version } from '../package.json'
export * from './deployer'
export * from './errors'
export { createImageManager, type ImageManager } from './image-manager'
export * from './images'
6
export type { ImageManagerOptions } from './options'
7
export { createDeployedImageConfig } from './product-config'
-export type { ProductConfig } from './product-config'
8
+export type { ProductConfig, ProductConfigItem } from './product-config'
9
export type * from './types'
0 commit comments