We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28193fc commit 10a453eCopy full SHA for 10a453e
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [1.1.0](https://github.com/dumberjs/fs-browser-stub/compare/v1.0.1...v1.1.0) (2024-12-23)
2
+
3
4
+### Features
5
6
+* support subpath loading require("fs/promises") ([28193fc](https://github.com/dumberjs/fs-browser-stub/commit/28193fcb30e5ee82f08d87eef56a2ad33b058b62))
7
8
9
10
## [1.0.1](https://github.com/dumberjs/fs-browser-stub/compare/v1.0.0...v1.0.1) (2020-01-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fs-browser-stub",
- "version": "1.0.1",
+ "version": "1.1.0",
"description": "Stub node fs module in browser",
"main": "index.js",
"exports": {
0 commit comments