@lansweeper/discovery-sensor-proto 2.19.0 → 2.20.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.19.0",
4
+ "version": "2.20.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": "fcd9a323caf402bc20c8e1377b99f7224c41b6f3"
19
+ "gitHead": "d95381f2d0b6153d3e0470cc7a170c8f7130546a"
20
20
  }
@@ -617,7 +617,7 @@ message PnpSignedDriver {
617
617
  google.protobuf.StringValue dev_loader = 3;
618
618
  google.protobuf.StringValue driver_name = 4;
619
619
  google.protobuf.StringValue friendly_name = 5;
620
- google.protobuf.StringValue driver_date = 6;
620
+ google.protobuf.Timestamp driver_date = 6;
621
621
  google.protobuf.StringValue driver_version = 7;
622
622
  google.protobuf.StringValue hardWare_id = 8;
623
623
  google.protobuf.StringValue inf_name = 9;