Skip to content

Commit 6b7aac5

Browse files
committed
feat: Export zod from codify-plugin-lib
1 parent d3cc0e7 commit 6b7aac5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codify-plugin-lib",
3-
"version": "1.0.182-beta31",
3+
"version": "1.0.182-beta46",
44
"description": "Library plugin library",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export * from './utils/file-utils.js'
1616
export * from './utils/functions.js'
1717
export * from './utils/index.js'
1818
export * from './utils/verbosity-level.js'
19+
export * from 'zod/v4';
1920

2021
export async function runPlugin(plugin: Plugin) {
2122
const messageHandler = new MessageHandler(plugin);

0 commit comments

Comments
 (0)