Skip to content

Commit ee97c6d

Browse files
committed
fix: remove circular dependency between graphile-pgvector-plugin and graphile-settings
1 parent 97ecf7b commit ee97c6d

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

graphile/graphile-pgvector-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"devDependencies": {
3232
"@types/node": "^22.19.1",
3333
"@types/pg": "^8.16.0",
34-
"graphile-settings": "workspace:^",
3534
"graphile-test": "workspace:^",
3635
"makage": "^0.1.10",
3736
"pg": "^8.17.1",

graphile/graphile-pgvector-plugin/src/__tests__/integration.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { getConnections, seed } from 'graphile-test';
33
import type { GraphQLResponse } from 'graphile-test';
44
import type { PgTestClient } from 'pgsql-test';
55
import { VectorCodecPreset } from '../vector-codec';
6-
import { ConstructivePreset } from 'graphile-settings';
76

87
interface DocumentResult {
98
pgvectorTestDocuments: {
@@ -49,7 +48,6 @@ describe('graphile-pgvector-plugin integration', () => {
4948
beforeAll(async () => {
5049
const testPreset = {
5150
extends: [
52-
ConstructivePreset,
5351
VectorCodecPreset,
5452
],
5553
};

0 commit comments

Comments
 (0)