@appium/test-support 3.0.27 → 3.0.29

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.
@@ -34,7 +34,7 @@ export class MockStore<Mocks extends Record<string, any>> {
34
34
  /**
35
35
  * @param {Mocks} mockDefs
36
36
  */
37
- createMocks(mockDefs: Mocks): MockStore<Mocks>;
37
+ createMocks(mockDefs: Mocks): this;
38
38
  /**
39
39
  * Calls {@linkcode SinonSandbox.verify} on the `sandbox` prop, if it exists
40
40
  */
@@ -1 +1 @@
1
- {"version":3,"file":"mock-utils.d.ts","sourceRoot":"","sources":["../../lib/mock-utils.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,oCAJW,OAAO,MAAM,GAAC,MAAM,EAAC,GAAG,CAAC,iCACH,IAAI,GACxB,MAAM,IAAI,CAatB;AAED;;;GAGG;AACH,yDAEC;AAED;;;GAGG;AACH;IAaE;;;OAGG;IACH,sDAEC;IAlBD;;;OAGG;IACH,SAFU,YAAY,GAAC,SAAS,CAExB;IAgBR;;OAEG;IACH,sBAFW,KAAK,oBAYf;IAED;;OAEG;IACH,eAOC;IAED,cAMC;;CACF;2BAGY,OAAO,OAAO,EAAE,YAAY;kBAjGvB,OAAO"}
1
+ {"version":3,"file":"mock-utils.d.ts","sourceRoot":"","sources":["../../lib/mock-utils.js"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,oCAJW,OAAO,MAAM,GAAC,MAAM,EAAC,GAAG,CAAC,iCACH,IAAI,GACxB,MAAM,IAAI,CAatB;AAED;;;GAGG;AACH,yDAEC;AAED;;;GAGG;AACH;IAaE;;;OAGG;IACH,sDAEC;IAlBD;;;OAGG;IACH,SAFU,YAAY,GAAC,SAAS,CAExB;IAgBR;;OAEG;IACH,sBAFW,KAAK,QAYf;IAED;;OAEG;IACH,eAOC;IAED,cAMC;;CACF;2BAGY,OAAO,OAAO,EAAE,YAAY;kBAjGvB,OAAO"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/test-support",
3
- "version": "3.0.27",
3
+ "version": "3.0.29",
4
4
  "description": "A collection of test utilities used across Appium packages",
5
5
  "keywords": [
6
6
  "automation",
@@ -45,12 +45,12 @@
45
45
  "test:unit": "mocha \"./test/unit/**/*.spec.js\""
46
46
  },
47
47
  "dependencies": {
48
- "@appium/support": "^4.1.9",
48
+ "@appium/support": "^4.1.11",
49
49
  "@colors/colors": "1.6.0",
50
50
  "bluebird": "3.7.2",
51
51
  "lodash": "4.17.21",
52
52
  "loud-rejection": "2.2.0",
53
- "sinon": "16.1.3",
53
+ "sinon": "17.0.1",
54
54
  "source-map-support": "0.5.21"
55
55
  },
56
56
  "engines": {
@@ -60,8 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "typedoc": {
64
- "entryPoint": "./lib/index.js"
65
- },
66
- "gitHead": "717ec38d8cb63330ac1901eda8ef4489d256678b"
63
+ "gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b"
67
64
  }