@ndriadev/futurable 3.2.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
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
+
13
+ ## [3.2.1](https://github.com/nDriaDev/futurable/releases/tag/v3.2.1) - 2026-03-12
14
+
15
+ ### Bug Fixes
16
+
17
+ - previous commit ([6bfb5ce](https://github.com/nDriaDev/futurable/commit/6bfb5ce))
18
+
19
+ ### Chores
20
+
21
+ - update dependencies ([b94a00c](https://github.com/nDriaDev/futurable/commit/b94a00c))
22
+
3
23
  ## [3.2.0](https://github.com/nDriaDev/futurable/releases/tag/v3.2.0) - 2026-02-25
4
24
 
5
25
  - Initial release
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.0",
5
+ "version": "3.2.2",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist/",
@@ -21,19 +21,19 @@
21
21
  "module": "./dist/index.mjs",
22
22
  "types": "./dist/index.d.ts",
23
23
  "devDependencies": {
24
- "@eslint/eslintrc": "^3.3.4",
24
+ "@eslint/eslintrc": "^3.3.5",
25
25
  "@eslint/js": "^10.0.1",
26
- "@types/node": "^25.3.0",
27
- "@vitest/coverage-v8": "^4.0.18",
28
- "@vitest/ui": "^4.0.18",
29
- "globals": "^17.3.0",
26
+ "@types/node": "^25.5.0",
27
+ "@vitest/coverage-v8": "^4.1.2",
28
+ "@vitest/ui": "^4.1.2",
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.56.1",
33
+ "typescript-eslint": "^8.57.2",
34
34
  "unbuild": "^3.6.1",
35
35
  "vitepress": "^1.6.4",
36
- "vitest": "^4.0.18"
36
+ "vitest": "^4.1.2"
37
37
  },
38
38
  "keywords": [
39
39
  "promise",