This commit is contained in:
Akko
2025-08-04 18:57:35 +02:00
parent 8cf6e78a79
commit 9495868c2e
5030 changed files with 518594 additions and 17609 deletions

15
node_modules/util/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
# util change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.11.1
* Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/defunctzombie/node-util/pull/12))
## 0.11.0
* Add `util.promisify`.
* Add `util.callbackify`.
## 0.10.4
* Update `inherits` dependency.