Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
},
"./plugins/policy": {
"import": {
"types": "./dist/plugins/policy.d.ts",
"default": "./dist/plugins/policy.js"
"types": "./dist/plugins/index.d.ts",
"default": "./dist/plugins/index.js"
},
"require": {
"types": "./dist/plugins/policy.d.cts",
"default": "./dist/plugins/policy.cjs"
"types": "./dist/plugins/index.d.cts",
"default": "./dist/plugins/index.cjs"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
}
},
Comment thread
ymc9 marked this conversation as resolved.
"./package.json": {
Expand Down