@blueid/access-capacitor 0.77.0 → 0.79.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.
@@ -198,6 +198,12 @@ extension BlueRefreshOssSoCredentials {
198
198
  }
199
199
  }
200
200
 
201
+ extension BlueSynchronizeAccessCredentials {
202
+ public init(credentials: [BlueSynchronizeAccessCredential]) {
203
+ self.credentials = credentials
204
+ }
205
+ }
206
+
201
207
  extension Array {
202
208
 
203
209
  /// Extension function for Arrays, allowing the splitting of the collection into subarrays of a specified size.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-capacitor",
3
- "version": "0.77.0",
3
+ "version": "0.79.0",
4
4
  "description": "Capacitor JS plugin for the BlueID Access SDK",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",