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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shellfirm/cli-darwin-arm64",
"version": "0.3.7",
"version": "0.3.8",
"description": "shellfirm binary for macOS ARM64",
"license": "MIT",
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shellfirm/cli-darwin-x64",
"version": "0.3.7",
"version": "0.3.8",
"description": "shellfirm binary for macOS x64",
"license": "MIT",
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shellfirm/cli-linux-x64",
"version": "0.3.7",
"version": "0.3.8",
"description": "shellfirm binary for Linux x64",
"license": "MIT",
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shellfirm/cli-win32-x64",
"version": "0.3.7",
"version": "0.3.8",
"description": "shellfirm binary for Windows x64",
"license": "MIT",
"os": [
Expand Down
10 changes: 5 additions & 5 deletions npm/shellfirm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shellfirm/cli",
"version": "0.3.7",
"version": "0.3.8",
"description": "Intercept risky shell commands with verification challenges — a captcha for your terminal",
"license": "MIT",
"repository": {
Expand All @@ -11,9 +11,9 @@
"shellfirm": "bin/shellfirm"
},
"optionalDependencies": {
"@shellfirm/cli-darwin-arm64": "0.3.7",
"@shellfirm/cli-darwin-x64": "0.3.7",
"@shellfirm/cli-linux-x64": "0.3.7",
"@shellfirm/cli-win32-x64": "0.3.7"
"@shellfirm/cli-darwin-arm64": "0.3.8",
"@shellfirm/cli-darwin-x64": "0.3.8",
"@shellfirm/cli-linux-x64": "0.3.8",
"@shellfirm/cli-win32-x64": "0.3.8"
}
}
2 changes: 1 addition & 1 deletion shellfirm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "shellfirm"
description = "`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal."
version = "0.3.7"
version = "0.3.8"
edition = "2021"
authors = ["Elad-Kaplan <kaplan.elad@gmail.com>"]
license = "MIT"
Expand Down
Loading