async-file-tried 1.2.6 → 1.2.7

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -22,7 +22,9 @@ Import:
22
22
  import fs from 'async-file-tried';
23
23
  ```
24
24
 
25
- [![What Was Design](https://florianwalzel.com/what-was-design-banner-2x.webp)](https://www.slanted.de/product/what-was-design/)
25
+ ---
26
+
27
+ [![Florian Walzel, What was design? Declarations and definitions from a century of creative quest](https://florianwalzel.com/wwd-hero-d.webp)](https://www.slanted.de/product/what-was-design/)
26
28
 
27
29
 
28
30
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "async-file-tried",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "A try-catch wrapper around node’s fs/promises.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  "@types/node": "^25.3.5",
25
25
  "c8": "^11.0.0",
26
26
  "chai": "^6.2.2",
27
- "mocha": "^11.7.5",
28
- "typescript": "^5.9.3"
27
+ "mocha": "^11.3.0",
28
+ "typescript": "^6.0.3"
29
29
  },
30
30
  "keywords": [
31
31
  "fs promises",