appium-webdriveragent 7.3.0 → 7.3.1

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [7.3.1](https://github.com/appium/WebDriverAgent/compare/v7.3.0...v7.3.1) (2024-03-24)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * move node-simctl to dev deps ([#869](https://github.com/appium/WebDriverAgent/issues/869)) ([9033759](https://github.com/appium/WebDriverAgent/commit/90337597e6c480c790cf299e160bc53731c0a87d))
7
+
1
8
  ## [7.3.0](https://github.com/appium/WebDriverAgent/compare/v7.2.0...v7.3.0) (2024-03-23)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -73,6 +73,7 @@
73
73
  "eslint-plugin-import": "^2.28.0",
74
74
  "eslint-plugin-mocha": "^10.1.0",
75
75
  "eslint-plugin-promise": "^6.1.1",
76
+ "node-simctl": "^7.0.1",
76
77
  "mocha": "^10.0.0",
77
78
  "prettier": "^3.0.0",
78
79
  "semantic-release": "^23.0.0",
@@ -91,7 +92,6 @@
91
92
  "axios": "^1.4.0",
92
93
  "bluebird": "^3.5.5",
93
94
  "lodash": "^4.17.11",
94
- "node-simctl": "^7.0.1",
95
95
  "source-map-support": "^0.x",
96
96
  "teen_process": "^2.0.0"
97
97
  },