@sendsafely/sendsafely 2.0.0 → 2.0.1

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,12 @@
3
3
 
4
4
  The SendSafely JavaScript API for Node.js lets you integrate SendSafely secure data transfer capabilities directly into your Node.js application.
5
5
 
6
+ ## Requirements
7
+
8
+ - **Node.js**: v18 or higher *(required starting from SDK v2.0.0)*
9
+
10
+ Please ensure you upgrade to Node v18 to take advantage of the latest features and maintain compatibility with our SDK v2.0.0 and later.
11
+
6
12
  ## Quickstart
7
13
  The example below shows you how to install the package and use it as a CommonJS module.
8
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendsafely/sendsafely",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "./lib/SendSafely.js",
5
5
  "engines": {
6
6
  "node": ">=18"