sealights-protractor-plugin 3.0.17 → 3.0.19

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
@@ -29,7 +29,7 @@ plugins: [{
29
29
  From the command line add sealights parameters with '--sl-' prefix
30
30
 
31
31
  ```
32
- protractor protractor.conf.js --sl-tokenfile <path/to/token-file> --sl-buildsessionidfile <path/to/buildSessionId-file> --sl-testStage e2e
32
+ protractor protractor.conf.js --sl-tokenFile <path/to/token-file> --sl-buildSessionIdFile <path/to/buildSessionId-file> --sl-testStage e2e
33
33
  ```
34
34
 
35
35
  ### Supported parameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sealights-protractor-plugin",
3
- "version": "3.0.17",
3
+ "version": "3.0.19",
4
4
  "description": "Sealights Protractor integration plugin",
5
5
  "author": "Kristijan Stefanoski <k.stefanoski@ext.tricentis.com>",
6
6
  "homepage": "https://github.com/Sealights/SL.OnPremis.Plugins.JavaScript#readme",
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/Sealights/SL.OnPremis.Plugins.JavaScript/issues"
22
22
  },
23
23
  "dependencies": {
24
- "sealights-plugins-common": "2.0.131",
24
+ "sealights-plugins-common": "^2.0.134",
25
25
  "typescript": "^4.4.4"
26
26
  },
27
27
  "peerDependencies": {
@@ -1 +1 @@
1
- export declare const version = "3.0.17";
1
+ export declare const version = "3.0.19";
@@ -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 = "3.0.17";
4
+ exports.version = "3.0.19";
5
5
  //# sourceMappingURL=version.js.map