Skip to content

Commit 23745e8

Browse files
authored
Merge pull request #31 from tpsdev-ai/release-0.5.1
chore: v0.5.1
2 parents 93776ca + 876114b commit 23745e8

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpsdev-ai/agent",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Native TPS Agent Runtime — headless, mail-driven, nono-sandboxed",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpsdev-ai/cli-darwin-arm64",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "TPS CLI native binary for darwin-arm64",
55
"os": [
66
"darwin"

packages/cli-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpsdev-ai/cli-darwin-x64",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "TPS CLI native binary for darwin-x64",
55
"os": [
66
"darwin"

packages/cli-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpsdev-ai/cli-linux-arm64",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "TPS CLI native binary for linux-arm64",
55
"os": [
66
"linux"

packages/cli-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpsdev-ai/cli-linux-x64",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "TPS CLI native binary for linux-x64",
55
"os": [
66
"linux"

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@tpsdev-ai/cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "TPS Report CLI — because every agent needs the proper paperwork.",
55
"type": "module",
66
"bin": {
77
"tps": "./bin/tps.cjs"
88
},
99
"optionalDependencies": {
10-
"@tpsdev-ai/cli-darwin-arm64": "0.5.0",
11-
"@tpsdev-ai/cli-darwin-x64": "0.5.0",
12-
"@tpsdev-ai/cli-linux-arm64": "0.5.0",
13-
"@tpsdev-ai/cli-linux-x64": "0.5.0"
10+
"@tpsdev-ai/cli-darwin-arm64": "0.5.1",
11+
"@tpsdev-ai/cli-darwin-x64": "0.5.1",
12+
"@tpsdev-ai/cli-linux-arm64": "0.5.1",
13+
"@tpsdev-ai/cli-linux-x64": "0.5.1"
1414
},
1515
"scripts": {
1616
"build": "tsc",

0 commit comments

Comments
 (0)