We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e8a08 commit 8ac0915Copy full SHA for 8ac0915
packages/schema/src/plugins/plugin-utils.ts
@@ -35,6 +35,14 @@ export function ensureDefaultOutputFolder(options: PluginRunnerOptions) {
35
name: '.zenstack',
36
version: '1.0.0',
37
exports: {
38
+ './model-meta': {
39
+ default: './model-meta.js',
40
+ types: './model-meta.ts',
41
+ },
42
+ './policy': {
43
+ default: './policy.js',
44
+ types: './policy.d.ts',
45
46
'./zod': {
47
default: './zod/index.js',
48
types: './zod/index.d.ts',
0 commit comments