File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { path as p } from '@stacksjs/path'
4
4
const options = parseOptions ( )
5
5
const changelogCommand = options ?. dryRun ? 'buddy changelog --quiet --dry-run' : 'buddy changelog --quiet'
6
6
const bumpCommand = options ?. dryRun
7
- ? `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../default /ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --no-push --execute "../scripts/lint"`
8
- : `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../default /ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --all --execute "../scripts/lint"`
7
+ ? `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../defaults /ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../libs/** /package.json ../system-tray/package.json --no-push --execute "../scripts/lint"`
8
+ : `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../defaults /ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../libs/** /package.json ../system-tray/package.json --all --execute "../scripts/lint"`
9
9
10
10
log . debug ( `Running: ${ bumpCommand } ` )
11
11
log . debug ( `In frameworkPath: ${ p . frameworkPath ( ) } ` )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stacksjs/hello-world-vue" ,
3
3
"type" : " module" ,
4
- "version" : " " ,
4
+ "version" : " 0.70.0 " ,
5
5
"description" : " Your Vue component library description" ,
6
6
"author" : " Chris Breuer" ,
7
7
"contributors" : [" Chris Breuer <chris@stacksjs.org>" ],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stacksjs/hello-world-elements" ,
3
3
"type" : " module" ,
4
- "version" : " " ,
4
+ "version" : " 0.70.0 " ,
5
5
"description" : " Your framework agnostic web component library description." ,
6
6
"author" : " Chris Breuer" ,
7
7
"contributors" : [" Chris Breuer <chris@stacksjs.org>" ],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hello-world-fx" ,
3
3
"type" : " module" ,
4
- "version" : " " ,
4
+ "version" : " 0.70.0 " ,
5
5
"description" : " Your function library description." ,
6
6
"author" : " Chris Breuer" ,
7
7
"contributors" : [" Chris Breuer <chris@stacksjs.org>" ],
25
25
"exports" : {
26
26
"." : {
27
27
"types" : " ./dist/index.d.ts" ,
28
- "import" : " ./dist/index.js" ,
29
- "require" : " ./dist/index.cjs"
28
+ "import" : " ./dist/index.js"
30
29
}
31
30
},
32
- "main" : " dist/index.cjs" ,
33
31
"module" : " dist/index.js" ,
34
32
"types" : " dist/index.d.ts" ,
35
33
"files" : [" README.md" , " dist" ],
You can’t perform that action at this time.
0 commit comments