npgsqlrest 1.2.2 → 1.2.3
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 +13 -1
package/package.json
CHANGED
package/postinstall.js
CHANGED
|
@@ -6,7 +6,7 @@ const os = require("os");
|
|
|
6
6
|
const https = require("https");
|
|
7
7
|
|
|
8
8
|
const downloadDir = "../.bin/";
|
|
9
|
-
const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.8.1-client-v1.2.
|
|
9
|
+
const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.8.1-client-v1.2.2/";
|
|
10
10
|
|
|
11
11
|
function download(url, to, done) {
|
|
12
12
|
https.get(url, (response) => {
|
package/readme.md
CHANGED
|
@@ -98,7 +98,19 @@ $ npx npgsqlrest appsettings.json project-config.json
|
|
|
98
98
|
|
|
99
99
|
## Changelog
|
|
100
100
|
|
|
101
|
-
See the detailed change log
|
|
101
|
+
See the detailed change log:
|
|
102
|
+
- [NpgsqlRest Changelog](https://vb-consulting.github.io/npgsqlrest/changelog/)
|
|
103
|
+
- [NpgsqlRest Client Changelog](https://vb-consulting.github.io/npgsqlrest/client/#changelog)
|
|
104
|
+
|
|
105
|
+
### 1.2.3
|
|
106
|
+
|
|
107
|
+
```console
|
|
108
|
+
Versions:
|
|
109
|
+
Client Build 1.2.2.0
|
|
110
|
+
Npgsql 2.8.1.0
|
|
111
|
+
NpgsqlRest.HttpFiles 1.0.2.0
|
|
112
|
+
NpgsqlRest.TsClient 1.7.0.0
|
|
113
|
+
```
|
|
102
114
|
|
|
103
115
|
### 1.2.2
|
|
104
116
|
|