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.
- package/README.md +9 -4
- package/dist/{chunk-46EEAYVO.mjs → chunk-2RCYFHGG.mjs} +730 -719
- package/dist/chunk-2RCYFHGG.mjs.map +1 -0
- package/dist/chunk-C7PROBPE.mjs +14 -0
- package/dist/chunk-C7PROBPE.mjs.map +1 -0
- package/dist/{chunk-GNEWUC7X.mjs → chunk-UH5AT3JE.mjs} +9 -15
- package/dist/chunk-UH5AT3JE.mjs.map +1 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +517 -565
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -53
- package/dist/index_web-C5Oeu9mq.d.mts +503 -0
- package/dist/index_web-D1qc4UN2.d.ts +503 -0
- package/dist/source/index.d.mts +13 -3
- package/dist/source/index.d.ts +13 -3
- package/dist/source/index.js +481 -522
- package/dist/source/index.js.map +1 -1
- package/dist/source/index.mjs +7 -51
- package/dist/source/index_web.d.mts +4 -528
- package/dist/source/index_web.d.ts +4 -528
- package/dist/source/index_web.js +498 -515
- package/dist/source/index_web.js.map +1 -1
- package/dist/source/index_web.mjs +5 -49
- package/dist/source_nodejs/index.d.mts +1 -2
- package/dist/source_nodejs/index.d.ts +1 -2
- package/dist/source_nodejs/index.js +31 -38
- package/dist/source_nodejs/index.js.map +1 -1
- package/dist/source_nodejs/index.mjs +3 -5
- package/package.json +9 -4
- package/dist/chunk-46EEAYVO.mjs.map +0 -1
- package/dist/chunk-GNEWUC7X.mjs.map +0 -1
- package/dist/chunk-VI4S2NM5.mjs +0 -38
- package/dist/chunk-VI4S2NM5.mjs.map +0 -1
- package/dist/index_web.d.mts +0 -5
- package/dist/index_web.d.ts +0 -5
- package/dist/index_web.js +0 -6414
- package/dist/index_web.js.map +0 -1
- package/dist/index_web.mjs +0 -195
- package/dist/index_web.mjs.map +0 -1
- package/index.mjs +0 -1
- package/index_web.ts +0 -1
- package/web.d.ts +0 -1
- package/web.mjs +0 -1
package/README.md
CHANGED
|
@@ -67,11 +67,16 @@ Please refer to the examples directory for more specific use cases and comprehen
|
|
|
67
67
|
|
|
68
68
|
## Support
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
Sterfive provides this module free of charge, "as is," with the hope that it will be useful to you. However, any support requests, bug fixes, or enhancements are handled exclusively through our paid services. We believe strongly that independent open-source companies should be fairly compensated for their contributions to the community.
|
|
71
|
+
|
|
72
|
+
We highly recommend subscribing to our support program to ensure your requests are addressed and resolved. Please note that we only consider requests from members of our support program or sponsors.
|
|
73
|
+
|
|
71
74
|
|
|
72
75
|
### Getting professional support
|
|
73
76
|
|
|
74
|
-
|
|
77
|
+
|
|
78
|
+
NodeOPCUA Crypto is developed and maintained by sterfive.com.
|
|
79
|
+
|
|
75
80
|
|
|
76
81
|
To get professional support, consider subscribing to the node-opcua membership community:
|
|
77
82
|
|
|
@@ -109,6 +114,6 @@ Thank you for considering NodeOPCUA Crypto for your OPCUA cryptography needs. We
|
|
|
109
114
|
|
|
110
115
|
## Supporting the development effort - Sponsors & Backers
|
|
111
116
|
|
|
112
|
-
If you like `node-opcua-
|
|
117
|
+
If you like `node-opcua-crypto` and if you are relying on it in one of your projects, please consider becoming a backer and [sponsoring us](https://opencollective.com/node-opcua), this will help us to maintain a high-quality stack and constant evolution of this module.
|
|
113
118
|
|
|
114
|
-
If your company would like to participate and influence the development of future versions of `node-opcua` please contact [sterfive](mailto:contact@sterfive.com).
|
|
119
|
+
If your company would like to participate and influence the development of future versions of `node-opcua` and its components, please contact [sterfive](mailto:contact@sterfive.com).
|