hurl/contrib/npm
2024-08-30 16:13:55 +02:00
..
hurl Update npm Hurl 5.0.1 package. 2024-08-30 16:13:55 +02:00
check_publish.py Fix axios CVE and improve npm check_publish script 2024-08-22 16:02:23 +02:00
README.md Fix axios CVE and improve npm check_publish script 2024-08-22 16:02:23 +02:00

Hurl on npm

Hurl is distributed on npm as a thin wrapper around the native binary.

Build

Publish

To publish a new version of the package PACKAGE_VERSION using the binary HURL_VERSION:

$ cp docs/manual/*.1 contrib/npm/hurl/docs/
$ python3 ./contrib/npm/check_publish.py $HURL_VERSION $PACKAGE_VERSION
$ rm -rfd contrib/npm/hurl/dist contrib/npm/hurl/node_modules
$ npm publish --dry-run contrib/npm/hurl/
$ npm publish contrib/npm/hurl/