File tree 5 files changed +8
-8
lines changed
create-eas-build-function
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "version" : " 1.0.65 " ,
3
+ "version" : " 1.0.66 " ,
4
4
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @expo/build-tools" ,
3
- "version" : " 1.0.65 " ,
3
+ "version" : " 1.0.66 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"files" : [
29
29
"@expo/logger" : " 1.0.57" ,
30
30
"@expo/package-manager" : " 1.1.2" ,
31
31
"@expo/plist" : " ^0.0.20" ,
32
- "@expo/steps" : " 1.0.57 " ,
32
+ "@expo/steps" : " 1.0.66 " ,
33
33
"@expo/template-file" : " 1.0.57" ,
34
34
"@expo/turtle-spawn" : " 1.0.57" ,
35
35
"@expo/xcpretty" : " ^4.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-eas-build-function" ,
3
- "version" : " 1.0.57 " ,
3
+ "version" : " 1.0.66 " ,
4
4
"bin" : {
5
5
"create-eas-build-function" : " ./build/index.js"
6
6
},
33
33
"clean" : " rimraf ./build/"
34
34
},
35
35
"dependencies" : {
36
- "@expo/steps" : " 1.0.57 "
36
+ "@expo/steps" : " 1.0.66 "
37
37
},
38
38
"devDependencies" : {
39
39
"@expo/package-manager" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eas-cli-local-build-plugin" ,
3
- "version" : " 1.0.65 " ,
3
+ "version" : " 1.0.66 " ,
4
4
"description" : " Tool for running EAS compatible builds on a local machine." ,
5
5
"main" : " dist/main.js" ,
6
6
"files" : [
24
24
"bugs" : " https://github.com/expo/eas-build/issues" ,
25
25
"license" : " BUSL-1.1" ,
26
26
"dependencies" : {
27
- "@expo/build-tools" : " 1.0.65 " ,
27
+ "@expo/build-tools" : " 1.0.66 " ,
28
28
"@expo/eas-build-job" : " 1.0.61" ,
29
29
"@expo/spawn-async" : " ^1.7.2" ,
30
30
"@expo/turtle-spawn" : " 1.0.57" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @expo/steps" ,
3
3
"type" : " module" ,
4
- "version" : " 1.0.57 " ,
4
+ "version" : " 1.0.66 " ,
5
5
"main" : " ./dist_commonjs/index.cjs" ,
6
6
"types" : " ./dist_esm/index.d.ts" ,
7
7
"exports" : {
You can’t perform that action at this time.
0 commit comments