@magic/fs 0.0.32 → 0.0.33
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 +6 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -312,12 +312,16 @@ update dependencies
|
|
|
312
312
|
- add tests for [...threedot_dirs]
|
|
313
313
|
- update dependencies
|
|
314
314
|
|
|
315
|
-
##### 0.0.32
|
|
315
|
+
##### 0.0.32 - broken import mapping
|
|
316
316
|
|
|
317
317
|
- add jsdoc types
|
|
318
318
|
- update dependencies
|
|
319
319
|
|
|
320
|
-
##### 0.0.33
|
|
320
|
+
##### 0.0.33
|
|
321
|
+
|
|
322
|
+
- fix import mapping from .mjs to .js
|
|
323
|
+
|
|
324
|
+
##### 0.0.34 - unreleased
|
|
321
325
|
|
|
322
326
|
...
|
|
323
327
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic/fs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
4
4
|
"author": "Wizards & Witches",
|
|
5
5
|
"description": "nodejs fs promises + goodies",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"homepage": "https://magic.github.io/fs",
|
|
8
|
-
"main": "src/index.
|
|
8
|
+
"main": "src/index.js",
|
|
9
9
|
"types": "types/index.d.ts",
|
|
10
|
-
"module": "src/index.
|
|
10
|
+
"module": "src/index.js",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"start": "npm test",
|