Skip to content

Commit 53c01cf

Browse files
authored
Merge pull request #192 from badaitech/feat/enhance-secret-encrypt
feat: implement ECDH key pair generation and logging for execution context, update package versions to 0.2.5
2 parents c3a7e87 + cddfd5a commit 53c01cf

14 files changed

Lines changed: 63 additions & 9 deletions

File tree

apps/chaingraph-backend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-backend
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- feat: implement ECDH key pair generation and logging for execution context
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.2.5
10+
- @badaitech/chaingraph-nodes@0.2.5
11+
- @badaitech/chaingraph-trpc@0.2.5
12+
313
## 0.2.4
414

515
### Patch Changes

apps/chaingraph-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-backend",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.5",
55
"private": false,
66
"packageManager": "pnpm@10.11.1",
77
"license": "BUSL-1.1",

packages/badai-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/badai-api
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- feat: implement ECDH key pair generation and logging for execution context
8+
39
## 0.2.4
410

511
### Patch Changes

packages/badai-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/badai-api",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": false,
66
"description": "Bad AI GraphQL API client",
77
"license": "BUSL-1.1",

packages/chaingraph-nodes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @badaitech/chaingraph-nodes
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- feat: implement ECDH key pair generation and logging for execution context
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.2.5
10+
311
## 0.2.4
412

513
### Patch Changes

packages/chaingraph-nodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-nodes",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": false,
66
"description": "Node components for the Chaingraph project",
77
"license": "BUSL-1.1",

packages/chaingraph-trpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/chaingraph-trpc
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- feat: implement ECDH key pair generation and logging for execution context
8+
39
## 0.2.4
410

511
### Patch Changes

packages/chaingraph-trpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-trpc",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": false,
66
"description": "tRPC client and server for the Chaingraph V2",
77
"license": "BUSL-1.1",

packages/chaingraph-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/chaingraph-types
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- feat: implement ECDH key pair generation and logging for execution context
8+
39
## 0.2.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)