@intuned/runtime-dev 1.1.5-fingerprint.8 → 1.1.5-fingerprint.9

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.
@@ -23,21 +23,57 @@
23
23
  },
24
24
  "navigator": {
25
25
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
26
- "userAgentData": null,
26
+ "userAgentData": {
27
+ "brands": [
28
+ {
29
+ "brand": "Chromium",
30
+ "version": "136"
31
+ },
32
+ {
33
+ "brand": "Not;A=Brand",
34
+ "version": "24"
35
+ },
36
+ {
37
+ "brand": "Google Chrome",
38
+ "version": "136"
39
+ }
40
+ ],
41
+ "mobile": false,
42
+ "platform": "Linux",
43
+ "architecture": "x86",
44
+ "bitness": "64",
45
+ "fullVersionList": [
46
+ {
47
+ "brand": "Chromium",
48
+ "version": "136.0.6613.138"
49
+ },
50
+ {
51
+ "brand": "Not;A=Brand",
52
+ "version": "24.0.0.0"
53
+ },
54
+ {
55
+ "brand": "Google Chrome",
56
+ "version": "136.0.6613.138"
57
+ }
58
+ ],
59
+ "model": "",
60
+ "platformVersion": "",
61
+ "uaFullVersion": "136.0.6613.138"
62
+ },
27
63
  "language": "en-US",
28
64
  "languages": ["en-US", "en"],
29
65
  "platform": "Linux x86_64",
30
- "deviceMemory": null,
31
- "hardwareConcurrency": 6,
66
+ "deviceMemory": 8,
67
+ "hardwareConcurrency": 8,
32
68
  "maxTouchPoints": 0,
33
69
  "product": "Gecko",
34
70
  "productSub": "20100101",
35
71
  "vendor": "",
36
72
  "vendorSub": "",
37
- "doNotTrack": "unspecified",
73
+ "doNotTrack": "1",
38
74
  "appCodeName": "Mozilla",
39
75
  "appName": "Netscape",
40
- "appVersion": "5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101",
76
+ "appVersion": "5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
41
77
  "oscpu": "Linux x86_64",
42
78
  "extraProperties": {
43
79
  "vendorFlavors": [],
@@ -79,30 +115,67 @@
79
115
  },
80
116
  "battery": null,
81
117
  "videoCard": {
82
- "vendor": "ANGLE (NVIDIA Corporation)",
83
- "renderer": "ANGLE (NVIDIA, NVIDIA GeForce GTX 980 Direct3D11 vs_5_0 ps_5_0, D3D11)"
118
+ "webGLVendor": "Intel",
119
+ "webGLRenderer": "Mesa Intel(R) UHD Graphics 620 (KBL GT2)"
84
120
  },
85
121
  "multimediaDevices": {
86
- "speakers": [],
87
- "micros": [],
88
- "webcams": []
122
+ "speakers": [
123
+ {
124
+ "deviceId": "default",
125
+ "kind": "audiooutput",
126
+ "label": "Built-in Audio Analog Stereo",
127
+ "groupId": "alsa-audio-group"
128
+ }
129
+ ],
130
+ "micros": [
131
+ {
132
+ "deviceId": "default",
133
+ "kind": "audioinput",
134
+ "label": "Built-in Audio Analog Stereo",
135
+ "groupId": "alsa-audio-group"
136
+ }
137
+ ],
138
+ "webcams": [
139
+ {
140
+ "deviceId": "video0",
141
+ "kind": "videoinput",
142
+ "label": "Integrated Camera: Integrated C",
143
+ "groupId": "usb-camera-group"
144
+ }
145
+ ]
89
146
  },
90
147
  "fonts": [
91
- "Arial",
92
- "Arial Black",
93
- "Comic Sans MS",
94
- "Courier New",
95
- "Georgia",
96
- "Impact",
97
- "Times New Roman",
98
- "Trebuchet MS",
99
- "Verdana",
148
+ "DejaVu Sans",
149
+ "DejaVu Serif",
150
+ "DejaVu Sans Mono",
100
151
  "Liberation Sans",
101
152
  "Liberation Serif",
102
153
  "Liberation Mono",
103
- "DejaVu Sans",
104
- "DejaVu Serif",
105
- "DejaVu Sans Mono"
154
+ "Ubuntu",
155
+ "Ubuntu Mono",
156
+ "Ubuntu Light",
157
+ "Ubuntu Condensed",
158
+ "Noto Sans",
159
+ "Noto Serif",
160
+ "Noto Sans Mono",
161
+ "Source Sans Pro",
162
+ "Source Code Pro",
163
+ "Source Serif Pro",
164
+ "Cantarell",
165
+ "Droid Sans",
166
+ "Droid Serif",
167
+ "Droid Sans Mono",
168
+ "Roboto",
169
+ "Roboto Mono",
170
+ "Open Sans",
171
+ "Open Sans Condensed",
172
+ "Lato",
173
+ "FreeSans",
174
+ "FreeMono",
175
+ "FreeSerif",
176
+ "Nimbus Sans",
177
+ "Nimbus Roman",
178
+ "Nimbus Mono PS"
106
179
  ],
107
180
  "mockWebRTC": false,
108
181
  "slim": false
@@ -113,7 +186,7 @@
113
186
  "accept-language": "en-US,en;q=0.9",
114
187
  "accept-encoding": "gzip, deflate, br, zstd",
115
188
  "upgrade-insecure-requests": "1",
116
- "sec-ch-ua": "\"Google Chrome\";v=\"136\", \"Chromium\";v=\"136\", \"Not_A Brand\";v=\"24\"",
189
+ "sec-ch-ua": "\"Chromium\";v=\"136\", \"Not;A=Brand\";v=\"24\", \"Google Chrome\";v=\"136\"",
117
190
  "sec-ch-ua-mobile": "?0",
118
191
  "sec-ch-ua-platform": "\"Linux\"",
119
192
  "sec-fetch-dest": "document",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.1.5-fingerprint.8",
3
+ "version": "1.1.5-fingerprint.9",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",