@blueid/access-cli 2.22.0 → 2.23.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.
@@ -94,16 +94,6 @@ export const BlueOssConfig = proto2.makeMessageType(
94
94
  ],
95
95
  );
96
96
 
97
- /**
98
- * @generated from message BlueSystemAVRUpdate
99
- */
100
- export const BlueSystemAVRUpdate = proto2.makeMessageType(
101
- "BlueSystemAVRUpdate",
102
- () => [
103
- { no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
104
- ],
105
- );
106
-
107
97
  /**
108
98
  * @generated from message BlueSystemAVRInfo
109
99
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",