io.appium.settings 7.0.6 → 7.0.8
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 +12 -0
- package/apks/settings_apk-debug.apk +0 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [7.0.8](https://github.com/appium/io.appium.settings/compare/v7.0.7...v7.0.8) (2025-12-21)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* bump teen_process ([#261](https://github.com/appium/io.appium.settings/issues/261)) ([0b8c64e](https://github.com/appium/io.appium.settings/commit/0b8c64e99e54d5ed708f93f7ecf02e3402ce7843))
|
|
6
|
+
|
|
7
|
+
## [7.0.7](https://github.com/appium/io.appium.settings/compare/v7.0.6...v7.0.7) (2025-12-18)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** bump asyncbox from 3.0.0 to 4.0.1 ([#260](https://github.com/appium/io.appium.settings/issues/260)) ([b85b5a9](https://github.com/appium/io.appium.settings/commit/b85b5a9054c9777ff08b015763c05904e89e947c))
|
|
12
|
+
|
|
1
13
|
## [7.0.6](https://github.com/appium/io.appium.settings/compare/v7.0.5...v7.0.6) (2025-12-12)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "io.appium.settings",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.8",
|
|
4
4
|
"description": "App for dealing with Android settings",
|
|
5
5
|
"main": "./build/lib/index.js",
|
|
6
6
|
"types": "./build/lib/index.d.ts",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"homepage": "https://github.com/appium/io.appium.settings",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@appium/logger": "^2.0.0-rc.1",
|
|
49
|
-
"asyncbox": "^
|
|
49
|
+
"asyncbox": "^4.0.1",
|
|
50
50
|
"bluebird": "^3.5.1",
|
|
51
51
|
"lodash": "^4.2.1",
|
|
52
52
|
"semver": "^7.5.4",
|
|
53
|
-
"teen_process": "^
|
|
53
|
+
"teen_process": "^4.0.4"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"@types/mocha": "^10.0.10",
|
|
66
66
|
"@types/node": "^25.0.0",
|
|
67
67
|
"@types/sinon": "^21.0.0",
|
|
68
|
-
"@types/teen_process": "^2.0.2",
|
|
69
68
|
"appium-adb": "^14.0.0",
|
|
70
69
|
"chai": "^6.0.0",
|
|
71
70
|
"chai-as-promised": "^8.0.0",
|