History log of /unit/src/nodejs/unit-http/package.json (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1898:7158c417a711 15-Jun-2021 Max Romanov

Node.js: improving and test packaging.

The patch removes the "files" section from package.json to avoid future issues
with missing files. For package testing purposes, 'npm pack' is used instead
of

Node.js: improving and test packaging.

The patch removes the "files" section from package.json to avoid future issues
with missing files. For package testing purposes, 'npm pack' is used instead
of plain 'tar' to simulate packaging more accurately.

show more ...


# 1897:7dccbd380eb1 02-Jun-2021 Max Romanov

Node.js: packaging new loader.js and loader.mjs.

The files loader.js and loader.mjs (introduced in f85b85094541 and 3c551b9721df)
were added to the packaged files list.


Revision tags: 1.24.0-1, 1.24.0, 1.23.0-1, 1.23.0
# 1831:da356521859a 25-Mar-2021 Valentin Bartenev

Node.js: used distinct placeholder for version in "package.json".

This makes the "sed" instruction simpler and more portable, as the previous
variant didn't work well on BSD systems due to the "\s"

Node.js: used distinct placeholder for version in "package.json".

This makes the "sed" instruction simpler and more portable, as the previous
variant didn't work well on BSD systems due to the "\s" metacharacter.

Thanks to Sergey A. Osokin <osa@FreeBSD.org.ru> for spotting this issue.

Also, this should prevent accidentally creating a version 1.0.0 package.

show more ...


Revision tags: 1.22.0-1, 1.22.0, 1.21.0-1, 1.21.0, 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0, 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0, 1.12.0-1, 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0, 1.10.0-2, 1.10.0-1, 1.10.0
# 1132:9ac5b5f33ed9 20-Aug-2019 Max Romanov

Node.js: introducing websocket support.


# 1080:e38b21f9e940 17-Jun-2019 Max Romanov

Node.js: packaging new nxt_napi.h.

File nxt_napi.h (introduced in 53533ba0097c) added into packaged files
list.

This closes #261 issue on GitHub.


Revision tags: 1.9.0-1, 1.9.0, 1.8.0-1, 1.8.0, 1.7.1-1, 1.7.1, 1.7-1, 1.7
# 878:8867c1c7c2bf 19-Dec-2018 Alexander Borisov

Node.js: added check for libunit version at compile time.


# 868:fd323ad9e24f 12-Dec-2018 Valentin Bartenev

Node.js: removed unused dependency.


Revision tags: 1.6-1, 1.6, 1.5-1, 1.5
# 816:e92e58984512 23-Oct-2018 Alexander Borisov

Added ability to publish Node.js module.


# 802:fb9a6392d04a 03-Oct-2018 Alexander Borisov

Added Node.js support.