nekos 3.2.3 → 3.2.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.
package/README-ja.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/nekos.svg)](https://badge.fury.io/js/nekos)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
6
- [![Validate AA Contribution](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml/badge.svg)](https://github.com/otoneko110/nekos/actions/workflows/validate-aa.yml)
6
+ [![Validate AA Contribution](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml/badge.svg)](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml)
7
7
 
8
8
  <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
9
9
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/nekos.svg)](https://badge.fury.io/js/nekos)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
6
- [![Validate AA Contribution](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml/badge.svg)](https://github.com/otoneko110/nekos/actions/workflows/validate-aa.yml)
6
+ [![Validate AA Contribution](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml/badge.svg)](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml)
7
7
 
8
8
  <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nekos",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Let's have cute cats mess around in the log!",
5
5
  "bin": {
6
6
  "nekos": "bin/nekos.js"
@@ -46,13 +46,13 @@
46
46
  "commander": "^14.0.3",
47
47
  "consola": "^3.4.2",
48
48
  "gradient-string": "^3.0.0",
49
- "is-package-latest": "^2.0.0"
49
+ "is-package-latest": "^2.0.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@types/node": "^25.2.3",
52
+ "@types/node": "^25.5.0",
53
53
  "cross-env": "^10.1.0",
54
- "esbuild": "^0.27.3",
55
- "jest": "^30.2.0",
54
+ "esbuild": "^0.27.4",
55
+ "jest": "^30.3.0",
56
56
  "prettier": "3.8.1",
57
57
  "rimraf": "^6.1.3",
58
58
  "typescript": "^5.9.3"