@ukeyfe/hardware-core 1.1.31 → 1.1.32

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/dist/index.js CHANGED
@@ -7715,8 +7715,9 @@ var nested$1 = {
7715
7715
  CLASSIC1S: 1,
7716
7716
  MINI: 2,
7717
7717
  TOUCH: 3,
7718
- PRO: 5,
7719
- PURE: 6
7718
+ CORE26: 5,
7719
+ PURE: 6,
7720
+ CORE27PRO: 7
7720
7721
  }
7721
7722
  },
7722
7723
  UKeySeType: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukeyfe/hardware-core",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "Core processes and APIs for communicating with UKey hardware devices.",
5
5
  "author": "UKey",
6
6
  "homepage": "https://github.com/UKeyHQ/hardware-js-sdk#readme",
@@ -25,8 +25,8 @@
25
25
  "url": "https://github.com/UKeyHQ/hardware-js-sdk/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@ukeyfe/hardware-shared": "1.1.31",
29
- "@ukeyfe/hardware-transport": "1.1.31",
28
+ "@ukeyfe/hardware-shared": "1.1.32",
29
+ "@ukeyfe/hardware-transport": "1.1.32",
30
30
  "axios": "1.12.2",
31
31
  "bignumber.js": "^9.0.2",
32
32
  "bytebuffer": "^5.0.1",
@@ -44,5 +44,5 @@
44
44
  "@types/w3c-web-usb": "^1.0.10",
45
45
  "@types/web-bluetooth": "^0.0.21"
46
46
  },
47
- "gitHead": "01806423367ad223116985233b6e3e5fb6da9e59"
47
+ "gitHead": "1e93a63cafca96846d282848ce9fccd078574fe5"
48
48
  }
@@ -6234,8 +6234,9 @@
6234
6234
  "CLASSIC1S": 1,
6235
6235
  "MINI": 2,
6236
6236
  "TOUCH": 3,
6237
- "PRO": 5,
6238
- "PURE": 6
6237
+ "CORE26": 5,
6238
+ "PURE": 6,
6239
+ "CORE27PRO": 7
6239
6240
  }
6240
6241
  },
6241
6242
  "UKeySeType": {