Skip to content

Commit 52ca4fe

Browse files
committed
📦 更新项目版本号
- 将 package.json 中的版本号从 1.0.0 修改为 1.0.1- 此次版本更新主要是为了修复已知问题并优化部分功能
1 parent c3f2ba0 commit 52ca4fe

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderlzw/web-storage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "一个功能强大的浏览器存储管理库,支持 localStorage、sessionStorage 和 Cookie 的统一管理,提供加密、过期时间、版本控制等高级功能",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -78,7 +78,7 @@
7878
"tsup": "^8.0.1",
7979
"typescript": "^5.9.2",
8080
"ultracite": "5.2.9",
81-
"vite": "^7.1.3",
81+
"vite": "7.1.5",
8282
"vitest": "^3.2.4"
8383
},
8484
"lint-staged": {

pnpm-lock.yaml

Lines changed: 20 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)