Skip to content

Commit f87c795

Browse files
committed
chore: 添加utils,hooks包
1 parent c9fe417 commit f87c795

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"fs-extra": "^11.2.0",
1717
"@opentinyvue/vue-locale": "^3.22.0",
1818
"@opentinyvue/vue-input": "^3.22.0",
19+
"@opentinyvue/utils": "^3.22.0",
20+
"@opentinyvue/vue-hooks": "^3.22.0",
1921
"@opentinyvue/vue-renderless": "^3.22.0",
2022
"@opentinyvue/vue-flowchart": "^3.22.0",
2123
"@opentinyvue/vue-modal": "^3.22.0",

releaseAlpha.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const findAllpage = (packagesPath) => {
2121
const content = fs.readFileSync(packagesPath).toString("UTF-8");
2222
let result = content
2323
.replace(/@opentiny\/vue/g, "@opentinyvue/vue")
24+
.replace(/@opentiny\/utils/g, "@opentinyvue/utils")
2425
.replace(/@opentinyvue\/vue-repl/g, "@opentiny/vue-repl")
2526
.replace(/@opentinyvue\/vue-vite-import/g, "@opentiny/vue-vite-import")
2627
.replace(/\/tiny-vue\//g, "/tiny-vue-web-doc/")

0 commit comments

Comments
 (0)