npgsqlrest 3.10.0 → 3.11.0
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 +1 -1
- package/postinstall.js +1 -1
- package/readme.md +4 -4
package/package.json
CHANGED
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.
|
|
8
|
+
const downloadFrom = "https://github.com/NpgsqlRest/NpgsqlRest/releases/download/v3.11.0/";
|
|
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/
|
|
208
|
-
- [Configuration Reference](https://npgsqlrest.github.io/config
|
|
209
|
-
- [Comment Annotations](https://npgsqlrest.github.io/
|
|
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.
|
|
211
|
+
- [Changelog](https://npgsqlrest.github.io/changelog/)
|
|
212
212
|
- [Docker Hub](https://hub.docker.com/r/vbilopav/npgsqlrest)
|
|
213
213
|
|
|
214
214
|
## License
|