@boringsql/dryrun 0.15.1 → 0.16.5

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -37,7 +37,7 @@ npx @boringsql/dryrun setup
37
37
  The server reads the newest snapshot from `.dryrun/history.db` in the current
38
38
  project. Without one, its tools answer that no schema is loaded: capture with
39
39
  `dryrun init --db "$DATABASE_URL"`, or pull a snapshot a teammate pushed with
40
- `dryrun snapshot pull`, then call the `reload_schema` tool. No restart needed.
40
+ `dryrun snapshot pull`. It is picked up on the next tool call, no restart needed.
41
41
 
42
42
  ## CLI
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boringsql/dryrun",
3
- "version": "0.15.1",
3
+ "version": "0.16.5",
4
4
  "mcpName": "io.github.boringSQL/dryrun",
5
5
  "description": "dryrun — PostgreSQL schema/query advisor and MCP server. npx launcher.",
6
6
  "bin": {
@@ -10,11 +10,11 @@
10
10
  "bin/dryrun.js"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "@boringsql/dryrun-darwin-arm64": "0.15.1",
14
- "@boringsql/dryrun-darwin-x64": "0.15.1",
15
- "@boringsql/dryrun-linux-x64": "0.15.1",
16
- "@boringsql/dryrun-linux-arm64": "0.15.1",
17
- "@boringsql/dryrun-win32-x64": "0.15.1"
13
+ "@boringsql/dryrun-darwin-arm64": "0.16.5",
14
+ "@boringsql/dryrun-darwin-x64": "0.16.5",
15
+ "@boringsql/dryrun-linux-x64": "0.16.5",
16
+ "@boringsql/dryrun-linux-arm64": "0.16.5",
17
+ "@boringsql/dryrun-win32-x64": "0.16.5"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">=16"