summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-15Node.js: improving and test packaging.Max Romanov1-22/+0
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.
2021-06-02Node.js: packaging new loader.js and loader.mjs.Max Romanov1-0/+2
The files loader.js and loader.mjs (introduced in f85b85094541 and 3c551b9721df) were added to the packaged files list.
2021-03-25Node.js: used distinct placeholder for version in "package.json".Valentin Bartenev1-1/+1
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.
2019-08-20Node.js: introducing websocket support.Max Romanov1-1/+8
2019-06-17Node.js: packaging new nxt_napi.h.Max Romanov1-0/+1
File nxt_napi.h (introduced in 53533ba0097c) added into packaged files list. This closes #261 issue on GitHub.
2018-12-19Node.js: added check for libunit version at compile time.Alexander Borisov1-4/+5
2018-12-12Node.js: removed unused dependency.Valentin Bartenev1-4/+1
2018-10-23Added ability to publish Node.js module.Alexander Borisov1-1/+1
2018-10-03Added Node.js support.Alexander Borisov1-0/+29