edhoc 1.0.2 → 1.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edhoc",
3
3
  "description": "A Node.js implementation of EDHOC (Ephemeral Diffie-Hellman Over COSE) protocol for lightweight authenticated key exchange in IoT and other constrained environments.",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "debug": "npx node-gyp build --debug",
@@ -24,7 +24,8 @@
24
24
  "cbor": "^9.0.2",
25
25
  "coap": "^1.3.0",
26
26
  "node-addon-api": "^8.0.0",
27
- "node-gyp-build": "^4.8.1"
27
+ "node-gyp-build": "^4.8.1",
28
+ "patch-package": "^8.0.0"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@commitlint/cli": "^19.3.0",
@@ -39,7 +40,6 @@
39
40
  "eslint": "^8.57.0",
40
41
  "mocha": "^10.7.0",
41
42
  "nyc": "^17.0.0",
42
- "patch-package": "^8.0.0",
43
43
  "prebuildify": "^6.0.1",
44
44
  "prebuildify-cross": "^5.1.0",
45
45
  "semantic-release": "^24.0.0",
Binary file
Binary file