Skip to content

Commit

Permalink
npm v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbilopav committed May 30, 2024
1 parent b5fd4bb commit 81d8406
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npgsqlrest",
"version": "1.2.3",
"version": "1.2.4",
"description": "Automatic REST API for PostgreSQL Databases Client Build",
"scripts": {
"postinstall": "node postinstall.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const os = require("os");
const https = require("https");

const downloadDir = "../.bin/";
const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.8.1-client-v1.2.2/";
const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.8.1-client-v1.2.3/";

function download(url, to, done) {
https.get(url, (response) => {
Expand Down
10 changes: 10 additions & 0 deletions npm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ See the detailed change log:
- [NpgsqlRest Changelog](https://vb-consulting.github.io/npgsqlrest/changelog/)
- [NpgsqlRest Client Changelog](https://vb-consulting.github.io/npgsqlrest/client/#changelog)

### 1.2.4

```console
Versions:
Client Build 1.2.3.0
Npgsql 2.8.1.0
NpgsqlRest.HttpFiles 1.0.2.0
NpgsqlRest.TsClient 1.7.0.0
```

### 1.2.3

```console
Expand Down

0 comments on commit 81d8406

Please sign in to comment.