File tree Expand file tree Collapse file tree 9 files changed +36
-15
lines changed Expand file tree Collapse file tree 9 files changed +36
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @codeshift/cli
2
2
3
+ ## 0.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 432cd18: Patches issue with app codemod downloads + silences experimental loader logging
8
+ - Updated dependencies [ 432cd18]
9
+ - @hypermod/cli @0.27.1
10
+
3
11
## 0.27.0
4
12
5
13
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codeshift/cli" ,
3
- "version" : " 0.27.0 " ,
3
+ "version" : " 0.27.1 " ,
4
4
"source" : " src/index.ts" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
15
15
"start:dev" : " ts-node src/index.ts"
16
16
},
17
17
"dependencies" : {
18
- "@hypermod/cli" : " ^0.27.0 " ,
18
+ "@hypermod/cli" : " ^0.27.1 " ,
19
19
"ts-node" : " ^10.9.1"
20
20
},
21
21
"engines" : {
Original file line number Diff line number Diff line change 1
1
# @hypermod/cli
2
2
3
+ ## 0.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 432cd18: Patches issue with app codemod downloads + silences experimental loader logging
8
+ - Updated dependencies [ 432cd18]
9
+ - @hypermod/core @0.6.1
10
+ - @hypermod/fetcher @0.11.1
11
+
3
12
## 0.27.0
4
13
5
14
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hypermod/cli" ,
3
- "version" : " 0.27.0 " ,
3
+ "version" : " 0.27.1 " ,
4
4
"source" : " src/index.ts" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
18
18
},
19
19
"dependencies" : {
20
20
"@antfu/install-pkg" : " ^0.1.1" ,
21
- "@hypermod/core" : " ^0.6.0 " ,
22
- "@hypermod/fetcher" : " ^0.11.0 " ,
21
+ "@hypermod/core" : " ^0.6.1 " ,
22
+ "@hypermod/fetcher" : " ^0.11.1 " ,
23
23
"@hypermod/initializer" : " ^0.8.0" ,
24
24
"@hypermod/types" : " *" ,
25
25
"@hypermod/validator" : " ^0.8.0" ,
Original file line number Diff line number Diff line change 1
1
# @hypermod/core
2
2
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 432cd18: Patches issue with app codemod downloads + silences experimental loader logging
8
+
3
9
## 0.6.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hypermod/core" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"source" : " src/index.ts" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# @hypermod/fetcher
2
2
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 432cd18: Patches issue with app codemod downloads + silences experimental loader logging
8
+
3
9
## 0.11.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hypermod/fetcher" ,
3
- "version" : " 0.11.0 " ,
3
+ "version" : " 0.11.1 " ,
4
4
"source" : " src/index.ts" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments