File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v0.4.19...main
3
+
4
+ [ compare changes] ( https://github.com/stacksjs/launchpad/compare/v0.4.19...main )
5
+
6
+ ### 🏡 Chore
7
+
8
+ - Minor updates ([ 8de52ff] ( https://github.com/stacksjs/launchpad/commit/8de52ff ) )
9
+
10
+ ### ❤️ Contributors
11
+
12
+ - Chris ([ @chrisbbreuer ] ( https://github.com/chrisbbreuer ) )
13
+
2
14
## v0.4.18...main
3
15
4
16
[ compare changes] ( https://github.com/stacksjs/launchpad/compare/v0.4.18...main )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " launchpad" ,
3
3
"type" : " module" ,
4
- "version" : " 0.4.19 " ,
4
+ "version" : " 0.4.20 " ,
5
5
"private" : true ,
6
6
"description" : " Like Homebrew, but faster." ,
7
7
"author" : " Chris Breuer <chris@stacksjs.org>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " launchpad-installer" ,
3
- "version" : " 0.4.19 " ,
3
+ "version" : " 0.4.20 " ,
4
4
"description" : " GitHub Action to install packages using Launchpad." ,
5
5
"author" : " Stacks.js <hello@stacks.js.org>" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stacksjs/launchpad" ,
3
3
"type" : " module" ,
4
- "version" : " 0.4.19 " ,
4
+ "version" : " 0.4.20 " ,
5
5
"description" : " Like Homebrew, but faster." ,
6
6
"author" : " Chris Breuer <chris@stacksjs.org>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import path from 'node:path'
5
5
import process from 'node:process'
6
6
import { config } from '../config'
7
7
import { install } from '../install'
8
- import { ProgressBar , Spinner } from '../progress'
8
+ import { Spinner } from '../progress'
9
9
10
10
export interface DumpOptions {
11
11
dryrun ?: boolean
You can’t perform that action at this time.
0 commit comments