appium-webdriveragent 5.11.2 → 5.11.4

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
+ ## [5.11.4](https://github.com/appium/WebDriverAgent/compare/v5.11.3...v5.11.4) (2023-10-23)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump sinon from 16.1.3 to 17.0.0 ([#795](https://github.com/appium/WebDriverAgent/issues/795)) ([4921899](https://github.com/appium/WebDriverAgent/commit/4921899d96800dbcd59a9c27ba793ad16d0c715b))
7
+
8
+ ## [5.11.3](https://github.com/appium/WebDriverAgent/compare/v5.11.2...v5.11.3) (2023-10-21)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * use PRODUCT_BUNDLE_IDENTIFIER to info.plist ([#794](https://github.com/appium/WebDriverAgent/issues/794)) ([543c498](https://github.com/appium/WebDriverAgent/commit/543c49860d2d35148bcbaa33e14d3e1dab058cef))
14
+
1
15
  ## [5.11.2](https://github.com/appium/WebDriverAgent/compare/v5.11.1...v5.11.2) (2023-10-19)
2
16
 
3
17
 
@@ -7,7 +7,7 @@
7
7
  <key>CFBundleExecutable</key>
8
8
  <string>$(EXECUTABLE_NAME)</string>
9
9
  <key>CFBundleIdentifier</key>
10
- <string>com.facebook.wda.runner</string>
10
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
11
  <key>CFBundleInfoDictionaryVersion</key>
12
12
  <string>6.0</string>
13
13
  <key>CFBundleName</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "5.11.2",
3
+ "version": "5.11.4",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -88,7 +88,7 @@
88
88
  "pre-commit": "^1.2.2",
89
89
  "prettier": "^3.0.0",
90
90
  "semantic-release": "^21.1.0",
91
- "sinon": "^16.0.0",
91
+ "sinon": "^17.0.0",
92
92
  "ts-node": "^10.9.1",
93
93
  "typescript": "^5.1.6"
94
94
  },