@authme/id-recognition 2.8.44 → 2.8.45

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/index.cjs.js CHANGED
@@ -379,7 +379,7 @@ const twoWayAuthmeCardClassMap = (() => {
379
379
  })();
380
380
 
381
381
  var name = "authme/sdk";
382
- var version$1 = "2.8.44";
382
+ var version$1 = "2.8.45";
383
383
  var packageInfo = {
384
384
  name: name,
385
385
  version: version$1};
package/index.esm.js CHANGED
@@ -378,7 +378,7 @@ const twoWayAuthmeCardClassMap = (() => {
378
378
  })();
379
379
 
380
380
  var name = "authme/sdk";
381
- var version$1 = "2.8.44";
381
+ var version$1 = "2.8.45";
382
382
  var packageInfo = {
383
383
  name: name,
384
384
  version: version$1};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authme/id-recognition",
3
- "version": "2.8.44",
3
+ "version": "2.8.45",
4
4
  "peerDependencies": {
5
5
  "core-js": "^3.6.0"
6
6
  },