@movk/core 1.2.2 → 1.2.3

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Movk Core](https://core.mhaibaraai.cn/og-image.png)](https://core.mhaibaraai.cn/)
1
+ [![Movk Core Docs](https://core.mhaibaraai.cn/og-image.png)](https://core.mhaibaraai.cn/)
2
2
 
3
3
  [![Install MCP in Cursor](https://core.mhaibaraai.cn/mcp/badge.svg)](https://core.mhaibaraai.cn/mcp/deeplink)
4
4
  [![Install MCP in VS Code](https://core.mhaibaraai.cn/mcp/badge.svg?ide=vscode)](https://core.mhaibaraai.cn/mcp/deeplink?ide=vscode)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@movk/core",
3
3
  "type": "module",
4
- "version": "1.2.2",
5
- "packageManager": "pnpm@10.32.0",
4
+ "version": "1.2.3",
5
+ "packageManager": "pnpm@10.33.0",
6
6
  "description": "为 TypeScript 项目设计的现代化、支持 Tree-Shaking 的工具函数库。",
7
7
  "author": "YiXuan <mhaibaraai@gmail.com>",
8
8
  "license": "MIT",
@@ -56,13 +56,13 @@
56
56
  "tinyglobby": "^0.2.15"
57
57
  },
58
58
  "devDependencies": {
59
- "@antfu/eslint-config": "^7.7.0",
60
- "@release-it/conventional-changelog": "^10.0.5",
61
- "@types/node": "^25.4.0",
62
- "eslint": "^10.0.3",
59
+ "@antfu/eslint-config": "^8.0.0",
60
+ "@release-it/conventional-changelog": "^10.0.6",
61
+ "@types/node": "^25.5.2",
62
+ "eslint": "^10.2.0",
63
63
  "release-it": "^19.2.4",
64
- "typescript": "^5.9.3",
64
+ "typescript": "^6.0.2",
65
65
  "unbuild": "^3.6.1",
66
- "vitest": "^4.0.18"
66
+ "vitest": "^4.1.2"
67
67
  }
68
68
  }