@authme/id-recognition 2.7.0 → 2.7.2

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.
Files changed (3) hide show
  1. package/index.cjs +2 -2
  2. package/index.js +2 -2
  3. package/package.json +4 -4
package/index.cjs CHANGED
@@ -329,8 +329,8 @@ const twoWayAuthmeCardClassMap = (() => {
329
329
  })();
330
330
 
331
331
  var name = "authme/sdk";
332
- var version$1 = "2.7.0";
333
- var date = "2024-05-30T14:54:23+0000";
332
+ var version$1 = "2.7.2";
333
+ var date = "2024-10-22T03:50:14+0000";
334
334
  var packageInfo = {
335
335
  name: name,
336
336
  version: version$1,
package/index.js CHANGED
@@ -326,8 +326,8 @@ const twoWayAuthmeCardClassMap = (() => {
326
326
  })();
327
327
 
328
328
  var name = "authme/sdk";
329
- var version$1 = "2.7.0";
330
- var date = "2024-05-30T14:54:23+0000";
329
+ var version$1 = "2.7.2";
330
+ var date = "2024-10-22T03:50:14+0000";
331
331
  var packageInfo = {
332
332
  name: name,
333
333
  version: version$1,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@authme/id-recognition",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "peerDependencies": {
5
5
  "core-js": "^3.6.0",
6
- "@authme/core": "2.7.0",
7
- "@authme/util": "2.7.0",
8
- "@authme/engine": "2.7.0"
6
+ "@authme/core": "2.7.2",
7
+ "@authme/util": "2.7.2",
8
+ "@authme/engine": "2.7.2"
9
9
  },
10
10
  "module": "./index.js",
11
11
  "main": "./index.cjs",