sealights-newman-wrapper 2.0.133 → 2.0.135

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/README.md CHANGED
@@ -24,7 +24,7 @@ Example:
24
24
  const { slNewman, ConfigProvider } = require('sealights-newman-wrapper');
25
25
 
26
26
  const config = new ConfigProvider({
27
- tokenfile: "sltoken.txt",
27
+ tokenFile: "sltoken.txt",
28
28
  buildSessionIdFile: "buildSessionId",
29
29
  testStage: "newman",
30
30
  });
@@ -40,7 +40,7 @@ slNewman.run(config, {
40
40
  From the command line add sealights parameters with '--sl-' prefix
41
41
 
42
42
  ```
43
- npx sealights-newman-wrapper ... --sl-tokenfile <path/to/token-file> --sl-buildsessionidfile <path/to/buildSessionId-file> --sl-testStage e2e
43
+ npx sealights-newman-wrapper ... --sl-tokenFile <path/to/token-file> --sl-buildSessionIdFile <path/to/buildSessionId-file> --sl-testStage e2e
44
44
  ```
45
45
 
46
46
  ### Passing parameters to plugin via config file
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "2.0.133";
1
+ export declare const version = "2.0.135";
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "2.0.133";
4
+ exports.version = "2.0.135";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sealights-newman-wrapper",
3
- "version": "2.0.133",
3
+ "version": "2.0.135",
4
4
  "description": "Sealights agent for Newman",
5
5
  "main": "dist/index.js",
6
6
  "bin": "bin/index.js",
@@ -18,7 +18,7 @@
18
18
  "lodash": "^4.17.21",
19
19
  "minimist": "^1.2.8",
20
20
  "postman-collection": "^4.4.0",
21
- "sealights-plugins-common": "2.0.131"
21
+ "sealights-plugins-common": "^2.0.134"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/lodash": "^4.14.200",