Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8556da9bd2 | ||
|
|
0151a496cf |
Generated
+1
-1
@@ -45,7 +45,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "agent-browser-stealth"
|
name = "agent-browser-stealth"
|
||||||
version = "0.24.0-fork.1"
|
version = "0.24.0-fork.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "agent-browser-stealth"
|
name = "agent-browser-stealth"
|
||||||
version = "0.24.0-fork.1"
|
version = "0.24.0-fork.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Fast browser automation CLI for AI agents"
|
description = "Fast browser automation CLI for AI agents"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Multi-platform Rust cross-compilation image
|
# Multi-platform Rust cross-compilation image
|
||||||
FROM rust:1.85-bookworm
|
FROM rust:1.94-bookworm
|
||||||
|
|
||||||
# Install cross-compilation toolchains
|
# Install cross-compilation toolchains
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|||||||
+1
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "agent-browser-stealth",
|
"name": "agent-browser-stealth",
|
||||||
"version": "0.24.0-fork.1",
|
"version": "0.24.0-fork.2",
|
||||||
"description": "Browser automation CLI for AI agents — stealth fork with anti-detection",
|
"description": "Browser automation CLI for AI agents — stealth fork with anti-detection",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
@@ -27,9 +27,6 @@
|
|||||||
"release": "npm run version:sync && npm run build:all-platforms && npm publish --tag fork",
|
"release": "npm run version:sync && npm run build:all-platforms && npm publish --tag fork",
|
||||||
"postinstall": "node scripts/postinstall.js"
|
"postinstall": "node scripts/postinstall.js"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
|
||||||
"tag": "fork"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
"automation",
|
"automation",
|
||||||
|
|||||||
Reference in New Issue
Block a user