npgsqlrest 1.2.4 → 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.4",
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.1-client-v1.2.3/";
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,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.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
+
115
+ ### 1.2.5
116
+
117
+ ```console
118
+ Versions:
119
+ Client Build 1.2.4.0
120
+ NpgsqlRest 2.8.2.0
121
+ NpgsqlRest.HttpFiles 1.0.2.0
122
+ NpgsqlRest.TsClient 1.8.0.0
123
+ ```
124
+
105
125
  ### 1.2.4
106
126
 
107
127
  ```console
108
128
  Versions:
109
129
  Client Build 1.2.3.0
110
- Npgsql 2.8.1.0
130
+ NpgsqlRest 2.8.1.0
111
131
  NpgsqlRest.HttpFiles 1.0.2.0
112
132
  NpgsqlRest.TsClient 1.7.0.0
113
133
  ```
@@ -117,7 +137,7 @@ NpgsqlRest.TsClient 1.7.0.0
117
137
  ```console
118
138
  Versions:
119
139
  Client Build 1.2.2.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.1.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
  ```
@@ -141,7 +161,7 @@ Fix readme
141
161
  ```console
142
162
  Versions:
143
163
  Client Build 1.2.0.0
144
- Npgsql 2.8.0.0
164
+ NpgsqlRest 2.8.0.0
145
165
  NpgsqlRest.HttpFiles 1.0.2.0
146
166
  NpgsqlRest.TsClient 1.7.0.0
147
167
  ```
@@ -177,7 +197,7 @@ New build versions:
177
197
 
178
198
  ```console
179
199
  Client Build 1.1.0.0
180
- Npgsql 2.7.1.0
200
+ NpgsqlRest 2.7.1.0
181
201
  NpgsqlRest.HttpFiles 1.0.2.0
182
202
  NpgsqlRest.TsClient 1.6.0.0
183
203
  ```