@wdio/firefox-profile-service 7.26.0 → 7.33.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.
package/build/types.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Contains all settings as key value pair. You can find all available settings on the `about:config` page.
3
3
  */
4
- declare type FirefoxSettings = Record<string, any>;
4
+ type FirefoxSettings = Record<string, any>;
5
5
  interface NoProxySettings {
6
6
  proxyType: 'direct';
7
7
  }
@@ -19,7 +19,7 @@ interface ManualProxySettings {
19
19
  sslProxy?: string;
20
20
  socksProxy?: string;
21
21
  }
22
- declare type ProxySettings = NoProxySettings | SystemProxySettings | AutomaticProxySettings | ManualProxySettings;
22
+ type ProxySettings = NoProxySettings | SystemProxySettings | AutomaticProxySettings | ManualProxySettings;
23
23
  export interface FirefoxProfileOptions extends FirefoxSettings {
24
24
  /**
25
25
  * Add one or multiple extensions to the browser session. All entries can be either an absolute path to the `.xpi`
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,aAAK,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAC1C,UAAU,eAAe;IACrB,SAAS,EAAE,QAAQ,CAAC;CACvB;AAED,UAAU,mBAAmB;IACzB,SAAS,EAAE,QAAQ,CAAC;CACvB;AAED,UAAU,sBAAsB;IAC5B,SAAS,EAAE,KAAK,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IACzB,SAAS,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,aAAK,aAAa,GAAG,eAAe,GAAG,mBAAmB,GAAG,sBAAsB,GAAG,mBAAmB,CAAC;AAE1G,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuDG;IACH,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;CACnB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,KAAK,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAC1C,UAAU,eAAe;IACrB,SAAS,EAAE,QAAQ,CAAC;CACvB;AAED,UAAU,mBAAmB;IACzB,SAAS,EAAE,QAAQ,CAAC;CACvB;AAED,UAAU,sBAAsB;IAC5B,SAAS,EAAE,KAAK,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IACzB,SAAS,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,KAAK,aAAa,GAAG,eAAe,GAAG,mBAAmB,GAAG,sBAAsB,GAAG,mBAAmB,CAAC;AAE1G,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuDG;IACH,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;CACnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/firefox-profile-service",
3
- "version": "7.26.0",
3
+ "version": "7.33.0",
4
4
  "description": "WebdriverIO service that lets you define your Firefox profile in your wdio.conf.js",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-firefox-profile-service",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/webdriverio/webdriverio/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@wdio/types": "7.26.0",
32
+ "@wdio/types": "7.33.0",
33
33
  "firefox-profile": "^4.0.0"
34
34
  },
35
35
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "access": "public"
40
40
  },
41
41
  "types": "./build/index.d.ts",
42
- "gitHead": "573927a79dc0a2b9d9a9e19e7d1b8c1ff9fac308"
42
+ "gitHead": "dddde783069dffb85594717ae92415d67ef9ce6b"
43
43
  }