VeriKit v0.24.1
This patch fixes compatibility between Core resources and Runtime action schemas.
Fixed
- Fixed
@verikit/coreresource action typing soActionBuilderinstances from@verikit/runtimecan be passed directly to a resource'sactionsconfiguration. - Removed the overly restrictive action schema typing that caused valid Runtime actions to fail TypeScript checks.
Resources can now define runtime actions as expected:
actions: [
action("create"),
action("update"),
action("delete"),
]Upgrade
pnpm add "@verikit/core@^0.24.1" \
"@verikit/drizzle@^0.24.1" \
"@verikit/runtime@^0.24.1" \
"@verikit/server@^0.24.1" \
"@verikit/theme@^0.24.1" \
"@verikit/vue@^0.24.1"Full Changelog: v0.24.0...v0.24.1