io.appium.settings 5.9.0 → 5.9.2

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.9.2](https://github.com/appium/io.appium.settings/compare/v5.9.1...v5.9.2) (2024-05-18)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Enable BuildConfig generation ([#173](https://github.com/appium/io.appium.settings/issues/173)) ([af4c160](https://github.com/appium/io.appium.settings/commit/af4c16038463ad97a4cbe80bf89a926b9139b718))
7
+
8
+ ## [5.9.1](https://github.com/appium/io.appium.settings/compare/v5.9.0...v5.9.1) (2024-05-16)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * Update dev dependencies ([89d759d](https://github.com/appium/io.appium.settings/commit/89d759daed18e33abde90a2e56006139074f369d))
14
+
1
15
  ## [5.9.0](https://github.com/appium/io.appium.settings/compare/v5.8.2...v5.9.0) (2024-05-16)
2
16
 
3
17
 
package/README.md CHANGED
@@ -15,7 +15,7 @@ A small and simple Android application that deals with the system settings. Then
15
15
  * [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
16
16
  * [Gradle](https://gradle.org/)
17
17
 
18
- You may also consider using [Android Studio](https://developer.android.com/studio/index.html) to debug the code easily.
18
+ You may also consider using the latest [Android Studio](https://developer.android.com/studio/index.html) to debug the code easily.
19
19
 
20
20
  ## Building
21
21
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "5.9.0",
3
+ "version": "5.9.2",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "./build/lib/index.js",
6
6
  "types": "./build/lib/index.d.ts",
@@ -70,15 +70,7 @@
70
70
  "chai": "^4.1.2",
71
71
  "chai-as-promised": "^7.1.1",
72
72
  "conventional-changelog-conventionalcommits": "^7.0.1",
73
- "eslint": "^8.46.0",
74
- "eslint-config-prettier": "^9.0.0",
75
- "eslint-import-resolver-typescript": "^3.5.5",
76
- "eslint-plugin-import": "^2.28.0",
77
- "eslint-plugin-mocha": "^10.1.0",
78
- "eslint-plugin-promise": "^6.1.1",
79
- "lint-staged": "^15.0.2",
80
73
  "mocha": "^10.0.0",
81
- "pre-commit": "^1.1.3",
82
74
  "prettier": "^3.0.0",
83
75
  "semantic-release": "^23.0.0",
84
76
  "sinon": "^18.0.0",