@movk/core 1.0.0 → 1.0.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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Movk Nuxt Docs](https://core.mhaibaraai.cn/__og-image__/static/og.png)](https://core.mhaibaraai.cn/)
1
+ [![Movk Core](https://core.mhaibaraai.cn/og-image.png)](https://core.mhaibaraai.cn/)
2
2
 
3
3
  > `@movk/core` 是一个为 TypeScript 项目设计的现代化、支持 tree-shaking 的工具函数库,涵盖了数组、对象、字符串、异步操作等多个方面。
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@movk/core",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "packageManager": "pnpm@10.23.0",
6
6
  "description": "一个为现代 Vue.js 应用量身打造的高性能实用工具与组合式函数集合。",
7
7
  "author": "YiXuan <mhaibaraai@gmail.com>",
@@ -32,7 +32,6 @@
32
32
  "dist"
33
33
  ],
34
34
  "scripts": {
35
- "postinstall": "cd docs && nr prepare",
36
35
  "build": "unbuild",
37
36
  "dev": "unbuild --stub",
38
37
  "docs": "cd docs && nr dev",