utilitas 1995.0.30 → 1995.0.32

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 CHANGED
@@ -316,9 +316,11 @@ Works in Node.js and modern browsers.
316
316
  | isTextFile | AsyncFunction | file, options |
317
317
  | legalFilename | Function | filename |
318
318
  | mapFilename | Function | name |
319
+ | mergeFile | AsyncFunction | data, options |
319
320
  | readFile | AsyncFunction | name, options |
320
321
  | readJson | AsyncFunction | filename, options |
321
322
  | setConfig | AsyncFunction | data, options |
323
+ | sliceFile | AsyncFunction | any, options |
322
324
  | touchPath | AsyncFunction | path, options |
323
325
  | tryRm | AsyncFunction | path, options |
324
326
  | writeFile | AsyncFunction | filename, data, options |