@devicecloud.dev/dcd 2.3.2 → 2.3.3

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.
@@ -2,7 +2,6 @@ import { Command } from '@oclif/core';
2
2
  export declare const mimeTypeLookupByExtension: Record<string, string>;
3
3
  export declare enum EiOSDevices {
4
4
  'ipad-pro-6th-gen' = "ipad-pro-6th-gen",
5
- 'iphone-13' = "iphone-13",
6
5
  'iphone-14' = "iphone-14",
7
6
  'iphone-14-plus' = "iphone-14-plus",
8
7
  'iphone-14-pro' = "iphone-14-pro",
@@ -17,7 +17,6 @@ exports.mimeTypeLookupByExtension = {
17
17
  var EiOSDevices;
18
18
  (function (EiOSDevices) {
19
19
  EiOSDevices["ipad-pro-6th-gen"] = "ipad-pro-6th-gen";
20
- EiOSDevices["iphone-13"] = "iphone-13";
21
20
  EiOSDevices["iphone-14"] = "iphone-14";
22
21
  EiOSDevices["iphone-14-plus"] = "iphone-14-plus";
23
22
  EiOSDevices["iphone-14-pro"] = "iphone-14-pro";
package/dist/constants.js CHANGED
@@ -117,7 +117,7 @@ exports.flags = {
117
117
  }),
118
118
  'ios-version': core_1.Flags.string({
119
119
  description: '[iOS only] iOS version to run your flow against',
120
- options: ['15', '16', '17', '18'],
120
+ options: ['16', '17', '18'],
121
121
  }),
122
122
  'maestro-version': core_1.Flags.string({
123
123
  aliases: ['maestroVersion'],
@@ -138,6 +138,8 @@ exports.flags = {
138
138
  '1.39.0',
139
139
  '1.39.1',
140
140
  '1.39.2',
141
+ '1.39.3',
142
+ '1.39.4',
141
143
  ],
142
144
  }),
143
145
  name: core_1.Flags.string({
@@ -158,7 +160,6 @@ exports.flags = {
158
160
  };
159
161
  exports.iOSCompatibilityLookup = {
160
162
  'ipad-pro-6th-gen': ['16', '17', '18'],
161
- 'iphone-13': ['15'],
162
163
  'iphone-14': ['16', '17', '18'],
163
164
  'iphone-14-plus': ['16', '17', '18'],
164
165
  'iphone-14-pro': ['16', '17', '18'],
@@ -215,7 +215,6 @@
215
215
  "hasDynamicHelp": false,
216
216
  "multiple": false,
217
217
  "options": [
218
- "15",
219
218
  "16",
220
219
  "17",
221
220
  "18"
@@ -245,7 +244,9 @@
245
244
  "1.38.1",
246
245
  "1.39.0",
247
246
  "1.39.1",
248
- "1.39.2"
247
+ "1.39.2",
248
+ "1.39.3",
249
+ "1.39.4"
249
250
  ],
250
251
  "type": "option"
251
252
  },
@@ -300,5 +301,5 @@
300
301
  ]
301
302
  }
302
303
  },
303
- "version": "2.3.2"
304
+ "version": "2.3.3"
304
305
  }
package/package.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
81
81
  "version": "oclif readme && git add README.md"
82
82
  },
83
- "version": "2.3.2",
83
+ "version": "2.3.3",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },