npgsqlrest 3.10.0 → 3.11.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": "npgsqlrest",
3
- "version": "3.10.0",
3
+ "version": "3.11.1",
4
4
  "description": "Automatic REST API for PostgreSQL Databases Client Build",
5
5
  "scripts": {
6
6
  "postinstall": "node postinstall.js",
package/postinstall.js CHANGED
@@ -5,7 +5,7 @@ const path = require("path");
5
5
  const os = require("os");
6
6
  const https = require("https");
7
7
 
8
- const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.10.0/";
8
+ const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.11.1/";
9
9
 
10
10
  // Download binary next to this script, not to ../.bin/
11
11
  const binDir = path.join(__dirname, "bin");
package/readme.md CHANGED
@@ -204,11 +204,11 @@ The npm package includes native executables for:
204
204
  ## Links
205
205
 
206
206
  - [Documentation](https://npgsqlrest.github.io/)
207
- - [Getting Started Guide](https://npgsqlrest.github.io/getting-started/)
208
- - [Configuration Reference](https://npgsqlrest.github.io/config-reference/)
209
- - [Comment Annotations](https://npgsqlrest.github.io/comment-annotations/)
207
+ - [Getting Started Guide](https://npgsqlrest.github.io/guide/quick-start.html)
208
+ - [Configuration Reference](https://npgsqlrest.github.io/config/)
209
+ - [Comment Annotations](https://npgsqlrest.github.io/annotations/)
210
210
  - [GitHub Repository](https://github.com/NpgsqlRest/NpgsqlRest)
211
- - [Changelog](https://github.com/NpgsqlRest/NpgsqlRest/blob/master/changelog.md)
211
+ - [Changelog](https://npgsqlrest.github.io/changelog/)
212
212
  - [Docker Hub](https://hub.docker.com/r/vbilopav/npgsqlrest)
213
213
 
214
214
  ## License