@asaidimu/utils-sync 1.0.0 → 1.1.0

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 +1 -1
package/README.md CHANGED
@@ -410,4 +410,4 @@ See the [CHANGELOG.md](https://github.com/asaidimu/erp-utils/blob/main/CHANGELOG
410
410
 
411
411
  ### Acknowledgments
412
412
 
413
- Inspired by similar synchronisation primitives in Rust (`Mutex`, `OnceCell`), Go (`sync.Mutex`), and the classic async patterns of the JavaScript ecosystem. Built with ❤️ using TypeScript and Vitest.
413
+ Inspired by similar synchronisation primitives in Rust (`Mutex`, `OnceCell`), Go (`sync.Mutex`), and the classic async patterns of the JavaScript ecosystem.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaidimu/utils-sync",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A collection of sync utilities.",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",