@huitl/sdk 0.1.0 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huitl/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "NTAG 424 DNA cryptographic verification SDK — parse, decrypt, and verify NFC SUN messages",
5
5
  "license": "MIT",
6
6
  "author": "Fabio Seva <seva@huitlprotocol.com>",
@@ -66,11 +66,13 @@
66
66
  "vitest": "^3.0.0"
67
67
  },
68
68
  "optionalDependencies": {
69
- "better-sqlite3": "^11.0.0"
69
+ "better-sqlite3": "^11.0.0",
70
+ "nfc-pcsc": "^0.8.1"
70
71
  },
71
72
  "peerDependencies": {
72
73
  "better-sqlite3": ">=9.0.0",
73
- "hono": ">=4.0.0"
74
+ "hono": ">=4.0.0",
75
+ "nfc-pcsc": ">=0.8.0"
74
76
  },
75
77
  "peerDependenciesMeta": {
76
78
  "better-sqlite3": {
@@ -78,6 +80,9 @@
78
80
  },
79
81
  "hono": {
80
82
  "optional": true
83
+ },
84
+ "nfc-pcsc": {
85
+ "optional": true
81
86
  }
82
87
  },
83
88
  "engines": {