restura-cli 0.2.16 → 0.2.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5573,7 +5573,7 @@ function buildOne(name, outputPath) {
5573
5573
  }
5574
5574
 
5575
5575
  // package.json
5576
- var version = "0.2.16";
5576
+ var version = "0.2.17";
5577
5577
 
5578
5578
  // src/index.ts
5579
5579
  if (process.env.HTTP_PROXY || process.env.http_proxy || process.env.HTTPS_PROXY || process.env.https_proxy) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "restura-cli",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "Restura CLI — run API collections in CI with JUnit/HTML/JSON reporters",
5
5
  "license": "MIT",
6
6
  "author": "dipjyotimetia",