@fairandsmart/consents-ce 2.0.28 → 3.1.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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,11 +9,13 @@ Before mergin into master, please ensure you:
|
|
|
9
9
|
* run `npm run pack`
|
|
10
10
|
* embed in your MR what has been changed under lib/, _bundles/, docs/
|
|
11
11
|
|
|
12
|
+
v3.x is targetted for node 18.
|
|
13
|
+
v2.x is targetted for node 14 and is deprecated.
|
|
12
14
|
|
|
13
15
|
# NPM/Node version
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
Use NVM to force version if needed.
|
|
17
|
+
* v3.x+: known to work using node v18.20.8 (npm v10.8.2). Use NVM to force version if needed.
|
|
18
|
+
* v2.x-: known to work using node v14.21.3 (npm v6.14.18). Use NVM to force version if needed.
|
|
17
19
|
|
|
18
20
|
# Install
|
|
19
21
|
|