restura-cli 0.2.15 → 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.
package/dist/index.js CHANGED
@@ -3877,7 +3877,7 @@ var PM_EXPECT_BOOTSTRAP = `
3877
3877
  var cached = null;
3878
3878
  function loadSandboxLibraries() {
3879
3879
  if (!cached) {
3880
- cached = import("./bundle.generated-SLCGKGZD.js").then((mod) => ({
3880
+ cached = import("./bundle.generated-BZK3RLUN.js").then((mod) => ({
3881
3881
  sources: mod.LIBRARY_SOURCES,
3882
3882
  globalNames: mod.LIBRARY_GLOBAL_NAMES,
3883
3883
  prelude: mod.SANDBOX_PRELUDE
@@ -5573,7 +5573,7 @@ function buildOne(name, outputPath) {
5573
5573
  }
5574
5574
 
5575
5575
  // package.json
5576
- var version = "0.2.15";
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.15",
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",