npgsqlrest 1.2.5 → 1.2.7

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.7",
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.4-client-v1.2.7/";
10
10
 
11
11
  function download(url, to, done) {
12
12
  https.get(url, (response) => {
package/readme.md CHANGED
@@ -102,12 +102,32 @@ 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.7
106
+
107
+ ```console
108
+ Versions:
109
+ Client Build 1.2.7.0
110
+ NpgsqlRest 2.8.4.0
111
+ NpgsqlRest.HttpFiles 1.0.2.0
112
+ NpgsqlRest.TsClient 1.8.1.0
113
+ ```
114
+
115
+ ### 1.2.6
116
+
117
+ ```console
118
+ Versions:
119
+ Client Build 1.2.5.0
120
+ NpgsqlRest 2.8.3.0
121
+ NpgsqlRest.HttpFiles 1.0.2.0
122
+ NpgsqlRest.TsClient 1.8.1.0
123
+ ```
124
+
105
125
  ### 1.2.5
106
126
 
107
127
  ```console
108
128
  Versions:
109
129
  Client Build 1.2.4.0
110
- Npgsql 2.8.2.0
130
+ NpgsqlRest 2.8.2.0
111
131
  NpgsqlRest.HttpFiles 1.0.2.0
112
132
  NpgsqlRest.TsClient 1.8.0.0
113
133
  ```
@@ -117,7 +137,7 @@ NpgsqlRest.TsClient 1.8.0.0
117
137
  ```console
118
138
  Versions:
119
139
  Client Build 1.2.3.0
120
- Npgsql 2.8.1.0
140
+ NpgsqlRest 2.8.1.0
121
141
  NpgsqlRest.HttpFiles 1.0.2.0
122
142
  NpgsqlRest.TsClient 1.7.0.0
123
143
  ```
@@ -127,7 +147,7 @@ NpgsqlRest.TsClient 1.7.0.0
127
147
  ```console
128
148
  Versions:
129
149
  Client Build 1.2.2.0
130
- Npgsql 2.8.1.0
150
+ NpgsqlRest 2.8.1.0
131
151
  NpgsqlRest.HttpFiles 1.0.2.0
132
152
  NpgsqlRest.TsClient 1.7.0.0
133
153
  ```
@@ -137,7 +157,7 @@ NpgsqlRest.TsClient 1.7.0.0
137
157
  ```console
138
158
  Versions:
139
159
  Client Build 1.2.1.0
140
- Npgsql 2.8.1.0
160
+ NpgsqlRest 2.8.1.0
141
161
  NpgsqlRest.HttpFiles 1.0.2.0
142
162
  NpgsqlRest.TsClient 1.7.0.0
143
163
  ```
@@ -151,7 +171,7 @@ Fix readme
151
171
  ```console
152
172
  Versions:
153
173
  Client Build 1.2.0.0
154
- Npgsql 2.8.0.0
174
+ NpgsqlRest 2.8.0.0
155
175
  NpgsqlRest.HttpFiles 1.0.2.0
156
176
  NpgsqlRest.TsClient 1.7.0.0
157
177
  ```
@@ -187,7 +207,7 @@ New build versions:
187
207
 
188
208
  ```console
189
209
  Client Build 1.1.0.0
190
- Npgsql 2.7.1.0
210
+ NpgsqlRest 2.7.1.0
191
211
  NpgsqlRest.HttpFiles 1.0.2.0
192
212
  NpgsqlRest.TsClient 1.6.0.0
193
213
  ```