@authme/id-recognition 2.7.3 → 2.7.4

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
@@ -374,8 +374,8 @@ const twoWayAuthmeCardClassMap = (() => {
374
374
  })();
375
375
 
376
376
  var name = "authme/sdk";
377
- var version$1 = "2.7.3";
378
- var date = "2024-10-25T01:07:20+0000";
377
+ var version$1 = "2.7.4";
378
+ var date = "2024-12-04T02:44:31+0000";
379
379
  var packageInfo = {
380
380
  name: name,
381
381
  version: version$1,
package/index.js CHANGED
@@ -371,8 +371,8 @@ const twoWayAuthmeCardClassMap = (() => {
371
371
  })();
372
372
 
373
373
  var name = "authme/sdk";
374
- var version$1 = "2.7.3";
375
- var date = "2024-10-25T01:07:20+0000";
374
+ var version$1 = "2.7.4";
375
+ var date = "2024-12-04T02:44:31+0000";
376
376
  var packageInfo = {
377
377
  name: name,
378
378
  version: version$1,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@authme/id-recognition",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "peerDependencies": {
5
5
  "core-js": "^3.6.0",
6
- "@authme/core": "2.7.3",
7
- "@authme/util": "2.7.3",
8
- "@authme/engine": "2.7.3"
6
+ "@authme/core": "2.7.4",
7
+ "@authme/util": "2.7.4",
8
+ "@authme/engine": "2.7.4"
9
9
  },
10
10
  "module": "./index.js",
11
11
  "main": "./index.cjs",