File tree 6 files changed +20
-5
lines changed
6 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 20
20
" healthy-starfishes-clean" ,
21
21
" hip-beans-search" ,
22
22
" kind-nails-lick" ,
23
+ " metal-jobs-grow" ,
23
24
" shiny-spoons-beam" ,
24
25
" shiny-tips-beam" ,
25
26
" sixty-turkeys-cross" ,
Original file line number Diff line number Diff line change 1
1
# @pliny/cli
2
2
3
+ ## 0.0.1-rc.16
4
+
5
+ ### Patch Changes
6
+
7
+ - eb3b192: fix detecting ts flag and use npx for yarn
8
+ - Updated dependencies [ eb3b192]
9
+ - @pliny/installer @0.0.1-rc.11
10
+
3
11
## 0.0.1-rc.15
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @pliny/cli" ,
3
3
"description" : " Pliny CLI" ,
4
4
"homepage" : " https://github.com/timlrx/pliny" ,
5
- "version" : " 0.0.1-rc.15 " ,
5
+ "version" : " 0.0.1-rc.16 " ,
6
6
"license" : " MIT" ,
7
7
"bin" : {
8
8
"pliny" : " ./bin/run"
25
25
"@oclif/plugin-not-found" : " 2.3.1" ,
26
26
"@oclif/plugin-plugins" : " 2.1.0" ,
27
27
"@oclif/plugin-version" : " 1.0.4" ,
28
- "@pliny/installer" : " ^0.0.1-rc.8 " ,
28
+ "@pliny/installer" : " ^0.0.1-rc.11 " ,
29
29
"camelcase" : " ^6.2.0" ,
30
30
"chalk" : " ^4.1.0" ,
31
31
"console-table-printer" : " ^2.7.5" ,
Original file line number Diff line number Diff line change 1
1
# @pliny/installer
2
2
3
+ ## 0.0.1-rc.11
4
+
5
+ ### Patch Changes
6
+
7
+ - eb3b192: fix detecting ts flag and use npx for yarn
8
+
3
9
## 0.0.1-rc.10
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pliny/installer" ,
3
- "version" : " 0.0.1-rc.10 " ,
3
+ "version" : " 0.0.1-rc.11 " ,
4
4
"description" : " Package installation for the Pliny CLI" ,
5
5
"homepage" : " https://github.com/timlrx/pliny" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -3092,7 +3092,7 @@ __metadata:
3092
3092
"@oclif/plugin-not-found": 2.3.1
3093
3093
"@oclif/plugin-plugins": 2.1.0
3094
3094
"@oclif/plugin-version": 1.0.4
3095
- "@pliny/installer": ^0.0.1-rc.8
3095
+ "@pliny/installer": ^0.0.1-rc.11
3096
3096
camelcase: ^6.2.0
3097
3097
chalk: ^4.1.0
3098
3098
console-table-printer: ^2.7.5
@@ -3142,7 +3142,7 @@ __metadata:
3142
3142
languageName: unknown
3143
3143
linkType: soft
3144
3144
3145
- "@pliny/installer@^0.0.1-rc.8 , @pliny/installer@workspace:packages/installer":
3145
+ "@pliny/installer@^0.0.1-rc.11 , @pliny/installer@workspace:packages/installer":
3146
3146
version: 0.0.0-use.local
3147
3147
resolution: "@pliny/installer@workspace:packages/installer"
3148
3148
dependencies:
You can’t perform that action at this time.
0 commit comments