@opencode-cloud/core 19.0.0 → 19.0.1

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 +6 -6
  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 = "19.0.0"
3
+ version = "19.0.1"
4
4
  edition = "2024"
5
5
  rust-version = "1.89"
6
6
  license = "MIT"
package/README.md CHANGED
@@ -51,15 +51,15 @@ Quick deploy provisions a private EC2 instance behind a public ALB with HTTPS.
51
51
  Docs: `docs/deploy/aws.md` (includes teardown steps and S3 hosting setup for forks)
52
52
  Credentials: `docs/deploy/aws.md#retrieving-credentials`
53
53
 
54
- ## Deploy to DigitalOcean
54
+ ## Deploy to DigitalOcean (Coming Soon)
55
55
 
56
- [![Deploy on DigitalOcean](https://img.shields.io/badge/Deploy-DigitalOcean-0080FF?logo=digitalocean&logoColor=white)](https://marketplace.digitalocean.com/apps/opencode-cloud)
56
+ DigitalOcean Marketplace one-click deployment is not implemented yet. Support is coming soon.
57
57
 
58
- Marketplace one-click deploy provisions a Droplet that bootstraps opencode-cloud
59
- on first boot (listing pending).
58
+ Warning: direct manual Droplet deployments are currently not recommended because persistence support is incomplete and data loss is likely.
60
59
 
61
- Manual Droplet setup: `docs/deploy/digitalocean-droplet.md`
62
- Marketplace docs: `docs/deploy/digitalocean-marketplace.md`
60
+ For testing-only reference:
61
+ - Manual Droplet setup: `docs/deploy/digitalocean-droplet.md`
62
+ - Marketplace docs/status: `docs/deploy/digitalocean-marketplace.md`
63
63
 
64
64
  ## Features
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-cloud/core",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "Core NAPI bindings for opencode-cloud (internal package)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",