@lansweeper/discovery-sensor-proto 2.13.20 → 2.13.21
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.13.
|
|
4
|
+
"version": "2.13.21",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "2f28fbfdb252a33505f837e96df6d5a8b853adae"
|
|
20
20
|
}
|
|
@@ -298,5 +298,5 @@ message Monitor {
|
|
|
298
298
|
google.protobuf.StringValue is_main = 13;
|
|
299
299
|
google.protobuf.StringValue mirror = 14;
|
|
300
300
|
google.protobuf.StringValue is_online = 15;
|
|
301
|
-
google.protobuf.StringValue
|
|
301
|
+
google.protobuf.StringValue pixel_resolution = 16;
|
|
302
302
|
}
|