Skip to content

Commit 88be97c

Browse files
Copilothotlong
andcommitted
Fix version mismatch in Redis driver and GraphQL test
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 133f11b commit 88be97c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/drivers/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/driver-redis",
3-
"version": "4.1.0",
3+
"version": "4.0.2",
44
"description": "Production-ready Redis driver for ObjectQL with full CRUD, distinct(), aggregate(), and batch operations support",
55
"keywords": [
66
"objectql",

packages/protocols/graphql/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('GraphQLPlugin', () => {
5959
describe('Plugin Lifecycle', () => {
6060
it('should have correct name and version', () => {
6161
expect(plugin.name).toBe('@objectql/protocol-graphql');
62-
expect(plugin.version).toBe('0.1.0');
62+
expect(plugin.version).toBe('0.2.0');
6363
});
6464

6565
it('should install successfully', async () => {

0 commit comments

Comments
 (0)