io.appium.settings 7.0.5 → 7.0.7

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,15 @@
1
+ ## [7.0.7](https://github.com/appium/io.appium.settings/compare/v7.0.6...v7.0.7) (2025-12-18)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **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))
6
+
7
+ ## [7.0.6](https://github.com/appium/io.appium.settings/compare/v7.0.5...v7.0.6) (2025-12-12)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** remove `source-map-support` ([#259](https://github.com/appium/io.appium.settings/issues/259)) ([557fe88](https://github.com/appium/io.appium.settings/commit/557fe8851f1b71701cff7dd20346b2383190f954))
12
+
1
13
  ## [7.0.5](https://github.com/appium/io.appium.settings/compare/v7.0.4...v7.0.5) (2025-12-11)
2
14
 
3
15
  ### Miscellaneous Chores
Binary file
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":"AAKA,0BAAyC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":"AAEA,0BAAyC"}
@@ -15,8 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.SettingsApp = exports.path = void 0;
18
- const source_map_support_1 = require("source-map-support");
19
- (0, source_map_support_1.install)();
20
18
  const utils_1 = require("./utils");
21
19
  exports.path = (0, utils_1.getSettingsApkPath)();
22
20
  __exportStar(require("./constants"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2DAA2C;AAC3C,IAAA,4BAAO,GAAE,CAAC;AAEV,mCAA6C;AAEhC,QAAA,IAAI,GAAG,IAAA,0BAAkB,GAAE,CAAC;AACzC,8CAA4B;AAC5B,mCAAuC;AAA9B,qGAAA,WAAW,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mCAA6C;AAEhC,QAAA,IAAI,GAAG,IAAA,0BAAkB,GAAE,CAAC;AACzC,8CAA4B;AAC5B,mCAAuC;AAA9B,qGAAA,WAAW,OAAA"}
package/lib/index.js CHANGED
@@ -1,6 +1,3 @@
1
- import {install} from 'source-map-support';
2
- install();
3
-
4
1
  import { getSettingsApkPath } from './utils';
5
2
 
6
3
  export const path = getSettingsApkPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "7.0.5",
3
+ "version": "7.0.7",
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,10 @@
46
46
  "homepage": "https://github.com/appium/io.appium.settings",
47
47
  "dependencies": {
48
48
  "@appium/logger": "^2.0.0-rc.1",
49
- "asyncbox": "^3.0.0",
49
+ "asyncbox": "^4.0.1",
50
50
  "bluebird": "^3.5.1",
51
51
  "lodash": "^4.2.1",
52
52
  "semver": "^7.5.4",
53
- "source-map-support": "^0.x",
54
53
  "teen_process": "^3.0.0"
55
54
  },
56
55
  "devDependencies": {