ansuko 2.0.3 → 2.0.4

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 +4 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,8 @@ For changes prior to v2.0.0, see the [git history](https://github.com/sera4am/an
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [2.0.4] - 2026-05-24
13
+
12
14
  ## [2.0.3] - 2026-05-08
13
15
 
14
16
  ## [2.0.2] - 2026-05-08
@@ -71,7 +73,8 @@ _.kanaToFull("ガ")
71
73
  If you previously chained `_.extend(a).extend(b)`, replace it with two
72
74
  side-effect imports.
73
75
 
74
- [Unreleased]: https://github.com/sera4am/ansuko/compare/v2.0.3...HEAD
76
+ [Unreleased]: https://github.com/sera4am/ansuko/compare/v2.0.4...HEAD
77
+ [2.0.4]: https://github.com/sera4am/ansuko/releases/tag/v2.0.4
75
78
  [2.0.3]: https://github.com/sera4am/ansuko/releases/tag/v2.0.3
76
79
  [2.0.2]: https://github.com/sera4am/ansuko/releases/tag/v2.0.2
77
80
  [2.0.1]: https://github.com/sera4am/ansuko/releases/tag/v2.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ansuko",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A modern JavaScript/TypeScript utility library that extends lodash with practical, intuitive behaviors. Fixes lodash quirks, adds Promise support, Japanese text processing, and GeoJSON utilities.",
5
5
  "keywords": [
6
6
  "lodash",
@@ -54,6 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@turf/turf": "^7.3.1",
57
+ "@types/lodash": "^4.14.202",
57
58
  "json5": "^2.2.3",
58
59
  "lodash": "^4.17.21"
59
60
  },
@@ -61,7 +62,6 @@
61
62
  "@eslint/eslintrc": "^3.3.3",
62
63
  "@eslint/js": "^9.39.2",
63
64
  "@types/geojson": "^7946.0.16",
64
- "@types/lodash": "^4.14.202",
65
65
  "@types/node": "^25.0.5",
66
66
  "@typescript-eslint/eslint-plugin": "^8.52.0",
67
67
  "eslint": "^9.39.2",