suitest-js-api 3.2.4 → 3.3.0

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/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -271,6 +271,8 @@ declare namespace suitest {
271
271
  suitestify: boolean;
272
272
  domainList: string[];
273
273
  variables: Record<string, string>;
274
+ platform: string;
275
+ isHtmlBased: boolean;
274
276
  }
275
277
 
276
278
  interface ConfigureOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suitest-js-api",
3
- "version": "3.2.4",
3
+ "version": "3.3.0",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:SuitestAutomation/suitest-js-api.git",
6
6
  "author": "Suitest <hello@suite.st>",