@cloud-cli/d0 1.7.0 → 1.7.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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -68,3 +68,7 @@ Otherwise, it will be available at `http://localhost:PORT/` and serve a single d
68
68
  | MAX_DATABASES | Maximum number of database connections kept open (default: `32`) |
69
69
  | MAX_BODY_BYTES | Maximum JSON request size (default: `1048576`) |
70
70
  | SLOW_QUERY_MS | Log slow queries in `DEBUG` mode (default: `1000`) |
71
+
72
+ ## Development
73
+
74
+ This project uses pnpm `12.3.4`. The workspace explicitly permits the `better-sqlite3` native install script; it must run during Docker builds so the platform-specific SQLite binding is present in the final image.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-cli/d0",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
+ "packageManager": "pnpm@12.3.4",
4
5
  "main": "./dist/index.js",
5
6
  "types": "./dist/index.d.ts",
6
7
  "type": "module",