diff --git a/packages/drivers/redis/package.json b/packages/drivers/redis/package.json index d2c17516..851e630a 100644 --- a/packages/drivers/redis/package.json +++ b/packages/drivers/redis/package.json @@ -1,6 +1,6 @@ { "name": "@objectql/driver-redis", - "version": "4.1.0", + "version": "4.0.2", "description": "Production-ready Redis driver for ObjectQL with full CRUD, distinct(), aggregate(), and batch operations support", "keywords": [ "objectql", diff --git a/packages/protocols/graphql/src/index.test.ts b/packages/protocols/graphql/src/index.test.ts index 0d2b0d1e..49459baa 100644 --- a/packages/protocols/graphql/src/index.test.ts +++ b/packages/protocols/graphql/src/index.test.ts @@ -59,7 +59,7 @@ describe('GraphQLPlugin', () => { describe('Plugin Lifecycle', () => { it('should have correct name and version', () => { expect(plugin.name).toBe('@objectql/protocol-graphql'); - expect(plugin.version).toBe('0.1.0'); + expect(plugin.version).toBe('0.2.0'); }); it('should install successfully', async () => { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13b9445a..74c9e7c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -826,6 +826,12 @@ importers: specifier: ^5.0.0 version: 5.9.3 + packages/tools/driver-tck: + devDependencies: + typescript: + specifier: ^5.3.0 + version: 5.9.3 + packages/tools/vscode-objectql: dependencies: js-yaml: