@devicecloud.dev/dcd 4.4.3 → 4.4.5

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.
@@ -247,7 +247,6 @@
247
247
  "hasDynamicHelp": false,
248
248
  "multiple": false,
249
249
  "options": [
250
- "generic-tablet",
251
250
  "pixel-6",
252
251
  "pixel-6-pro",
253
252
  "pixel-7",
@@ -332,7 +331,7 @@
332
331
  "type": "boolean"
333
332
  },
334
333
  "disable-animations": {
335
- "description": "[Android only] Disable device animations during test execution. This reduces CPU load and may improve test reliability on resource-constrained runners.",
334
+ "description": "Disable device animations during test execution. On Android, disables system animation scales. On iOS, enables Reduce Motion. Reduces CPU load and may improve test reliability.",
336
335
  "name": "disable-animations",
337
336
  "allowNo": false,
338
337
  "type": "boolean"
@@ -880,5 +879,5 @@
880
879
  ]
881
880
  }
882
881
  },
883
- "version": "4.4.3"
882
+ "version": "4.4.5"
884
883
  }
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "eslint-config-oclif-typescript": "^3.1.14",
37
37
  "eslint-config-prettier": "^10.1.8",
38
38
  "mocha": "^11.7.5",
39
- "oclif": "^4.22.87",
39
+ "oclif": "^4.22.96",
40
40
  "shx": "^0.4.0",
41
41
  "ts-node": "^10.9.2",
42
42
  "typescript": "^5.9.3"
@@ -69,7 +69,7 @@
69
69
  "type": "git",
70
70
  "url": "https://devicecloud.dev"
71
71
  },
72
- "version": "4.4.3",
72
+ "version": "4.4.5",
73
73
  "bugs": {
74
74
  "url": "https://discord.gg/gm3mJwcNw8"
75
75
  },