appium-ios-device 2.7.1 → 2.7.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.7.3](https://github.com/appium/appium-ios-device/compare/v2.7.2...v2.7.3) (2023-09-17)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump @types/teen_process from 2.0.0 to 2.0.1 ([#134](https://github.com/appium/appium-ios-device/issues/134)) ([183f168](https://github.com/appium/appium-ios-device/commit/183f168d5e0709aa2221f77d007b6a3a886743f9))
7
+
8
+ ## [2.7.2](https://github.com/appium/appium-ios-device/compare/v2.7.1...v2.7.2) (2023-08-28)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * Bump conventional-changelog-conventionalcommits ([#130](https://github.com/appium/appium-ios-device/issues/130)) ([9625967](https://github.com/appium/appium-ios-device/commit/96259679a5566a8c0f51554e21f4796408301f8d))
14
+
1
15
  ## [2.7.1](https://github.com/appium/appium-ios-device/compare/v2.7.0...v2.7.1) (2023-08-25)
2
16
 
3
17
 
@@ -4,7 +4,7 @@ export class BaseServiceSocket {
4
4
  * @param {import('net').Socket} socketClient
5
5
  */
6
6
  constructor(socketClient: import('net').Socket);
7
- _socketClient: import("net").Socket;
7
+ _socketClient: import("node:net").Socket;
8
8
  _assignClientFailureHandlers(...sourceStreams: any[]): void;
9
9
  /**
10
10
  * Closes the underlying socket communicating with the phone
@@ -1 +1 @@
1
- {"version":3,"file":"base-service.d.ts","sourceRoot":"","sources":["../../lib/base-service.js"],"names":[],"mappings":";AAAA;IACE;;OAEG;IACH,0BAFW,OAAO,KAAK,EAAE,MAAM,EAI9B;IADC,oCAAiC;IAGnC,4DAKC;IAED;;OAEG;IACH,cAIC;CACF;AAED;IACE;;OAEG;IACH,0BAFW,OAAO,iBAAiB,EAAE,YAAY,EAIhD;IADC,sDAAiC;IAGnC;;OAEG;IACH,cAEC;CACF"}
1
+ {"version":3,"file":"base-service.d.ts","sourceRoot":"","sources":["../../lib/base-service.js"],"names":[],"mappings":";AAAA;IACE;;OAEG;IACH,0BAFW,OAAO,KAAK,EAAE,MAAM,EAI9B;IADC,yCAAiC;IAGnC,4DAKC;IAED;;OAEG;IACH,cAIC;CACF;AAED;IACE;;OAEG;IACH,0BAFW,OAAO,iBAAiB,EAAE,YAAY,EAIhD;IADC,sDAAiC;IAGnC;;OAEG;IACH,cAEC;CACF"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "appium"
6
6
  ],
7
- "version": "2.7.1",
7
+ "version": "2.7.3",
8
8
  "author": "Appium Contributors",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
@@ -81,12 +81,12 @@
81
81
  "@types/node": "^20.4.7",
82
82
  "@types/sinon": "^10.0.16",
83
83
  "@types/sinon-chai": "^3.2.9",
84
- "@types/teen_process": "2.0.0",
84
+ "@types/teen_process": "2.0.1",
85
85
  "@typescript-eslint/eslint-plugin": "^5.62.0",
86
86
  "@typescript-eslint/parser": "^5.62.0",
87
87
  "chai": "^4.1.2",
88
88
  "chai-as-promised": "^7.1.1",
89
- "conventional-changelog-conventionalcommits": "^6.0.0",
89
+ "conventional-changelog-conventionalcommits": "^7.0.1",
90
90
  "eslint": "^8.46.0",
91
91
  "eslint-config-prettier": "^8.9.0",
92
92
  "eslint-import-resolver-typescript": "^3.5.5",