@muonic/muon 0.0.2-experimental-111-7a63ff7.0 → 0.0.2-experimental-114-0609e0d.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muonic/muon",
3
- "version": "0.0.2-experimental-111-7a63ff7.0",
3
+ "version": "0.0.2-experimental-114-0609e0d.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -98,24 +98,24 @@ export default {
98
98
  browserName: 'Android',
99
99
  },
100
100
  }),
101
- browserstackLauncher({
102
- capabilities: {
103
- ...sharedCapabilities,
104
- realMobile: true,
105
- device: 'iPhone 12 Pro',
106
- os_version: '14',
107
- browserName: 'iPhone',
108
- },
109
- }),
110
- browserstackLauncher({
111
- capabilities: {
112
- ...sharedCapabilities,
113
- realMobile: true,
114
- device: 'iPhone SE 2020',
115
- os_version: '13',
116
- browserName: 'iPhone',
117
- },
118
- }),
101
+ // browserstackLauncher({
102
+ // capabilities: {
103
+ // ...sharedCapabilities,
104
+ // realMobile: true,
105
+ // device: 'iPhone 12 Pro',
106
+ // os_version: '14',
107
+ // browserName: 'iPhone',
108
+ // },
109
+ // }),
110
+ // browserstackLauncher({
111
+ // capabilities: {
112
+ // ...sharedCapabilities,
113
+ // realMobile: true,
114
+ // device: 'iPhone SE 2020',
115
+ // os_version: '13',
116
+ // browserName: 'iPhone',
117
+ // },
118
+ // }),
119
119
  ],
120
120
  browserStartTimeout: 60000,
121
121
  testsStartTimeout: 60000,