Skip to content

Commit 048a1eb

Browse files
Version Packages (#415)
1 parent 776932f commit 048a1eb

11 files changed

Lines changed: 54 additions & 24 deletions

File tree

.changeset/robot-schema-sync.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/mcp-server/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @transloadit/mcp-server
22

3+
## 0.3.22
4+
5+
### Patch Changes
6+
7+
- 776932f: Release the latest alphalib robot schema sync.
8+
9+
This updates generated Robot and assembly-status schemas, the public TypeScript type package, and
10+
the Zod schema package so SDK, CLI, MCP, and schema consumers all see the same validated Transloadit
11+
API surface.
12+
13+
- Updated dependencies [776932f]
14+
- @transloadit/node@4.10.3
15+
316
## 0.3.21
417

518
### Patch Changes

packages/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/mcp-server",
3-
"version": "0.3.21",
3+
"version": "0.3.22",
44
"description": "Transloadit MCP server",
55
"keywords": [
66
"mcp",
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@modelcontextprotocol/sdk": "^1.29.0",
65-
"@transloadit/node": "^4.10.2",
65+
"@transloadit/node": "^4.10.3",
6666
"@transloadit/sev-logger": "^0.1.9",
6767
"express": "^5.2.1",
6868
"prom-client": "^15.1.3",

packages/node/CHANGELOG.md

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

3+
## 4.10.3
4+
5+
### Patch Changes
6+
7+
- 776932f: Release the latest alphalib robot schema sync.
8+
9+
This updates generated Robot and assembly-status schemas, the public TypeScript type package, and
10+
the Zod schema package so SDK, CLI, MCP, and schema consumers all see the same validated Transloadit
11+
API surface.
12+
313
## 4.10.2
414

515
### Patch Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/node",
3-
"version": "4.10.2",
3+
"version": "4.10.3",
44
"description": "Node.js SDK for Transloadit",
55
"homepage": "https://github.com/transloadit/node-sdk/tree/main/packages/node",
66
"bugs": {

packages/transloadit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transloadit",
3-
"version": "4.10.2",
3+
"version": "4.10.3",
44
"description": "Node.js SDK for Transloadit",
55
"homepage": "https://github.com/transloadit/node-sdk/tree/main/packages/node",
66
"bugs": {

packages/types/CHANGELOG.md

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

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- 776932f: Release the latest alphalib robot schema sync.
8+
9+
This updates generated Robot and assembly-status schemas, the public TypeScript type package, and
10+
the Zod schema package so SDK, CLI, MCP, and schema consumers all see the same validated Transloadit
11+
API surface.
12+
313
## 4.3.0
414

515
## 4.2.0

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/types",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Transloadit type definitions",
55
"type": "module",
66
"license": "MIT",

packages/zod/CHANGELOG.md

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

3+
## 4.3.2
4+
5+
### Patch Changes
6+
7+
- 776932f: Release the latest alphalib robot schema sync.
8+
9+
This updates generated Robot and assembly-status schemas, the public TypeScript type package, and
10+
the Zod schema package so SDK, CLI, MCP, and schema consumers all see the same validated Transloadit
11+
API surface.
12+
313
## 4.3.1
414

515
### Patch Changes

packages/zod/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/zod",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Transloadit Zod schemas",
55
"type": "module",
66
"license": "MIT",
@@ -51,7 +51,7 @@
5151
"zod": "^4.4.3"
5252
},
5353
"devDependencies": {
54-
"@transloadit/types": "^4.3.0",
54+
"@transloadit/types": "^4.3.1",
5555
"@types/node": "^25.6.0"
5656
}
5757
}

0 commit comments

Comments
 (0)