testlens-playwright-reporter 0.3.1 → 0.3.2

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/index.js CHANGED
@@ -1,5 +1,3 @@
1
- process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
2
-
3
1
  const { randomUUID } = require('crypto');
4
2
  const os = require('os');
5
3
  const path = require('path');
package/index.ts CHANGED
@@ -1,5 +1,3 @@
1
- process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
2
-
3
1
  import { randomUUID } from 'crypto';
4
2
  import * as os from 'os';
5
3
  import * as path from 'path';
package/lib/index.js CHANGED
@@ -37,7 +37,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.TestLensReporter = void 0;
40
- process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
41
40
  const crypto_1 = require("crypto");
42
41
  const os = __importStar(require("os"));
43
42
  const path = __importStar(require("path"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testlens-playwright-reporter",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Universal Playwright reporter for TestLens - works with both TypeScript and JavaScript projects",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",