File tree 6 files changed +21
-5
lines changed
6 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 12
12
" calm-bats-smell" ,
13
13
" eighty-seas-destroy" ,
14
14
" famous-spoons-listen" ,
15
+ " five-fireants-peel" ,
15
16
" great-turkeys-mate" ,
16
17
" green-laws-shake" ,
17
18
" grumpy-lizards-talk" ,
18
19
" healthy-rice-accept" ,
20
+ " healthy-starfishes-clean" ,
19
21
" shiny-spoons-beam" ,
20
22
" shiny-tips-beam" ,
21
23
" sixty-turkeys-cross" ,
Original file line number Diff line number Diff line change 1
1
# @pliny/cli
2
2
3
+ ## 0.0.1-rc.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 168752d: add back ts-node
8
+ - Updated dependencies [ d78d04f]
9
+ - @pliny/installer @0.0.1-rc.8
10
+
3
11
## 0.0.1-rc.14
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.14 " ,
5
+ "version" : " 0.0.1-rc.15 " ,
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.7 " ,
28
+ "@pliny/installer" : " ^0.0.1-rc.8 " ,
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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - d78d04f: create separate tsconfig to resolve recipes
8
+
3
9
## 0.0.1-rc.7
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.7 " ,
3
+ "version" : " 0.0.1-rc.8 " ,
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.7
3095
+ "@pliny/installer": ^0.0.1-rc.8
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.7 , @pliny/installer@workspace:packages/installer":
3145
+ "@pliny/installer@^0.0.1-rc.8 , @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