@opencode-cloud/core 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/Cargo.toml +1 -1
  2. package/README.md +9 -0
  3. package/package.json +1 -1
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "opencode-cloud-core"
3
- version = "3.2.2"
3
+ version = "3.2.3"
4
4
  edition = "2024"
5
5
  rust-version = "1.88"
6
6
  license = "MIT"
package/README.md CHANGED
@@ -17,6 +17,15 @@ cargo install opencode-cloud
17
17
  opencode-cloud --version
18
18
  ```
19
19
 
20
+ ## Deploy to AWS
21
+
22
+ [![Deploy to AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://raw.githubusercontent.com/pRizz/opencode-cloud/main/infra/aws/cloudformation/opencode-cloud-quick.yaml)
23
+
24
+ Quick deploy provisions a private EC2 instance behind a public ALB with HTTPS.
25
+ **A domain name is required** for ACM certificate validation.
26
+
27
+ Docs: `docs/deploy/aws.md` (includes teardown steps)
28
+
20
29
  ## Features
21
30
 
22
31
  - **Sandboxed execution** - opencode runs inside a Docker container, isolated from your host system
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-cloud/core",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Core NAPI bindings for opencode-cloud (internal package)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",