appium-webdriveragent 4.10.12 → 4.10.13

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,5 @@
1
+ ## [4.10.13](https://github.com/appium/WebDriverAgent/compare/v4.10.12...v4.10.13) (2022-12-13)
2
+
1
3
  ## [4.10.12](https://github.com/appium/WebDriverAgent/compare/v4.10.11...v4.10.12) (2022-12-08)
2
4
 
3
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "4.10.12",
3
+ "version": "4.10.13",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -13,7 +13,6 @@
13
13
  "prepare": "npm run build",
14
14
  "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
15
15
  "e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\"",
16
- "prepublishOnly": "npm run bundle",
17
16
  "bundle": "node ./Scripts/build-webdriveragent.js",
18
17
  "fetch-prebuilt-wda": "node ./Scripts/fetch-prebuilt-wda.js"
19
18
  },
@@ -109,7 +108,6 @@
109
108
  "WebDriverAgentRunner",
110
109
  "WebDriverAgentTests",
111
110
  "XCTWebDriverAgentLib",
112
- "WebDriverAgentRunner-Runner.app.zip",
113
111
  "CHANGELOG.md"
114
112
  ]
115
113
  }
Binary file