chore: publish

- appium@3.0.2
 - @appium/base-driver@10.0.1
 - @appium/base-plugin@3.0.2
 - @appium/docutils@2.1.0
 - @appium/driver-test-support@1.0.2
 - @appium/eslint-config-appium-ts@2.0.2
 - @appium/execute-driver-plugin@5.0.1
 - @appium/fake-plugin@4.0.2
 - @appium/images-plugin@4.0.1
 - @appium/logger@2.0.1
 - @appium/opencv@4.0.1
 - @appium/plugin-test-support@1.0.1
 - @appium/storage-plugin@1.0.1
 - @appium/support@7.0.1
 - @appium/test-support@4.0.1
 - @appium/tsconfig@1.1.0
 - @appium/types@1.0.1
This commit is contained in:
Jonathan Lipps
2025-09-09 12:41:39 -07:00
parent b38e251f07
commit 606e4c1f58
35 changed files with 246 additions and 106 deletions

130
package-lock.json generated
View File

@@ -19274,17 +19274,17 @@
}
},
"packages/appium": {
"version": "3.0.1",
"version": "3.0.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@appium/base-driver": "^10.0.0",
"@appium/base-plugin": "^3.0.1",
"@appium/docutils": "^2.0.1",
"@appium/logger": "^2.0.0",
"@appium/base-driver": "^10.0.1",
"@appium/base-plugin": "^3.0.2",
"@appium/docutils": "^2.1.0",
"@appium/logger": "^2.0.1",
"@appium/schema": "^1.0.0",
"@appium/support": "^7.0.0",
"@appium/types": "^1.0.0",
"@appium/support": "^7.0.1",
"@appium/types": "^1.0.1",
"@sidvind/better-ajv-errors": "4.0.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
@@ -19362,11 +19362,11 @@
},
"packages/base-driver": {
"name": "@appium/base-driver",
"version": "10.0.0",
"version": "10.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/types": "^1.0.0",
"@appium/support": "^7.0.1",
"@appium/types": "^1.0.1",
"@colors/colors": "1.6.0",
"async-lock": "1.4.1",
"asyncbox": "3.0.0",
@@ -19544,11 +19544,11 @@
},
"packages/base-plugin": {
"name": "@appium/base-plugin",
"version": "3.0.1",
"version": "3.0.2",
"license": "Apache-2.0",
"dependencies": {
"@appium/base-driver": "^10.0.0",
"@appium/support": "^7.0.0"
"@appium/base-driver": "^10.0.1",
"@appium/support": "^7.0.1"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -19557,10 +19557,10 @@
},
"packages/docutils": {
"name": "@appium/docutils",
"version": "2.0.1",
"version": "2.1.0",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"chalk": "4.1.2",
"consola": "3.4.2",
"diff": "8.0.2",
@@ -19788,10 +19788,10 @@
},
"packages/driver-test-support": {
"name": "@appium/driver-test-support",
"version": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",
"dependencies": {
"@appium/types": "^1.0.0",
"@appium/types": "^1.0.1",
"axios": "1.11.0",
"bluebird": "3.7.2",
"chai": "6.0.1",
@@ -19836,7 +19836,7 @@
},
"packages/eslint-config-appium-ts": {
"name": "@appium/eslint-config-appium-ts",
"version": "2.0.1",
"version": "2.0.2",
"license": "Apache-2.0",
"dependencies": {
"@eslint/compat": "1.3.2",
@@ -19858,7 +19858,7 @@
},
"packages/execute-driver-plugin": {
"name": "@appium/execute-driver-plugin",
"version": "5.0.0",
"version": "5.0.1",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "3.7.2",
@@ -20381,11 +20381,11 @@
},
"packages/fake-plugin": {
"name": "@appium/fake-plugin",
"version": "4.0.1",
"version": "4.0.2",
"license": "Apache-2.0",
"dependencies": {
"@appium/base-plugin": "^3.0.1",
"@appium/support": "^7.0.0",
"@appium/base-plugin": "^3.0.2",
"@appium/support": "^7.0.1",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"source-map-support": "0.5.21"
@@ -20400,11 +20400,11 @@
},
"packages/images-plugin": {
"name": "@appium/images-plugin",
"version": "4.0.0",
"version": "4.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/opencv": "^4.0.0",
"@appium/support": "^7.0.0",
"@appium/opencv": "^4.0.1",
"@appium/support": "^7.0.1",
"lodash": "4.17.21",
"lru-cache": "11.2.1",
"sharp": "0.34.3",
@@ -20429,7 +20429,7 @@
},
"packages/logger": {
"name": "@appium/logger",
"version": "2.0.0",
"version": "2.0.1",
"license": "ISC",
"dependencies": {
"console-control-strings": "1.1.0",
@@ -20453,7 +20453,7 @@
},
"packages/opencv": {
"name": "@appium/opencv",
"version": "4.0.0",
"version": "4.0.1",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "3.7.2",
@@ -20469,10 +20469,10 @@
},
"packages/plugin-test-support": {
"name": "@appium/plugin-test-support",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/types": "^1.0.0",
"@appium/types": "^1.0.1",
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
@@ -20518,10 +20518,10 @@
},
"packages/storage-plugin": {
"name": "@appium/storage-plugin",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"async-lock": "1.4.1",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -20562,12 +20562,12 @@
},
"packages/support": {
"name": "@appium/support",
"version": "7.0.0",
"version": "7.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/logger": "^2.0.0",
"@appium/tsconfig": "^1.0.0",
"@appium/types": "^1.0.0",
"@appium/logger": "^2.0.1",
"@appium/tsconfig": "^1.1.0",
"@appium/types": "^1.0.1",
"@colors/colors": "1.6.0",
"archiver": "7.0.1",
"axios": "1.11.0",
@@ -20798,10 +20798,10 @@
},
"packages/test-support": {
"name": "@appium/test-support",
"version": "4.0.0",
"version": "4.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"@colors/colors": "1.6.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -20820,7 +20820,7 @@
},
"packages/tsconfig": {
"name": "@appium/tsconfig",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"dependencies": {
"@tsconfig/node20": "20.1.6"
@@ -20832,12 +20832,12 @@
},
"packages/types": {
"name": "@appium/types",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"dependencies": {
"@appium/logger": "^2.0.0",
"@appium/logger": "^2.0.1",
"@appium/schema": "^1.0.0",
"@appium/tsconfig": "^1.0.0",
"@appium/tsconfig": "^1.1.0",
"type-fest": "4.41.0"
},
"engines": {
@@ -20927,8 +20927,8 @@
"@appium/base-driver": {
"version": "file:packages/base-driver",
"requires": {
"@appium/support": "^7.0.0",
"@appium/types": "^1.0.0",
"@appium/support": "^7.0.1",
"@appium/types": "^1.0.1",
"@colors/colors": "1.6.0",
"async-lock": "1.4.1",
"asyncbox": "3.0.0",
@@ -21049,14 +21049,14 @@
"@appium/base-plugin": {
"version": "file:packages/base-plugin",
"requires": {
"@appium/base-driver": "^10.0.0",
"@appium/support": "^7.0.0"
"@appium/base-driver": "^10.0.1",
"@appium/support": "^7.0.1"
}
},
"@appium/docutils": {
"version": "file:packages/docutils",
"requires": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"chalk": "4.1.2",
"consola": "3.4.2",
"diff": "8.0.2",
@@ -21193,7 +21193,7 @@
"@appium/driver-test-support": {
"version": "file:packages/driver-test-support",
"requires": {
"@appium/types": "^1.0.0",
"@appium/types": "^1.0.1",
"axios": "1.11.0",
"bluebird": "3.7.2",
"chai": "6.0.1",
@@ -21575,8 +21575,8 @@
"@appium/fake-plugin": {
"version": "file:packages/fake-plugin",
"requires": {
"@appium/base-plugin": "^3.0.1",
"@appium/support": "^7.0.0",
"@appium/base-plugin": "^3.0.2",
"@appium/support": "^7.0.1",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"source-map-support": "0.5.21"
@@ -21585,8 +21585,8 @@
"@appium/images-plugin": {
"version": "file:packages/images-plugin",
"requires": {
"@appium/opencv": "^4.0.0",
"@appium/support": "^7.0.0",
"@appium/opencv": "^4.0.1",
"@appium/support": "^7.0.1",
"lodash": "4.17.21",
"lru-cache": "11.2.1",
"sharp": "0.34.3",
@@ -21629,7 +21629,7 @@
"@appium/plugin-test-support": {
"version": "file:packages/plugin-test-support",
"requires": {
"@appium/types": "^1.0.0",
"@appium/types": "^1.0.1",
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
@@ -21653,7 +21653,7 @@
"@appium/storage-plugin": {
"version": "file:packages/storage-plugin",
"requires": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"async-lock": "1.4.1",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -21680,9 +21680,9 @@
"@appium/support": {
"version": "file:packages/support",
"requires": {
"@appium/logger": "^2.0.0",
"@appium/tsconfig": "^1.0.0",
"@appium/types": "^1.0.0",
"@appium/logger": "^2.0.1",
"@appium/tsconfig": "^1.1.0",
"@appium/types": "^1.0.1",
"@colors/colors": "1.6.0",
"archiver": "7.0.1",
"axios": "1.11.0",
@@ -21826,7 +21826,7 @@
"@appium/test-support": {
"version": "file:packages/test-support",
"requires": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"@colors/colors": "1.6.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -21844,9 +21844,9 @@
"@appium/types": {
"version": "file:packages/types",
"requires": {
"@appium/logger": "^2.0.0",
"@appium/logger": "^2.0.1",
"@appium/schema": "^1.0.0",
"@appium/tsconfig": "^1.0.0",
"@appium/tsconfig": "^1.1.0",
"type-fest": "4.41.0"
},
"dependencies": {
@@ -24632,13 +24632,13 @@
"appium": {
"version": "file:packages/appium",
"requires": {
"@appium/base-driver": "^10.0.0",
"@appium/base-plugin": "^3.0.1",
"@appium/docutils": "^2.0.1",
"@appium/logger": "^2.0.0",
"@appium/base-driver": "^10.0.1",
"@appium/base-plugin": "^3.0.2",
"@appium/docutils": "^2.1.0",
"@appium/logger": "^2.0.1",
"@appium/schema": "^1.0.0",
"@appium/support": "^7.0.0",
"@appium/types": "^1.0.0",
"@appium/support": "^7.0.1",
"@appium/types": "^1.0.1",
"@sidvind/better-ajv-errors": "4.0.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",

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.
## [3.0.2](https://github.com/appium/appium/compare/appium@3.0.1...appium@3.0.2) (2025-09-09)
### Bug Fixes
* **appium:** Return a non-zero exit code if an extension script execution fails ([#21563](https://github.com/appium/appium/issues/21563)) ([5d73a4f](https://github.com/appium/appium/commit/5d73a4fb49a39bd4b81f51763e62f4e52b650f06))
## [3.0.1](https://github.com/appium/appium/compare/appium@3.0.0...appium@3.0.1) (2025-08-20)
**Note:** Version bump only for package appium

View File

@@ -1,6 +1,6 @@
{
"name": "appium",
"version": "3.0.1",
"version": "3.0.2",
"description": "Automation for Apps.",
"keywords": [
"automation",
@@ -60,13 +60,13 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^10.0.0",
"@appium/base-plugin": "^3.0.1",
"@appium/docutils": "^2.0.1",
"@appium/logger": "^2.0.0",
"@appium/base-driver": "^10.0.1",
"@appium/base-plugin": "^3.0.2",
"@appium/docutils": "^2.1.0",
"@appium/logger": "^2.0.1",
"@appium/schema": "^1.0.0",
"@appium/support": "^7.0.0",
"@appium/types": "^1.0.0",
"@appium/support": "^7.0.1",
"@appium/types": "^1.0.1",
"@sidvind/better-ajv-errors": "4.0.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",

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.
## [10.0.1](https://github.com/appium/appium/compare/@appium/base-driver@10.0.0...@appium/base-driver@10.0.1) (2025-09-09)
### Bug Fixes
* **base-driver:** fix /computedrole and /computedlabel routes ([#21551](https://github.com/appium/appium/issues/21551)) ([3034fe9](https://github.com/appium/appium/commit/3034fe9b7cd9a461bb4d25a0cd7167888c08254b))
## [10.0.0](https://github.com/appium/appium/compare/@appium/base-driver@10.0.0-rc.2...@appium/base-driver@10.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/base-driver

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/base-driver",
"version": "10.0.0",
"version": "10.0.1",
"description": "Base driver class for Appium drivers",
"keywords": [
"automation",
@@ -44,8 +44,8 @@
"test:types": "tsd"
},
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/types": "^1.0.0",
"@appium/support": "^7.0.1",
"@appium/types": "^1.0.1",
"@colors/colors": "1.6.0",
"async-lock": "1.4.1",
"asyncbox": "3.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.
## [3.0.2](https://github.com/appium/appium/compare/@appium/base-plugin@3.0.1...@appium/base-plugin@3.0.2) (2025-09-09)
**Note:** Version bump only for package @appium/base-plugin
## [3.0.1](https://github.com/appium/appium/compare/@appium/base-plugin@3.0.0...@appium/base-plugin@3.0.1) (2025-08-20)
**Note:** Version bump only for package @appium/base-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/base-plugin",
"version": "3.0.1",
"version": "3.0.2",
"description": "The base plugin used to create Appium plugins",
"keywords": [
"automation",
@@ -40,8 +40,8 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^10.0.0",
"@appium/support": "^7.0.0"
"@appium/base-driver": "^10.0.1",
"@appium/support": "^7.0.1"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.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.
## [2.1.0](https://github.com/appium/appium/compare/@appium/docutils@2.0.1...@appium/docutils@2.1.0) (2025-09-09)
### Features
* **docutils:** enable section index pages ([#21524](https://github.com/appium/appium/issues/21524)) ([4884a76](https://github.com/appium/appium/commit/4884a769887820491f99abce1ff564a2cd5c4f3f))
## [2.0.1](https://github.com/appium/appium/compare/@appium/docutils@2.0.0...@appium/docutils@2.0.1) (2025-08-20)
**Note:** Version bump only for package @appium/docutils

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/docutils",
"version": "2.0.1",
"version": "2.1.0",
"description": "Documentation generation utilities for Appium and related projects",
"keywords": [
"automation",
@@ -48,7 +48,7 @@
"start": "node ./build/lib/cli/index.js"
},
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"chalk": "4.1.2",
"consola": "3.4.2",
"diff": "8.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.
## [1.0.2](https://github.com/appium/appium/compare/@appium/driver-test-support@1.0.1...@appium/driver-test-support@1.0.2) (2025-09-09)
**Note:** Version bump only for package @appium/driver-test-support
## [1.0.1](https://github.com/appium/appium/compare/@appium/driver-test-support@1.0.0...@appium/driver-test-support@1.0.1) (2025-08-20)
**Note:** Version bump only for package @appium/driver-test-support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/driver-test-support",
"version": "1.0.1",
"version": "1.0.2",
"description": "Test utilities for Appium drivers",
"keywords": [
"automation",
@@ -41,7 +41,7 @@
},
"types": "./build/lib/index.d.ts",
"dependencies": {
"@appium/types": "^1.0.0",
"@appium/types": "^1.0.1",
"axios": "1.11.0",
"bluebird": "3.7.2",
"chai": "6.0.1",

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.2](https://github.com/appium/appium/compare/@appium/eslint-config-appium-ts@2.0.1...@appium/eslint-config-appium-ts@2.0.2) (2025-09-09)
**Note:** Version bump only for package @appium/eslint-config-appium-ts
## [2.0.1](https://github.com/appium/appium/compare/@appium/eslint-config-appium-ts@2.0.0...@appium/eslint-config-appium-ts@2.0.1) (2025-08-20)
**Note:** Version bump only for package @appium/eslint-config-appium-ts

View File

@@ -1,7 +1,7 @@
{
"name": "@appium/eslint-config-appium-ts",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Shared ESLint config for Appium projects (TypeScript version)",
"keywords": [
"eslint",

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.
## [5.0.1](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@5.0.0...@appium/execute-driver-plugin@5.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/execute-driver-plugin
## [5.0.0](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@5.0.0-rc.1...@appium/execute-driver-plugin@5.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/execute-driver-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/execute-driver-plugin",
"version": "5.0.0",
"version": "5.0.1",
"description": "Plugin for batching and executing Appium driver commands",
"keywords": [
"automation",

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.0.2](https://github.com/appium/appium/compare/@appium/fake-plugin@4.0.1...@appium/fake-plugin@4.0.2) (2025-09-09)
**Note:** Version bump only for package @appium/fake-plugin
## [4.0.1](https://github.com/appium/appium/compare/@appium/fake-plugin@4.0.0...@appium/fake-plugin@4.0.1) (2025-08-20)
**Note:** Version bump only for package @appium/fake-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/fake-plugin",
"version": "4.0.1",
"version": "4.0.2",
"description": "A fake Appium plugin",
"keywords": [
"automation",
@@ -39,8 +39,8 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-plugin": "^3.0.1",
"@appium/support": "^7.0.0",
"@appium/base-plugin": "^3.0.2",
"@appium/support": "^7.0.1",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"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.0.1](https://github.com/appium/appium/compare/@appium/images-plugin@4.0.0...@appium/images-plugin@4.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/images-plugin
## [4.0.0](https://github.com/appium/appium/compare/@appium/images-plugin@4.0.0-rc.1...@appium/images-plugin@4.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/images-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/images-plugin",
"version": "4.0.0",
"version": "4.0.1",
"description": "Plugin for working with images and image elements in Appium",
"keywords": [
"automation",
@@ -39,8 +39,8 @@
"test:unit": "mocha \"./test/unit/**/*.spec.*js\""
},
"dependencies": {
"@appium/opencv": "^4.0.0",
"@appium/support": "^7.0.0",
"@appium/opencv": "^4.0.1",
"@appium/support": "^7.0.1",
"lodash": "4.17.21",
"lru-cache": "11.2.1",
"sharp": "0.34.3",

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.1](https://github.com/appium/appium/compare/@appium/logger@2.0.0...@appium/logger@2.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/logger
## [2.0.0](https://github.com/appium/appium/compare/@appium/logger@2.0.0-rc.1...@appium/logger@2.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/logger

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/logger",
"version": "2.0.0",
"version": "2.0.1",
"author": "https://github.com/appium",
"description": "A Universal Logger For The Appium Ecosystem",
"repository": {

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.0.1](https://github.com/appium/appium/compare/@appium/opencv@4.0.0...@appium/opencv@4.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/opencv
## [4.0.0](https://github.com/appium/appium/compare/@appium/opencv@4.0.0-rc.1...@appium/opencv@4.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/opencv

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/opencv",
"version": "4.0.0",
"version": "4.0.1",
"description": "OpenCV-related helper library",
"keywords": [
"automation",

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.
## [1.0.1](https://github.com/appium/appium/compare/@appium/plugin-test-support@1.0.0...@appium/plugin-test-support@1.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/plugin-test-support
## [1.0.0](https://github.com/appium/appium/compare/@appium/plugin-test-support@1.0.0-rc.1...@appium/plugin-test-support@1.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/plugin-test-support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/plugin-test-support",
"version": "1.0.0",
"version": "1.0.1",
"description": "Testing utilities for Appium plugins",
"keywords": [
"automation",
@@ -41,7 +41,7 @@
"test:unit": "exit 0"
},
"dependencies": {
"@appium/types": "^1.0.0",
"@appium/types": "^1.0.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.
## [1.0.1](https://github.com/appium/appium/compare/@appium/storage-plugin@1.0.0...@appium/storage-plugin@1.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/storage-plugin
## [1.0.0](https://github.com/appium/appium/compare/@appium/storage-plugin@1.0.0-rc.1...@appium/storage-plugin@1.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/storage-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/storage-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Server-side storage plugin for Appium",
"keywords": [
"automation",
@@ -41,7 +41,7 @@
"test:e2e": "mocha --timeout 20s --slow 10s \"./test/e2e/**/*.spec.*js\""
},
"dependencies": {
"@appium/support": "^7.0.0",
"@appium/support": "^7.0.1",
"async-lock": "1.4.1",
"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.
## [7.0.1](https://github.com/appium/appium/compare/@appium/support@7.0.0...@appium/support@7.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/support
## [7.0.0](https://github.com/appium/appium/compare/@appium/support@7.0.0-rc.1...@appium/support@7.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/support",
"version": "7.0.0",
"version": "7.0.1",
"description": "Support libs used across Appium packages",
"keywords": [
"automation",
@@ -41,9 +41,9 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/logger": "^2.0.0",
"@appium/tsconfig": "^1.0.0",
"@appium/types": "^1.0.0",
"@appium/logger": "^2.0.1",
"@appium/tsconfig": "^1.1.0",
"@appium/types": "^1.0.1",
"@colors/colors": "1.6.0",
"archiver": "7.0.1",
"axios": "1.11.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.
## [4.0.1](https://github.com/appium/appium/compare/@appium/test-support@4.0.0...@appium/test-support@4.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/test-support
## [4.0.0](https://github.com/appium/appium/compare/@appium/test-support@4.0.0-rc.1...@appium/test-support@4.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/test-support

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/test-support",
"version": "4.0.0",
"version": "4.0.1",
"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": "^7.0.0",
"@appium/support": "^7.0.1",
"@colors/colors": "1.6.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",

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.
## [1.1.0](https://github.com/appium/appium/compare/@appium/tsconfig@1.0.0...@appium/tsconfig@1.1.0) (2025-09-09)
### Features
* **tsconfig:** update base to Node20 ([#21505](https://github.com/appium/appium/issues/21505)) ([2d1af2b](https://github.com/appium/appium/commit/2d1af2bd67b2fdf5df1d2f8fa795270cc5ec06a7))
## [1.0.0](https://github.com/appium/appium/compare/@appium/tsconfig@1.0.0-rc.1...@appium/tsconfig@1.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/tsconfig

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/tsconfig",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shared TypeScript Config for Appium",
"main": "tsconfig.json",
"keywords": [

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.
## [1.0.1](https://github.com/appium/appium/compare/@appium/types@1.0.0...@appium/types@1.0.1) (2025-09-09)
**Note:** Version bump only for package @appium/types
## [1.0.0](https://github.com/appium/appium/compare/@appium/types@1.0.0-rc.1...@appium/types@1.0.0) (2025-08-18)
**Note:** Version bump only for package @appium/types

View File

@@ -1,6 +1,6 @@
{
"name": "@appium/types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Various type declarations used across Appium",
"keywords": [
"automation",
@@ -38,9 +38,9 @@
"test:types": "tsd"
},
"dependencies": {
"@appium/logger": "^2.0.0",
"@appium/logger": "^2.0.1",
"@appium/schema": "^1.0.0",
"@appium/tsconfig": "^1.0.0",
"@appium/tsconfig": "^1.1.0",
"type-fest": "4.41.0"
},
"engines": {