Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tpsdev-ai/agent",
"version": "0.4.1",
"version": "0.4.2",
"description": "Native TPS Agent Runtime \u2014 headless, mail-driven, nono-sandboxed",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tpsdev-ai/cli-darwin-arm64",
"version": "0.4.1",
"version": "0.4.2",
"description": "TPS CLI native binary for darwin-arm64",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tpsdev-ai/cli-darwin-x64",
"version": "0.4.1",
"version": "0.4.2",
"description": "TPS CLI native binary for darwin-x64",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tpsdev-ai/cli-linux-arm64",
"version": "0.4.1",
"version": "0.4.2",
"description": "TPS CLI native binary for linux-arm64",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tpsdev-ai/cli-linux-x64",
"version": "0.4.1",
"version": "0.4.2",
"description": "TPS CLI native binary for linux-x64",
"os": [
"linux"
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tpsdev-ai/cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "TPS Report CLI \u2014 because every agent needs the proper paperwork.",
"type": "module",
"bin": {
"tps": "./bin/tps.cjs"
},
"optionalDependencies": {
"@tpsdev-ai/cli-darwin-arm64": "0.4.1",
"@tpsdev-ai/cli-darwin-x64": "0.4.1",
"@tpsdev-ai/cli-linux-arm64": "0.4.1",
"@tpsdev-ai/cli-linux-x64": "0.4.1"
"@tpsdev-ai/cli-darwin-arm64": "0.4.2",
"@tpsdev-ai/cli-darwin-x64": "0.4.2",
"@tpsdev-ai/cli-linux-arm64": "0.4.2",
"@tpsdev-ai/cli-linux-x64": "0.4.2"
},
"scripts": {
"build": "tsc",
Expand Down
Loading