@yeomessagingcom/react-native-yeofr 0.2.0 → 0.2.1

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.
@@ -4591,7 +4591,7 @@
4591
4591
  "kind": "StringLiteral",
4592
4592
  "offset": 1148,
4593
4593
  "length": 7,
4594
- "value": "\"0.2.0\""
4594
+ "value": "\"0.2.1\""
4595
4595
  },
4596
4596
  {
4597
4597
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
@@ -18,7 +18,7 @@
18
18
  </data>
19
19
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.abi.json</key>
20
20
  <data>
21
- 5+4EJomDw0lGi30owc5S6CWiYbk=
21
+ em8jMk00/ZVE/AwHKm9EeP24Q6Q=
22
22
  </data>
23
23
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
24
24
  <data>
@@ -34,7 +34,7 @@
34
34
  </data>
35
35
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftmodule</key>
36
36
  <data>
37
- iA35S9oMwyQOpxFtj+D2cJU8ECo=
37
+ NZlG1U0LYcQSZw68EBjliYW06Zo=
38
38
  </data>
39
39
  <key>Modules/module.modulemap</key>
40
40
  <data>
@@ -61,7 +61,7 @@
61
61
  <dict>
62
62
  <key>hash2</key>
63
63
  <data>
64
- AjzV9Bq5mxvPo6aBhEhgaVOcjJgYWe41du2nmR3PXH8=
64
+ ajhDwujiD93NQCfcqWIsTKMl2OJUash/Seul+W+D278=
65
65
  </data>
66
66
  </dict>
67
67
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
@@ -89,7 +89,7 @@
89
89
  <dict>
90
90
  <key>hash2</key>
91
91
  <data>
92
- L7DP3BsWxnAEruNMAPCuEraVx44Pe3nVUMSZvPQRKFI=
92
+ /VGYVoiTjxy7TrNoBnchnz/LWkM5t1DnQCGGPFhpuv0=
93
93
  </data>
94
94
  </dict>
95
95
  <key>Modules/module.modulemap</key>
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "react-native-yeofr"
3
- s.version = "0.2.0"
3
+ s.version = "0.2.1"
4
4
  s.summary = "React Native iOS bridge for YEO Face Recognition."
5
5
  s.homepage = "https://github.com/yeomessaging/react-native-yeofr"
6
6
  s.license = { :type => "Commercial", :file => "LICENSE" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeomessagingcom/react-native-yeofr",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "React Native iOS integration for YEO Face Recognition (device-only).",
5
5
  "main": "index.ts",
6
6
  "react-native": "index.ts",
@@ -46,7 +46,7 @@
46
46
  "@types/react-native": "^0.72.0"
47
47
  },
48
48
  "dependencies": {
49
- "@yeomessagingcom/react-native-yeofr": "^0.2.0"
49
+ "@yeomessagingcom/react-native-yeofr": "^0.2.1"
50
50
  },
51
51
  "workspaces": [
52
52
  "example"