@airpower/enum 1.4.0 → 1.6.0

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/enum",
3
3
  "type": "module",
4
- "version": "1.4.0",
4
+ "version": "1.6.0",
5
5
  "description": "AirPower-Enum 是一个基于 TypeScript 的封装的类似 Java 枚举类的枚举字典处理工具。",
6
6
  "author": {
7
7
  "name": "Hamm",
@@ -41,11 +41,11 @@
41
41
  "dependencies": {
42
42
  },
43
43
  "devDependencies": {
44
- "@antfu/eslint-config": "^5.4.1",
45
- "@types/node": "^24.1.0",
46
- "eslint": "^9.32.0",
44
+ "@antfu/eslint-config": "^6.2.0",
45
+ "@types/node": "^24.10.0",
46
+ "eslint": "^9.39.1",
47
47
  "typescript": "^5.9.3",
48
- "vite": "7.1.11",
48
+ "vite": "7.2.2",
49
49
  "vite-plugin-dts": "^4.5.4"
50
50
  },
51
51
  "publishConfig": {