@devicecloud.dev/dcd 4.1.4 → 4.1.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.
@@ -286,7 +286,7 @@
286
286
  "type": "option"
287
287
  },
288
288
  "runner-type": {
289
- "description": "[experimental] The type of runner to use - note: anything other than default will incur premium pricing tiers, see https://docs.devicecloud.dev/reference/runner-type for more information. gpu1 is Android-only and requires contacting support to enable, otherwise reverts to default.",
289
+ "description": "[experimental] The type of runner to use - note: anything other than default will incur premium pricing tiers, see https://docs.devicecloud.dev/reference/runner-type for more information. gpu1 and cpu1 are Android-only and require contacting support to enable, otherwise reverts to default.",
290
290
  "name": "runner-type",
291
291
  "default": "default",
292
292
  "hasDynamicHelp": false,
@@ -295,7 +295,8 @@
295
295
  "default",
296
296
  "m4",
297
297
  "m1",
298
- "gpu1"
298
+ "gpu1",
299
+ "cpu1"
299
300
  ],
300
301
  "type": "option"
301
302
  },
@@ -565,5 +566,5 @@
565
566
  ]
566
567
  }
567
568
  },
568
- "version": "4.1.4"
569
+ "version": "4.1.5"
569
570
  }
package/package.json CHANGED
@@ -65,7 +65,7 @@
65
65
  "type": "git",
66
66
  "url": "https://devicecloud.dev"
67
67
  },
68
- "version": "4.1.4",
68
+ "version": "4.1.5",
69
69
  "bugs": {
70
70
  "url": "https://discord.gg/gm3mJwcNw8"
71
71
  },