@blamejs/core 0.6.3 → 0.6.4

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/CHANGELOG.md +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@ upgrading across more than a few patches at a time.
8
8
 
9
9
  ## v0.6.x
10
10
 
11
+ - **0.6.3** (2026-05-01) — externalDb pool tuning + role-aware connect + read-replica routing
11
12
  - **0.6.2** (2026-05-01) — input validation + identifier-quoting consistency
12
13
  - **0.6.1** (2026-05-01) — security tightenings + operator-facing jargon sweep
13
14
  - **0.6.0** (2026-05-01) — wiki restructured into 22 focused pages + missing-primitive coverage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blamejs/core",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "The Node framework that owns its stack.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "blamejs contributors",