File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
"fs-extra" : " ^11.2.0" ,
17
17
"@opentinyvue/vue-locale" : " ^3.22.0" ,
18
18
"@opentinyvue/vue-input" : " ^3.22.0" ,
19
+ "@opentinyvue/utils" : " ^3.22.0" ,
20
+ "@opentinyvue/vue-hooks" : " ^3.22.0" ,
19
21
"@opentinyvue/vue-renderless" : " ^3.22.0" ,
20
22
"@opentinyvue/vue-flowchart" : " ^3.22.0" ,
21
23
"@opentinyvue/vue-modal" : " ^3.22.0" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const findAllpage = (packagesPath) => {
21
21
const content = fs . readFileSync ( packagesPath ) . toString ( "UTF-8" ) ;
22
22
let result = content
23
23
. replace ( / @ o p e n t i n y \/ v u e / g, "@opentinyvue/vue" )
24
+ . replace ( / @ o p e n t i n y \/ u t i l s / g, "@opentinyvue/utils" )
24
25
. replace ( / @ o p e n t i n y v u e \/ v u e - r e p l / g, "@opentiny/vue-repl" )
25
26
. replace ( / @ o p e n t i n y v u e \/ v u e - v i t e - i m p o r t / g, "@opentiny/vue-vite-import" )
26
27
. replace ( / \/ t i n y - v u e \/ / g, "/tiny-vue-web-doc/" )
You can’t perform that action at this time.
0 commit comments