Skip to content

Commit 0d1258a

Browse files
committed
refactor: remove REST protocol implementation and related tests
- Deleted the REST protocol implementation files including setup, TCK tests, and validation tests. - Removed TypeScript configuration and Vitest configuration for the REST protocol. - Updated CLI package dependencies to exclude the REST protocol. - Cleaned up pnpm lock file to remove references to the REST protocol.
1 parent b3d76cc commit 0d1258a

34 files changed

Lines changed: 1 addition & 5342 deletions

examples/integrations/express-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@objectql/core": "workspace:*",
3030
"@objectql/driver-sql": "workspace:*",
3131
"@objectql/platform-node": "workspace:*",
32-
"@objectql/protocol-rest": "workspace:*",
3332
"sqlite3": "^5.1.7"
3433
},
3534
"devDependencies": {

objectql.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ export default {
9292
basePath: '/rpc',
9393
enableIntrospection: true,
9494
enableSessions: true
95-
}),
96-
// new RestPlugin({
97-
// basePath: '/api'
98-
// })
95+
})
9996
]
10097
};

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"version": "4.0.5",
5959
"dependencies": {
6060
"@objectql/protocol-json-rpc": "workspace:*",
61-
"@objectql/protocol-rest": "workspace:*",
6261
"build": "^0.1.4"
6362
}
6463
}

packages/protocols/rest/CHANGELOG.md

Lines changed: 0 additions & 346 deletions
This file was deleted.

0 commit comments

Comments
 (0)