async-file-tried 1.2.3 → 1.2.5

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -666,5 +666,5 @@ npm test
666
666
 
667
667
  ## License
668
668
 
669
- Copyright (c) 2023–25 Florian Walzel,
669
+ Copyright (c) 2023–26 Florian Walzel,
670
670
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "async-file-tried",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
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",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "homepage": "https://github.com/fwalzel/async-file-tried#readme",
23
23
  "devDependencies": {
24
- "@types/node": "^24.10.1",
25
- "c8": "^10.1.3",
26
- "chai": "^6.2.1",
27
- "mocha": "^11.7.5",
24
+ "@types/node": "^25.3.3",
25
+ "c8": "^11.0.0",
26
+ "chai": "^6.2.2",
27
+ "mocha": "^11.3.0",
28
28
  "typescript": "^5.9.3"
29
29
  },
30
30
  "keywords": [