store 添加Load模块

This commit is contained in:
2025-02-19 06:52:18 +08:00
parent b39c950ef7
commit d8d5073542
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/store",
"version": "0.0.1-alpha.10",
"version": "0.0.1",
"main": "dist/store.js",
"module": "dist/store.js",
"types": "dist/store.d.ts",
@@ -23,6 +23,7 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@kevisual/load": "workspace:*",
"@kevisual/types": "link:../types",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",