Skip to content
Open
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
7 changes: 0 additions & 7 deletions .changeset/hono-node-server-2.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mieweb/cli

## 0.2.2

### Patch Changes

- Updated dependencies [0dfa39b]
- @mieweb/cloud-adapters@0.2.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mieweb/cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "`mieweb` CLI — a thin, target-aware wrapper over wrangler. On the cloudflare target it delegates verbatim to the real wrangler binary; on other targets it drives the matching @mieweb adapter (e.g. the local Node host harness).",
"type": "module",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/cloud-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mieweb/cloud-adapters

## 0.2.2

### Patch Changes

- 0dfa39b: Upgrade `@hono/node-server` to ^2 (up to 2.3x faster request handling in the
Node host harness; `serve()` API unchanged). Drops Node 18, which `engines`
already excluded.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mieweb/cloud-adapters",
"version": "0.2.1",
"version": "0.2.2",
"description": "Off-Cloudflare adapters for the @mieweb/cloud contracts, plus the Node host harness that runs the unchanged worker. `.`/`./local`: D1→SQLite, R2→filesystem, KV→in-memory, Queues→in-process, Durable Objects→in-process, Vectorize→sqlite-vec. `./os` (os.mieweb.org / self-hosted): D1→libSQL, Vectorize→libSQL vectors, R2→S3/MinIO, KV+Queues→Valkey. Backend SDKs are optional peer dependencies — install only what your target needs.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @mieweb/cloud

## 0.2.2

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mieweb/cloud",
"version": "0.2.1",
"version": "0.2.2",
"description": "The @mieweb portability layer: Cloudflare-shaped contracts (database, object storage, key/value, queues, stateful objects, vector index, AI, containers) plus the `mieweb:workers` DurableObject shim. Zero dependencies — on Cloudflare every type is an exact alias of the native binding and the shim re-exports `cloudflare:workers`. Adapters for other runtimes live in @mieweb/cloud-adapters.",
"type": "module",
"license": "MIT",
Expand Down