npgsqlrest 1.2.5 → 1.2.6

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": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Automatic REST API for PostgreSQL Databases Client Build",
5
5
  "scripts": {
6
6
  "postinstall": "node postinstall.js",
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.2-client-v1.2.4/";
9
+ const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.8.3-client-v1.2.5/";
10
10
 
11
11
  function download(url, to, done) {
12
12
  https.get(url, (response) => {
package/readme.md CHANGED
@@ -102,12 +102,22 @@ See the detailed change log:
102
102
  - [NpgsqlRest Changelog](https://vb-consulting.github.io/npgsqlrest/changelog/)
103
103
  - [NpgsqlRest Client Changelog](https://vb-consulting.github.io/npgsqlrest/client/#changelog)
104
104
 
105
+ ### 1.2.6
106
+
107
+ ```console
108
+ Versions:
109
+ Client Build 1.2.5.0
110
+ NpgsqlRest 2.8.3.0
111
+ NpgsqlRest.HttpFiles 1.0.2.0
112
+ NpgsqlRest.TsClient 1.8.1.0
113
+ ```
114
+
105
115
  ### 1.2.5
106
116
 
107
117
  ```console
108
118
  Versions:
109
119
  Client Build 1.2.4.0
110
- Npgsql 2.8.2.0
120
+ NpgsqlRest 2.8.2.0
111
121
  NpgsqlRest.HttpFiles 1.0.2.0
112
122
  NpgsqlRest.TsClient 1.8.0.0
113
123
  ```
@@ -117,7 +127,7 @@ NpgsqlRest.TsClient 1.8.0.0
117
127
  ```console
118
128
  Versions:
119
129
  Client Build 1.2.3.0
120
- Npgsql 2.8.1.0
130
+ NpgsqlRest 2.8.1.0
121
131
  NpgsqlRest.HttpFiles 1.0.2.0
122
132
  NpgsqlRest.TsClient 1.7.0.0
123
133
  ```
@@ -127,7 +137,7 @@ NpgsqlRest.TsClient 1.7.0.0
127
137
  ```console
128
138
  Versions:
129
139
  Client Build 1.2.2.0
130
- Npgsql 2.8.1.0
140
+ NpgsqlRest 2.8.1.0
131
141
  NpgsqlRest.HttpFiles 1.0.2.0
132
142
  NpgsqlRest.TsClient 1.7.0.0
133
143
  ```
@@ -137,7 +147,7 @@ NpgsqlRest.TsClient 1.7.0.0
137
147
  ```console
138
148
  Versions:
139
149
  Client Build 1.2.1.0
140
- Npgsql 2.8.1.0
150
+ NpgsqlRest 2.8.1.0
141
151
  NpgsqlRest.HttpFiles 1.0.2.0
142
152
  NpgsqlRest.TsClient 1.7.0.0
143
153
  ```
@@ -151,7 +161,7 @@ Fix readme
151
161
  ```console
152
162
  Versions:
153
163
  Client Build 1.2.0.0
154
- Npgsql 2.8.0.0
164
+ NpgsqlRest 2.8.0.0
155
165
  NpgsqlRest.HttpFiles 1.0.2.0
156
166
  NpgsqlRest.TsClient 1.7.0.0
157
167
  ```
@@ -187,7 +197,7 @@ New build versions:
187
197
 
188
198
  ```console
189
199
  Client Build 1.1.0.0
190
- Npgsql 2.7.1.0
200
+ NpgsqlRest 2.7.1.0
191
201
  NpgsqlRest.HttpFiles 1.0.2.0
192
202
  NpgsqlRest.TsClient 1.6.0.0
193
203
  ```