@lansweeper/discovery-sensor-proto 2.40.0 → 2.41.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.41.0",
|
|
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": "eeb452f9a83dbf3d3574e9c78cefb8b6b2c58af0"
|
|
20
20
|
}
|
|
@@ -276,6 +276,9 @@ message Software {
|
|
|
276
276
|
google.protobuf.StringValue path = 5;
|
|
277
277
|
google.protobuf.StringValue runtime_environment = 6;
|
|
278
278
|
google.protobuf.StringValue has64_bit_intel_code = 7;
|
|
279
|
+
google.protobuf.StringValue arch_kind = 8;
|
|
280
|
+
google.protobuf.StringValue obtained_from = 9;
|
|
281
|
+
repeated string signed_by = 10;
|
|
279
282
|
}
|
|
280
283
|
|
|
281
284
|
/* Section element for system hardware info on Mac */
|