chore: publish

- appium@2.0.0-rc.4
 - @appium/base-driver@9.3.14
 - @appium/base-plugin@2.2.14
 - @appium/doctor@2.0.20
 - @appium/docutils@0.4.3
 - @appium/driver-test-support@0.4.9
 - @appium/fake-plugin@3.1.18
 - @appium/plugin-test-support@0.3.17
 - @appium/support@4.1.1
 - @appium/test-support@3.0.19
 - @appium/types@0.13.1
This commit is contained in:
Jonathan Lipps
2023-06-29 11:17:15 -07:00
parent 08a1f1be94
commit 58b71869d1
23 changed files with 162 additions and 73 deletions

90
package-lock.json generated
View File

@@ -21542,16 +21542,16 @@
}
},
"packages/appium": {
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@appium/base-driver": "^9.3.13",
"@appium/base-plugin": "^2.2.13",
"@appium/docutils": "^0.4.2",
"@appium/base-driver": "^9.3.14",
"@appium/base-plugin": "^2.2.14",
"@appium/docutils": "^0.4.3",
"@appium/schema": "^0.3.0",
"@appium/support": "^4.1.0",
"@appium/types": "^0.13.0",
"@appium/support": "^4.1.1",
"@appium/types": "^0.13.1",
"@sidvind/better-ajv-errors": "2.1.0",
"@types/argparse": "2.0.10",
"@types/bluebird": "3.5.38",
@@ -21754,11 +21754,11 @@
},
"packages/base-driver": {
"name": "@appium/base-driver",
"version": "9.3.13",
"version": "9.3.14",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/types": "^0.13.0",
"@appium/support": "^4.1.1",
"@appium/types": "^0.13.1",
"@colors/colors": "1.5.0",
"@types/async-lock": "1.4.0",
"@types/bluebird": "3.5.38",
@@ -21806,11 +21806,11 @@
},
"packages/base-plugin": {
"name": "@appium/base-plugin",
"version": "2.2.13",
"version": "2.2.14",
"license": "Apache-2.0",
"dependencies": {
"@appium/base-driver": "^9.3.13",
"@appium/support": "^4.1.0"
"@appium/base-driver": "^9.3.14",
"@appium/support": "^4.1.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -21819,10 +21819,10 @@
},
"packages/doctor": {
"name": "@appium/doctor",
"version": "2.0.19",
"version": "2.0.20",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@colors/colors": "1.5.0",
"@types/bluebird": "3.5.38",
"@types/teen_process": "2.0.0",
@@ -21844,10 +21844,10 @@
},
"packages/docutils": {
"name": "@appium/docutils",
"version": "0.4.2",
"version": "0.4.3",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@appium/tsconfig": "^0.3.0",
"@appium/typedoc-plugin-appium": "^0.6.5",
"@sliphua/lilconfig-ts-loader": "3.2.2",
@@ -21971,10 +21971,10 @@
},
"packages/driver-test-support": {
"name": "@appium/driver-test-support",
"version": "0.4.8",
"version": "0.4.9",
"license": "Apache-2.0",
"dependencies": {
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"@types/lodash": "4.14.195",
"@types/stoppable": "1.1.1",
"axios": "1.4.0",
@@ -22087,11 +22087,11 @@
},
"packages/fake-plugin": {
"name": "@appium/fake-plugin",
"version": "3.1.17",
"version": "3.1.18",
"license": "Apache-2.0",
"dependencies": {
"@appium/base-plugin": "^2.2.13",
"@appium/support": "^4.1.0",
"@appium/base-plugin": "^2.2.14",
"@appium/support": "^4.1.1",
"@types/bluebird": "3.5.38",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -22150,10 +22150,10 @@
},
"packages/plugin-test-support": {
"name": "@appium/plugin-test-support",
"version": "0.3.16",
"version": "0.3.17",
"license": "Apache-2.0",
"dependencies": {
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
@@ -22213,11 +22213,11 @@
},
"packages/support": {
"name": "@appium/support",
"version": "4.1.0",
"version": "4.1.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/tsconfig": "^0.3.0",
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"@colors/colors": "1.5.0",
"@types/archiver": "5.3.2",
"@types/base64-stream": "1.0.2",
@@ -22460,10 +22460,10 @@
},
"packages/test-support": {
"name": "@appium/test-support",
"version": "3.0.18",
"version": "3.0.19",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@colors/colors": "1.5.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -22516,7 +22516,7 @@
},
"packages/types": {
"name": "@appium/types",
"version": "0.13.0",
"version": "0.13.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/schema": "^0.3.0",
@@ -22564,8 +22564,8 @@
"@appium/base-driver": {
"version": "file:packages/base-driver",
"requires": {
"@appium/support": "^4.1.0",
"@appium/types": "^0.13.0",
"@appium/support": "^4.1.1",
"@appium/types": "^0.13.1",
"@colors/colors": "1.5.0",
"@types/async-lock": "1.4.0",
"@types/bluebird": "3.5.38",
@@ -22607,14 +22607,14 @@
"@appium/base-plugin": {
"version": "file:packages/base-plugin",
"requires": {
"@appium/base-driver": "^9.3.13",
"@appium/support": "^4.1.0"
"@appium/base-driver": "^9.3.14",
"@appium/support": "^4.1.1"
}
},
"@appium/doctor": {
"version": "file:packages/doctor",
"requires": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@colors/colors": "1.5.0",
"@types/bluebird": "3.5.38",
"@types/teen_process": "2.0.0",
@@ -22630,7 +22630,7 @@
"@appium/docutils": {
"version": "file:packages/docutils",
"requires": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@appium/tsconfig": "^0.3.0",
"@appium/typedoc-plugin-appium": "^0.6.5",
"@sliphua/lilconfig-ts-loader": "3.2.2",
@@ -22712,7 +22712,7 @@
"@appium/driver-test-support": {
"version": "file:packages/driver-test-support",
"requires": {
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"@types/lodash": "4.14.195",
"@types/stoppable": "1.1.1",
"axios": "1.4.0",
@@ -22770,8 +22770,8 @@
"@appium/fake-plugin": {
"version": "file:packages/fake-plugin",
"requires": {
"@appium/base-plugin": "^2.2.13",
"@appium/support": "^4.1.0",
"@appium/base-plugin": "^2.2.14",
"@appium/support": "^4.1.1",
"@types/bluebird": "3.5.38",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -22807,7 +22807,7 @@
"@appium/plugin-test-support": {
"version": "file:packages/plugin-test-support",
"requires": {
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
@@ -22840,7 +22840,7 @@
"version": "file:packages/support",
"requires": {
"@appium/tsconfig": "^0.3.0",
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"@colors/colors": "1.5.0",
"@types/archiver": "5.3.2",
"@types/base64-stream": "1.0.2",
@@ -23010,7 +23010,7 @@
"@appium/test-support": {
"version": "file:packages/test-support",
"requires": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@colors/colors": "1.5.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -26483,12 +26483,12 @@
"appium": {
"version": "file:packages/appium",
"requires": {
"@appium/base-driver": "^9.3.13",
"@appium/base-plugin": "^2.2.13",
"@appium/docutils": "^0.4.2",
"@appium/base-driver": "^9.3.14",
"@appium/base-plugin": "^2.2.14",
"@appium/docutils": "^0.4.3",
"@appium/schema": "^0.3.0",
"@appium/support": "^4.1.0",
"@appium/types": "^0.13.0",
"@appium/support": "^4.1.1",
"@appium/types": "^0.13.1",
"@sidvind/better-ajv-errors": "2.1.0",
"@types/argparse": "2.0.10",
"@types/bluebird": "3.5.38",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.0-rc.4](https://github.com/appium/appium/compare/appium@2.0.0-rc.3...appium@2.0.0-rc.4) (2023-06-29)
**Note:** Version bump only for package appium
## [2.0.0-rc.3](https://github.com/appium/appium/compare/appium@2.0.0-rc.2...appium@2.0.0-rc.3) (2023-06-15)
**Note:** Version bump only for package appium

View File

@@ -1,6 +1,6 @@
{
"name": "appium",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Automation for Apps.",
"keywords": [
"automation",
@@ -60,12 +60,12 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^9.3.13",
"@appium/base-plugin": "^2.2.13",
"@appium/docutils": "^0.4.2",
"@appium/base-driver": "^9.3.14",
"@appium/base-plugin": "^2.2.14",
"@appium/docutils": "^0.4.3",
"@appium/schema": "^0.3.0",
"@appium/support": "^4.1.0",
"@appium/types": "^0.13.0",
"@appium/support": "^4.1.1",
"@appium/types": "^0.13.1",
"@sidvind/better-ajv-errors": "2.1.0",
"@types/argparse": "2.0.10",
"@types/bluebird": "3.5.38",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [9.3.14](https://github.com/appium/appium/compare/@appium/base-driver@9.3.13...@appium/base-driver@9.3.14) (2023-06-29)
**Note:** Version bump only for package @appium/base-driver
## [9.3.13](https://github.com/appium/appium/compare/@appium/base-driver@9.3.12...@appium/base-driver@9.3.13) (2023-06-15)

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/base-driver",
"version": "9.3.13",
"version": "9.3.14",
"description": "Base driver class for Appium drivers",
"keywords": [
"automation",
@@ -44,8 +44,8 @@
"test:types": "tsd"
},
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/types": "^0.13.0",
"@appium/support": "^4.1.1",
"@appium/types": "^0.13.1",
"@colors/colors": "1.5.0",
"@types/async-lock": "1.4.0",
"@types/bluebird": "3.5.38",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.2.14](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.13...@appium/base-plugin@2.2.14) (2023-06-29)
**Note:** Version bump only for package @appium/base-plugin
## [2.2.13](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.12...@appium/base-plugin@2.2.13) (2023-06-15)
**Note:** Version bump only for package @appium/base-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/base-plugin",
"version": "2.2.13",
"version": "2.2.14",
"description": "The base plugin used to create Appium 2.0 plugins",
"keywords": [
"automation",
@@ -40,8 +40,8 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^9.3.13",
"@appium/support": "^4.1.0"
"@appium/base-driver": "^9.3.14",
"@appium/support": "^4.1.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.20](https://github.com/appium/appium/compare/@appium/doctor@2.0.19...@appium/doctor@2.0.20) (2023-06-29)
**Note:** Version bump only for package @appium/doctor
## [2.0.19](https://github.com/appium/appium/compare/@appium/doctor@2.0.18...@appium/doctor@2.0.19) (2023-06-15)
**Note:** Version bump only for package @appium/doctor

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/doctor",
"version": "2.0.19",
"version": "2.0.20",
"description": "Test environment for fitness to run Appium",
"keywords": [
"automation",
@@ -44,7 +44,7 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@colors/colors": "1.5.0",
"@types/bluebird": "3.5.38",
"@types/teen_process": "2.0.0",

View File

@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.3](https://github.com/appium/appium/compare/@appium/docutils@0.4.2...@appium/docutils@0.4.3) (2023-06-29)
### Bug Fixes
* **docutils:** docs versioning and update latest ([#18804](https://github.com/appium/appium/issues/18804)) ([52a755a](https://github.com/appium/appium/commit/52a755a9135e06ad676cc422e37b5cab019c5b85))
## [0.4.2](https://github.com/appium/appium/compare/@appium/docutils@0.4.1...@appium/docutils@0.4.2) (2023-06-15)

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/docutils",
"version": "0.4.2",
"version": "0.4.3",
"description": "Documentation generation utilities for Appium and related projects",
"keywords": [
"automation",
@@ -49,7 +49,7 @@
"start": "node ./build/lib/cli/index.js"
},
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@appium/tsconfig": "^0.3.0",
"@appium/typedoc-plugin-appium": "^0.6.5",
"@sliphua/lilconfig-ts-loader": "3.2.2",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.9](https://github.com/appium/appium/compare/@appium/driver-test-support@0.4.8...@appium/driver-test-support@0.4.9) (2023-06-29)
**Note:** Version bump only for package @appium/driver-test-support
## [0.4.8](https://github.com/appium/appium/compare/@appium/driver-test-support@0.4.7...@appium/driver-test-support@0.4.8) (2023-06-15)
**Note:** Version bump only for package @appium/driver-test-support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/driver-test-support",
"version": "0.4.8",
"version": "0.4.9",
"description": "Test utilities for Appium drivers",
"keywords": [
"automation",
@@ -41,7 +41,7 @@
},
"types": "./build/lib/index.d.ts",
"dependencies": {
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"@types/lodash": "4.14.195",
"@types/stoppable": "1.1.1",
"axios": "1.4.0",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.1.18](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.17...@appium/fake-plugin@3.1.18) (2023-06-29)
**Note:** Version bump only for package @appium/fake-plugin
## [3.1.17](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.16...@appium/fake-plugin@3.1.17) (2023-06-15)
**Note:** Version bump only for package @appium/fake-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/fake-plugin",
"version": "3.1.17",
"version": "3.1.18",
"description": "A fake Appium 2.0 plugin",
"keywords": [
"automation",
@@ -39,8 +39,8 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-plugin": "^2.2.13",
"@appium/support": "^4.1.0",
"@appium/base-plugin": "^2.2.14",
"@appium/support": "^4.1.1",
"@types/bluebird": "3.5.38",
"bluebird": "3.7.2",
"lodash": "4.17.21",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.17](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.16...@appium/plugin-test-support@0.3.17) (2023-06-29)
**Note:** Version bump only for package @appium/plugin-test-support
## [0.3.16](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.15...@appium/plugin-test-support@0.3.16) (2023-06-15)
**Note:** Version bump only for package @appium/plugin-test-support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/plugin-test-support",
"version": "0.3.16",
"version": "0.3.17",
"description": "Testing utilities for Appium plugins",
"keywords": [
"automation",
@@ -41,7 +41,7 @@
"test:unit": "exit 0"
},
"dependencies": {
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.1.1](https://github.com/appium/appium/compare/@appium/support@4.1.0...@appium/support@4.1.1) (2023-06-29)
**Note:** Version bump only for package @appium/support
## [4.1.0](https://github.com/appium/appium/compare/@appium/support@4.0.3...@appium/support@4.1.0) (2023-06-15)

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/support",
"version": "4.1.0",
"version": "4.1.1",
"description": "Support libs used across appium packages",
"keywords": [
"automation",
@@ -42,7 +42,7 @@
},
"dependencies": {
"@appium/tsconfig": "^0.3.0",
"@appium/types": "^0.13.0",
"@appium/types": "^0.13.1",
"@colors/colors": "1.5.0",
"@types/archiver": "5.3.2",
"@types/base64-stream": "1.0.2",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.0.19](https://github.com/appium/appium/compare/@appium/test-support@3.0.18...@appium/test-support@3.0.19) (2023-06-29)
**Note:** Version bump only for package @appium/test-support
## [3.0.18](https://github.com/appium/appium/compare/@appium/test-support@3.0.17...@appium/test-support@3.0.18) (2023-06-15)
**Note:** Version bump only for package @appium/test-support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/test-support",
"version": "3.0.18",
"version": "3.0.19",
"description": "A collection of test utilities used across Appium packages",
"keywords": [
"automation",
@@ -45,7 +45,7 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/support": "^4.1.0",
"@appium/support": "^4.1.1",
"@colors/colors": "1.5.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.13.1](https://github.com/appium/appium/compare/@appium/types@0.13.0...@appium/types@0.13.1) (2023-06-29)
**Note:** Version bump only for package @appium/types
## [0.13.0](https://github.com/appium/appium/compare/@appium/types@0.12.0...@appium/types@0.13.0) (2023-06-15)

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/types",
"version": "0.13.0",
"version": "0.13.1",
"description": "Various type declarations used across Appium",
"keywords": [
"automation",