@lntvow/utils 4.6.0 → 4.6.1

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 +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -17,6 +17,6 @@
17
17
  > TypeScript Utilities Collection
18
18
 
19
19
  [![codecov](https://codecov.io/github/lntvow/utils/graph/badge.svg?token=HBPQRYRWB8)](https://codecov.io/github/lntvow/utils)
20
- [![npm version](https://img.shields.io/npm/v/@lntvow/utils.svg?style=flat-square&color=brightgreen&logo=npm)](https://www.npmjs.com/package/@lntvow/utils)
21
- [![package size](https://img.shields.io/npm/unpacked-size/@lntvow/utils?style=flat-square&color=brightgreen&logo=npm)](https://www.npmjs.com/package/@lntvow/utils)
22
- [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-brightgreen?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
20
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-brightgreen?logo=typescript)](https://www.typescriptlang.org/)
21
+ [![npm version](https://img.shields.io/npm/v/@lntvow/utils.svg?logo=npm)](https://www.npmjs.com/package/@lntvow/utils)
22
+ [![package size](https://img.shields.io/npm/unpacked-size/@lntvow/utils?logo=npm)](https://www.npmjs.com/package/@lntvow/utils)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/utils",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript utilities",
6
6
  "keywords": [
@@ -26,12 +26,12 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "dayjs": "^1.11.13"
29
+ "dayjs": "^1.11.18"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@commitlint/cli": "^19.8.1",
33
33
  "@commitlint/config-conventional": "^19.8.1",
34
- "@lntvow/eslint-config": "^9.31.2",
34
+ "@lntvow/eslint-config": "^9.33.3",
35
35
  "@types/node": "^24.0.3",
36
36
  "@types/qs": "^6.14.0",
37
37
  "@vitest/coverage-v8": "^3.2.4",
@@ -39,8 +39,8 @@
39
39
  "bumpp": "^10.2.3",
40
40
  "commitizen": "^4.3.1",
41
41
  "cz-conventional-changelog": "^3.3.0",
42
- "eslint": "^9.34.0",
43
- "lint-staged": "^16.1.5",
42
+ "eslint": "^9.35.0",
43
+ "lint-staged": "^16.1.6",
44
44
  "npm-run-all": "^4.1.5",
45
45
  "prettier": "^3.6.2",
46
46
  "qs": "^6.14.0",