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 software/coreutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/coreutils",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU coreutils for secure-exec VMs (sh, cat, ls, cp, sort, and 80+ commands)",
Expand Down
2 changes: 1 addition & 1 deletion software/diffutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/diffutils",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU diffutils for secure-exec VMs (diff)",
Expand Down
2 changes: 1 addition & 1 deletion software/findutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/findutils",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU findutils for secure-exec VMs (find, xargs)",
Expand Down
2 changes: 1 addition & 1 deletion software/gawk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/gawk",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU awk text processing for secure-exec VMs",
Expand Down
2 changes: 1 addition & 1 deletion software/grep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/grep",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU grep pattern matching for secure-exec VMs (grep, egrep, fgrep)",
Expand Down
2 changes: 1 addition & 1 deletion software/gzip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/gzip",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU gzip compression for secure-exec VMs (gzip, gunzip, zcat)",
Expand Down
2 changes: 1 addition & 1 deletion software/sed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/sed",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU sed stream editor for secure-exec VMs",
Expand Down
2 changes: 1 addition & 1 deletion software/tar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentos-software/tar",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"license": "Apache-2.0",
"description": "GNU tar archiver for secure-exec VMs",
Expand Down
Loading