@devicecloud.dev/dcd 2.3.1 → 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'],
@@ -137,6 +137,9 @@ exports.flags = {
137
137
  '1.38.1',
138
138
  '1.39.0',
139
139
  '1.39.1',
140
+ '1.39.2',
141
+ '1.39.3',
142
+ '1.39.4',
140
143
  ],
141
144
  }),
142
145
  name: core_1.Flags.string({
@@ -157,7 +160,6 @@ exports.flags = {
157
160
  };
158
161
  exports.iOSCompatibilityLookup = {
159
162
  'ipad-pro-6th-gen': ['16', '17', '18'],
160
- 'iphone-13': ['15'],
161
163
  'iphone-14': ['16', '17', '18'],
162
164
  'iphone-14-plus': ['16', '17', '18'],
163
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"
@@ -244,7 +243,10 @@
244
243
  "1.37.9",
245
244
  "1.38.1",
246
245
  "1.39.0",
247
- "1.39.1"
246
+ "1.39.1",
247
+ "1.39.2",
248
+ "1.39.3",
249
+ "1.39.4"
248
250
  ],
249
251
  "type": "option"
250
252
  },
@@ -299,5 +301,5 @@
299
301
  ]
300
302
  }
301
303
  },
302
- "version": "2.3.1"
304
+ "version": "2.3.3"
303
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.1",
83
+ "version": "2.3.3",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },
@@ -92,5 +92,6 @@
92
92
  "maestro",
93
93
  "testing"
94
94
  ],
95
- "types": "dist/index.d.ts"
95
+ "types": "dist/index.d.ts",
96
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
96
97
  }