We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a84517 commit 01cac75Copy full SHA for 01cac75
CHANGELOG.md
@@ -2,6 +2,20 @@ faucet-pipeline-js version history
2
==================================
3
4
5
+v3.0.2
6
+------
7
+
8
+_2025-02-01_
9
10
+notable changes for end users:
11
12
+* dropped support for obsolete Node versions; now requires Node v18 or later
13
+* dropped support for undocumented ESM aliases
14
+* reduced number of dependencies
15
16
+no significant changes for developers
17
18
19
v3.0.1
20
------
21
package.json
@@ -29,7 +29,7 @@
29
"@rollup/plugin-commonjs": "~26.0.3",
30
"@rollup/plugin-node-resolve": "~16.0.0",
31
"faucet-pipeline-core": "^2.0.0",
32
- "rollup": "^4.32.0",
+ "rollup": "^4.34.0",
33
"rollup-plugin-cleanup": "~3.2.1"
34
},
35
"devDependencies": {
0 commit comments