@blueid/access-capacitor 0.99.0 → 0.101.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.
@@ -29,15 +29,16 @@
29
29
  <key>HeadersPath</key>
30
30
  <string>Headers</string>
31
31
  <key>LibraryIdentifier</key>
32
- <string>ios-arm64</string>
32
+ <string>macos-arm64_x86_64</string>
33
33
  <key>LibraryPath</key>
34
34
  <string>libCBlueIDAccess.a</string>
35
35
  <key>SupportedArchitectures</key>
36
36
  <array>
37
37
  <string>arm64</string>
38
+ <string>x86_64</string>
38
39
  </array>
39
40
  <key>SupportedPlatform</key>
40
- <string>ios</string>
41
+ <string>macos</string>
41
42
  </dict>
42
43
  <dict>
43
44
  <key>BinaryPath</key>
@@ -45,16 +46,15 @@
45
46
  <key>HeadersPath</key>
46
47
  <string>Headers</string>
47
48
  <key>LibraryIdentifier</key>
48
- <string>macos-arm64_x86_64</string>
49
+ <string>ios-arm64</string>
49
50
  <key>LibraryPath</key>
50
51
  <string>libCBlueIDAccess.a</string>
51
52
  <key>SupportedArchitectures</key>
52
53
  <array>
53
54
  <string>arm64</string>
54
- <string>x86_64</string>
55
55
  </array>
56
56
  <key>SupportedPlatform</key>
57
- <string>macos</string>
57
+ <string>ios</string>
58
58
  </dict>
59
59
  </array>
60
60
  <key>CFBundlePackageType</key>
@@ -180,6 +180,8 @@ extension BlueCredentialType {
180
180
  self = .master
181
181
  case "nfcwriter":
182
182
  self = .nfcWriter
183
+ case "emergency":
184
+ self = .emergency
183
185
  default:
184
186
  return nil
185
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-capacitor",
3
- "version": "0.99.0",
3
+ "version": "0.101.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",