Skip to content

Commit 872f5f9

Browse files
authored
Merge pull request #287 from objectstack-ai/copilot/fix-ci-build-and-test
2 parents a8da9cf + 88be97c commit 872f5f9

3 files changed

Lines changed: 8 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 () => {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)