@ndriadev/futurable 3.2.1 → 3.2.2
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/CHANGELOG.md +10 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.2.2](https://github.com/nDriaDev/futurable/releases/tag/v3.2.2) - 2026-03-29
|
|
4
|
+
|
|
5
|
+
### Documentation
|
|
6
|
+
|
|
7
|
+
- add lib version ([a1f13af](https://github.com/nDriaDev/futurable/commit/a1f13af))
|
|
8
|
+
|
|
9
|
+
### Chores
|
|
10
|
+
|
|
11
|
+
- update dependencies ([a25b140](https://github.com/nDriaDev/futurable/commit/a25b140))
|
|
12
|
+
|
|
3
13
|
## [3.2.1](https://github.com/nDriaDev/futurable/releases/tag/v3.2.1) - 2026-03-12
|
|
4
14
|
|
|
5
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ndriadev/futurable",
|
|
3
3
|
"description": "JavaScript's Promise and Fetch APIs with superpowers!",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.2.
|
|
5
|
+
"version": "3.2.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist/",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@eslint/eslintrc": "^3.3.5",
|
|
25
25
|
"@eslint/js": "^10.0.1",
|
|
26
|
-
"@types/node": "^25.
|
|
27
|
-
"@vitest/coverage-v8": "^4.
|
|
28
|
-
"@vitest/ui": "^4.
|
|
26
|
+
"@types/node": "^25.5.0",
|
|
27
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
28
|
+
"@vitest/ui": "^4.1.2",
|
|
29
29
|
"globals": "^17.4.0",
|
|
30
30
|
"prettier": "^3.8.1",
|
|
31
31
|
"rimraf": "^6.1.3",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
|
-
"typescript-eslint": "^8.57.
|
|
33
|
+
"typescript-eslint": "^8.57.2",
|
|
34
34
|
"unbuild": "^3.6.1",
|
|
35
35
|
"vitepress": "^1.6.4",
|
|
36
|
-
"vitest": "^4.
|
|
36
|
+
"vitest": "^4.1.2"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"promise",
|