Skip to content

Commit 060054d

Browse files
authored
Merge pull request #40 from tpsdev-ai/release-0.5.3
chore: v0.5.3
2 parents 804bf4e + 3529f7e commit 060054d

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y libdbus-1-dev pkg-config
33
RUN git clone --depth 1 https://github.com/lukehinds/nono.git /tmp/nono && cd /tmp/nono && cargo build --release
44

55
FROM node:24-bookworm-slim AS base
6-
ARG TPS_VERSION=0.5.2
6+
ARG TPS_VERSION=0.5.3
77
RUN npm install -g @tpsdev-ai/agent@${TPS_VERSION}
88
COPY --from=nono-builder /tmp/nono/target/release/nono /usr/local/bin/nono
99
RUN apt-get update && apt-get install -y --no-install-recommends git curl jq ca-certificates libdbus-1-3 && rm -rf /var/lib/apt/lists/*

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.2",
3+
"version": "0.5.3",
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.2",
3+
"version": "0.5.3",
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.2",
3+
"version": "0.5.3",
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.2",
3+
"version": "0.5.3",
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.2",
3+
"version": "0.5.3",
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.2",
3+
"version": "0.5.3",
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.2",
11-
"@tpsdev-ai/cli-darwin-x64": "0.5.2",
12-
"@tpsdev-ai/cli-linux-arm64": "0.5.2",
13-
"@tpsdev-ai/cli-linux-x64": "0.5.2"
10+
"@tpsdev-ai/cli-darwin-arm64": "0.5.3",
11+
"@tpsdev-ai/cli-darwin-x64": "0.5.3",
12+
"@tpsdev-ai/cli-linux-arm64": "0.5.3",
13+
"@tpsdev-ai/cli-linux-x64": "0.5.3"
1414
},
1515
"scripts": {
1616
"build": "tsc",

0 commit comments

Comments
 (0)