Skip to content

Commit 9a9eefc

Browse files
committed
chore(deps): bump @constructive-io/graphql-codegen to 4.30.2, @constructive-io/node to ^0.10.3, graphql-server-test to ^2.12.2
Picks up the upstream embedder template fix (constructive-io/constructive#1005) so the next `pnpm generate:all` regenerates sdk/cli/generated/cli/embedder.ts with the generic autoEmbedWhere/autoEmbedInput signatures already on main, rather than the old narrow Record<string, unknown> shape that broke lerna publish with 74 TS2345 errors.
1 parent 00f45cc commit 9a9eefc

10 files changed

Lines changed: 45 additions & 45 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"devDependencies": {
47-
"@constructive-io/graphql-codegen": "4.30.1",
47+
"@constructive-io/graphql-codegen": "4.30.2",
4848
"@types/jest": "^30.0.0",
4949
"@types/node": "^25.0.3",
5050
"@typescript-eslint/eslint-plugin": "^8.58.0",

packages/cli-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@agentic-db/sdk": "workspace:*",
14-
"graphql-server-test": "^2.10.6",
14+
"graphql-server-test": "^2.12.2",
1515
"pgsql-test": "^4.9.0"
1616
}
1717
}

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@0no-co/graphql.web": "^1.2.0",
1717
"@agentic-kit/ollama": "^1.0.3",
18-
"@constructive-io/graphql-codegen": "4.30.1",
18+
"@constructive-io/graphql-codegen": "4.30.2",
1919
"@constructive-io/graphql-query": "3.14.1",
2020
"@constructive-io/graphql-types": "3.5.0",
2121
"@types/pg": "^8.16.0",

packages/provision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"provision": "tsx src/provision.ts"
1717
},
1818
"dependencies": {
19-
"@constructive-io/node": "^0.10.2",
19+
"@constructive-io/node": "^0.10.3",
2020
"dotenv": "^16.4.5",
2121
"node-type-registry": "^0.16.0",
2222
"pg": "^8.20.0"

packages/rag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@agentic-db/sdk": "workspace:*",
2323
"@agentic-kit/anthropic": "^1.0.3",
2424
"@agentic-kit/ollama": "^1.0.3",
25-
"@constructive-io/node": "^0.10.2",
25+
"@constructive-io/node": "^0.10.3",
2626
"agentic-kit": "^1.0.3",
2727
"dotenv": "^16.0.0"
2828
},

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@agentic-db/sdk": "workspace:*",
2121
"@agentic-kit/ollama": "^1.0.3",
22-
"@constructive-io/node": "^0.10.2",
22+
"@constructive-io/node": "^0.10.3",
2323
"agentic-kit": "^1.0.3",
2424
"dotenv": "^17.3.1",
2525
"graphile-worker": "^0.16.6"

pnpm-lock.yaml

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

sdk/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@agentic-db/schemas": "workspace:*",
36-
"@constructive-io/graphql-codegen": "^4.30.1",
36+
"@constructive-io/graphql-codegen": "^4.30.2",
3737
"@types/node": "^22.0.0",
3838
"dotenv": "^16.4.5",
3939
"makage": "^0.3.0",

sdk/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"export": "tsx scripts/export.ts"
1414
},
1515
"devDependencies": {
16-
"@constructive-io/graphql-codegen": "^4.30.1",
16+
"@constructive-io/graphql-codegen": "^4.30.2",
1717
"dotenv": "^16.4.5",
1818
"tsx": "^4.19.0"
1919
}

sdk/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@agentic-db/schemas": "workspace:*",
28-
"@constructive-io/graphql-codegen": "^4.30.1",
28+
"@constructive-io/graphql-codegen": "^4.30.2",
2929
"@types/node": "^22.0.0",
3030
"dotenv": "^16.4.5",
3131
"makage": "0.3.0",

0 commit comments

Comments
 (0)