@xenon-device-management/xenon 1.1.0 → 1.1.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/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenon-device-management/xenon",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Xenon - Intelligent Mobile Infrastructure. A self-healing device orchestration platform for Appium.",
5
5
  "main": "./lib/src/index.js",
6
6
  "exports": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/xenon-platform/xenon"
36
+ "url": "https://github.com/Rabindra184/xenon"
37
37
  },
38
38
  "contributors": [
39
39
  {
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "license": "ISC",
45
45
  "bugs": {
46
- "url": "https://github.com/xenon-platform/xenon/issues"
46
+ "url": "https://github.com/Rabindra184/xenon/issues"
47
47
  },
48
- "homepage": "https://github.com/xenon-platform/xenon#readme",
48
+ "homepage": "https://github.com/Rabindra184/xenon#readme",
49
49
  "dependencies": {
50
50
  "@anthropic-ai/sdk": "^0.72.1",
51
51
  "@appium/base-plugin": "^2.2.22",
@@ -109,14 +109,21 @@
109
109
  "tcp-port-used": "^1.0.2",
110
110
  "tesseract.js": "^7.0.0",
111
111
  "typedi": "^0.10.0",
112
- "unzipper": "^0.10.14",
112
+ "unzipper": "^0.12.3",
113
113
  "usbmux": "^0.1.0",
114
114
  "uuid": "^8.3.2",
115
- "xmldom": "^0.6.0",
115
+ "@xmldom/xmldom": "^0.9.8",
116
116
  "xpath": "^0.0.34",
117
117
  "yargs": "^17.7.2",
118
118
  "zod": "^4.3.6"
119
119
  },
120
+ "overrides": {
121
+ "usbmux": {
122
+ "plist": {
123
+ "xmldom": "npm:@xmldom/xmldom@^0.9.8"
124
+ }
125
+ }
126
+ },
120
127
  "peerDependencies": {
121
128
  "appium": "^3.1.1"
122
129
  },
@@ -14,8 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.FuzzyXmlHealingProvider = void 0;
16
16
  const types_1 = require("./types");
17
- // @ts-ignore
18
- const xmldom_1 = require("xmldom");
17
+ const xmldom_1 = require("@xmldom/xmldom");
19
18
  // @ts-ignore
20
19
  const xpath_1 = require("xpath");
21
20
  const typedi_1 = require("typedi");
@@ -36,7 +35,7 @@ class FuzzyXmlHealingProvider {
36
35
  return null;
37
36
  }
38
37
  try {
39
- const dom = new xmldom_1.DOMParser().parseFromString(context.pageSource);
38
+ const dom = new xmldom_1.DOMParser().parseFromString(context.pageSource, 'text/xml');
40
39
  // TIER 2+ Optimization: Use Baseline Signature if available
41
40
  let etalon = null;
42
41
  if (this.etalonService) {
@@ -286,6 +286,6 @@ describe('Boot simulator test', () => __awaiter(void 0, void 0, void 0, function
286
286
  }));
287
287
  after('Delete simulator', () => __awaiter(void 0, void 0, void 0, function* () {
288
288
  if (simctl.udid)
289
- yield simctl.deleteDevice(simctl.udid);
289
+ yield simctl.deleteDevice();
290
290
  }));
291
291
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenon-device-management/xenon",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Xenon - Intelligent Mobile Infrastructure. A self-healing device orchestration platform for Appium.",
5
5
  "main": "./lib/src/index.js",
6
6
  "exports": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/xenon-platform/xenon"
36
+ "url": "https://github.com/Rabindra184/xenon"
37
37
  },
38
38
  "contributors": [
39
39
  {
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "license": "ISC",
45
45
  "bugs": {
46
- "url": "https://github.com/xenon-platform/xenon/issues"
46
+ "url": "https://github.com/Rabindra184/xenon/issues"
47
47
  },
48
- "homepage": "https://github.com/xenon-platform/xenon#readme",
48
+ "homepage": "https://github.com/Rabindra184/xenon#readme",
49
49
  "dependencies": {
50
50
  "@anthropic-ai/sdk": "^0.72.1",
51
51
  "@appium/base-plugin": "^2.2.22",
@@ -109,14 +109,21 @@
109
109
  "tcp-port-used": "^1.0.2",
110
110
  "tesseract.js": "^7.0.0",
111
111
  "typedi": "^0.10.0",
112
- "unzipper": "^0.10.14",
112
+ "unzipper": "^0.12.3",
113
113
  "usbmux": "^0.1.0",
114
114
  "uuid": "^8.3.2",
115
- "xmldom": "^0.6.0",
115
+ "@xmldom/xmldom": "^0.9.8",
116
116
  "xpath": "^0.0.34",
117
117
  "yargs": "^17.7.2",
118
118
  "zod": "^4.3.6"
119
119
  },
120
+ "overrides": {
121
+ "usbmux": {
122
+ "plist": {
123
+ "xmldom": "npm:@xmldom/xmldom@^0.9.8"
124
+ }
125
+ }
126
+ },
120
127
  "peerDependencies": {
121
128
  "appium": "^3.1.1"
122
129
  },