@muonic/muon 0.0.2-experimental-145-03afa8b.0 → 0.0.2-experimental-146-dd0b152.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-145-03afa8b.0",
3
+ "version": "0.0.2-experimental-146-dd0b152.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -93,7 +93,7 @@ export default {
93
93
  capabilities: {
94
94
  ...sharedCapabilities,
95
95
  realMobile: true,
96
- device: 'Samsung Galaxy A11',
96
+ device: 'Samsung Galaxy S20',
97
97
  os_version: '10.0',
98
98
  browserName: 'Android',
99
99
  },
@@ -102,8 +102,8 @@ export default {
102
102
  // capabilities: {
103
103
  // ...sharedCapabilities,
104
104
  // realMobile: true,
105
- // device: 'iPhone 12 Pro',
106
- // os_version: '14',
105
+ // device: 'iPhone 13 Pro',
106
+ // os_version: '15.6',
107
107
  // browserName: 'iPhone',
108
108
  // },
109
109
  // }),