node-opcua-crypto 4.10.0 → 4.11.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.
Files changed (44) hide show
  1. package/README.md +9 -4
  2. package/dist/{chunk-46EEAYVO.mjs → chunk-2RCYFHGG.mjs} +730 -719
  3. package/dist/chunk-2RCYFHGG.mjs.map +1 -0
  4. package/dist/chunk-C7PROBPE.mjs +14 -0
  5. package/dist/chunk-C7PROBPE.mjs.map +1 -0
  6. package/dist/{chunk-GNEWUC7X.mjs → chunk-UH5AT3JE.mjs} +9 -15
  7. package/dist/chunk-UH5AT3JE.mjs.map +1 -0
  8. package/dist/index.d.mts +3 -3
  9. package/dist/index.d.ts +3 -3
  10. package/dist/index.js +517 -565
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +7 -53
  13. package/dist/index_web-C5Oeu9mq.d.mts +503 -0
  14. package/dist/index_web-D1qc4UN2.d.ts +503 -0
  15. package/dist/source/index.d.mts +13 -3
  16. package/dist/source/index.d.ts +13 -3
  17. package/dist/source/index.js +481 -522
  18. package/dist/source/index.js.map +1 -1
  19. package/dist/source/index.mjs +7 -51
  20. package/dist/source/index_web.d.mts +4 -528
  21. package/dist/source/index_web.d.ts +4 -528
  22. package/dist/source/index_web.js +498 -515
  23. package/dist/source/index_web.js.map +1 -1
  24. package/dist/source/index_web.mjs +5 -49
  25. package/dist/source_nodejs/index.d.mts +1 -2
  26. package/dist/source_nodejs/index.d.ts +1 -2
  27. package/dist/source_nodejs/index.js +31 -38
  28. package/dist/source_nodejs/index.js.map +1 -1
  29. package/dist/source_nodejs/index.mjs +3 -5
  30. package/package.json +9 -4
  31. package/dist/chunk-46EEAYVO.mjs.map +0 -1
  32. package/dist/chunk-GNEWUC7X.mjs.map +0 -1
  33. package/dist/chunk-VI4S2NM5.mjs +0 -38
  34. package/dist/chunk-VI4S2NM5.mjs.map +0 -1
  35. package/dist/index_web.d.mts +0 -5
  36. package/dist/index_web.d.ts +0 -5
  37. package/dist/index_web.js +0 -6414
  38. package/dist/index_web.js.map +0 -1
  39. package/dist/index_web.mjs +0 -195
  40. package/dist/index_web.mjs.map +0 -1
  41. package/index.mjs +0 -1
  42. package/index_web.ts +0 -1
  43. package/web.d.ts +0 -1
  44. package/web.mjs +0 -1
@@ -2,7 +2,6 @@ import {
2
2
  generatePrivateKeyFile,
3
3
  generatePrivateKeyFileAlternate,
4
4
  getCertificateStore,
5
- makePrivateKeyThumbPrint,
6
5
  readCertificate,
7
6
  readCertificatePEM,
8
7
  readCertificateRevocationList,
@@ -14,14 +13,13 @@ import {
14
13
  readPublicKeyPEM,
15
14
  readPublicRsaKey,
16
15
  setCertificateStore
17
- } from "../chunk-GNEWUC7X.mjs";
18
- import "../chunk-VI4S2NM5.mjs";
19
- import "../chunk-46EEAYVO.mjs";
16
+ } from "../chunk-UH5AT3JE.mjs";
17
+ import "../chunk-C7PROBPE.mjs";
18
+ import "../chunk-2RCYFHGG.mjs";
20
19
  export {
21
20
  generatePrivateKeyFile,
22
21
  generatePrivateKeyFileAlternate,
23
22
  getCertificateStore,
24
- makePrivateKeyThumbPrint,
25
23
  readCertificate,
26
24
  readCertificatePEM,
27
25
  readCertificateRevocationList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-crypto",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "description": "Crypto tools for Node-OPCUA",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -14,6 +14,11 @@
14
14
  "types": "./dist/source/index_web.d.ts",
15
15
  "import": "./dist/source/index_web.mjs",
16
16
  "require": "./dist/source/index_web.js"
17
+ },
18
+ "./node": {
19
+ "types": "./dist/source_nodejs/index.d.ts",
20
+ "import": "./dist/source_nodejs/index.mjs",
21
+ "require": "./dist/source_nodejs/index.js"
17
22
  }
18
23
  },
19
24
  "scripts": {
@@ -46,12 +51,12 @@
46
51
  "node": ">15.0"
47
52
  },
48
53
  "devDependencies": {
49
- "@types/node": "^22.6.1",
54
+ "@types/node": "^22.7.4",
50
55
  "lorem-ipsum": "^2.0.8"
51
56
  },
52
57
  "dependencies": {
53
58
  "@peculiar/webcrypto": "^1.5.0",
54
- "@peculiar/x509": "^1.12.2",
59
+ "@peculiar/x509": "^1.12.3",
55
60
  "@types/jsrsasign": "^10.5.14",
56
61
  "@types/sshpk": "^1.17.4",
57
62
  "assert": "^2.1.0",
@@ -67,5 +72,5 @@
67
72
  "bugs": {
68
73
  "url": "https://github.com/node-opcua/node-opcua-crypto/issues"
69
74
  },
70
- "gitHead": "259f742a824af0da481a572fd1122a687f0b2ee0"
75
+ "gitHead": "6e42575841d34cb27a84fd297eff5eee375029b8"
71
76
  }