Skip to content

Commit b51b8a7

Browse files
committed
fix: update @objectstack/cli and @objectstack/core to version 0.8.1; remove obsolete port configuration from HonoServerPlugin
1 parent 779a883 commit b51b8a7

3 files changed

Lines changed: 13 additions & 23 deletions

File tree

objectql.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default {
4848
// Runtime plugins (instances only)
4949
plugins: [
5050
new HonoServerPlugin({
51-
port: 5050
5251
}),
5352
new ObjectQLSecurityPlugin({
5453
enableAudit: false

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@objectql/plugin-validator": "workspace:*",
3131
"@objectql/protocol-graphql": "workspace:*",
3232
"@objectql/protocol-odata-v4": "workspace:*",
33-
"@objectstack/cli": "latest",
34-
"@objectstack/core": "^0.8.1",
33+
"@objectstack/cli": "0.8.1",
34+
"@objectstack/core": "0.8.1",
3535
"@objectstack/plugin-hono-server": "^0.8.1",
3636
"@types/jest": "^30.0.0",
3737
"@types/js-yaml": "^4.0.9",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)