@postgrestools/cli-x86_64-windows-msvc 0.5.0 → 0.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postgrestools/cli-x86_64-windows-msvc",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "license": "MIT or Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/postgrestools.exe CHANGED
Binary file
package/schema.json CHANGED
@@ -100,7 +100,7 @@
100
100
  ]
101
101
  },
102
102
  "host": {
103
- "description": "The host of the database.",
103
+ "description": "The host of the database. Required if you want database-related features. All else falls back to sensible defaults.",
104
104
  "type": [
105
105
  "string",
106
106
  "null"