@lansweeper/discovery-sensor-proto 2.13.18 → 2.13.19

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.18",
4
+ "version": "2.13.19",
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": "4c2c37167cf7c8c1a940dd4d6b4bf98855fbb709"
19
+ "gitHead": "b114a55f44cbb2cd77cf0053e960c82752831835"
20
20
  }
@@ -10,7 +10,7 @@ import "google/protobuf/wrappers.proto";
10
10
 
11
11
  /* Section element for basic info on Mac */
12
12
  message MacBasicInfo {
13
- google.protobuf.BoolValue is_arm_architecture = 1;
13
+ bool is_arm_architecture = 1;
14
14
  repeated string data_types = 2;
15
15
  }
16
16