eas-cli 7.6.0 → 7.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -58
- package/build/build/local.js +1 -1
- package/build/commandUtils/EasCommand.d.ts +3 -1
- package/build/commandUtils/EasCommand.js +2 -1
- package/build/commandUtils/context/ContextField.d.ts +2 -0
- package/build/commandUtils/context/VcsClientContextField.d.ts +3 -1
- package/build/commandUtils/context/VcsClientContextField.js +10 -2
- package/build/commandUtils/context/contextUtils/findProjectDirAndVerifyProjectSetupAsync.js +1 -5
- package/build/commands/build/internal.js +1 -2
- package/build/commands/update/index.js +1 -1
- package/build/vcs/index.d.ts +1 -2
- package/build/vcs/index.js +7 -11
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ ALIASES
|
|
|
136
136
|
$ eas login
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
139
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/account/login.ts)_
|
|
140
140
|
|
|
141
141
|
## `eas account:logout`
|
|
142
142
|
|
|
@@ -153,7 +153,7 @@ ALIASES
|
|
|
153
153
|
$ eas logout
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
156
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/account/logout.ts)_
|
|
157
157
|
|
|
158
158
|
## `eas account:view`
|
|
159
159
|
|
|
@@ -170,7 +170,7 @@ ALIASES
|
|
|
170
170
|
$ eas whoami
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
173
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/account/view.ts)_
|
|
174
174
|
|
|
175
175
|
## `eas analytics [STATUS]`
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ DESCRIPTION
|
|
|
184
184
|
display or change analytics settings
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
187
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/analytics.ts)_
|
|
188
188
|
|
|
189
189
|
## `eas autocomplete [SHELL]`
|
|
190
190
|
|
|
@@ -236,7 +236,7 @@ DESCRIPTION
|
|
|
236
236
|
create a branch
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
239
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/branch/create.ts)_
|
|
240
240
|
|
|
241
241
|
## `eas branch:delete [NAME]`
|
|
242
242
|
|
|
@@ -257,7 +257,7 @@ DESCRIPTION
|
|
|
257
257
|
delete a branch
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
260
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/branch/delete.ts)_
|
|
261
261
|
|
|
262
262
|
## `eas branch:list`
|
|
263
263
|
|
|
@@ -277,7 +277,7 @@ DESCRIPTION
|
|
|
277
277
|
list all branches
|
|
278
278
|
```
|
|
279
279
|
|
|
280
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
280
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/branch/list.ts)_
|
|
281
281
|
|
|
282
282
|
## `eas branch:rename`
|
|
283
283
|
|
|
@@ -297,7 +297,7 @@ DESCRIPTION
|
|
|
297
297
|
rename a branch
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
300
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/branch/rename.ts)_
|
|
301
301
|
|
|
302
302
|
## `eas branch:view [NAME]`
|
|
303
303
|
|
|
@@ -320,7 +320,7 @@ DESCRIPTION
|
|
|
320
320
|
view a branch
|
|
321
321
|
```
|
|
322
322
|
|
|
323
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
323
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/branch/view.ts)_
|
|
324
324
|
|
|
325
325
|
## `eas build`
|
|
326
326
|
|
|
@@ -350,7 +350,7 @@ DESCRIPTION
|
|
|
350
350
|
start a build
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
353
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/index.ts)_
|
|
354
354
|
|
|
355
355
|
## `eas build:cancel [BUILD_ID]`
|
|
356
356
|
|
|
@@ -369,7 +369,7 @@ DESCRIPTION
|
|
|
369
369
|
cancel a build
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
372
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/cancel.ts)_
|
|
373
373
|
|
|
374
374
|
## `eas build:configure`
|
|
375
375
|
|
|
@@ -386,7 +386,7 @@ DESCRIPTION
|
|
|
386
386
|
configure the project to support EAS Build
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
389
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/configure.ts)_
|
|
390
390
|
|
|
391
391
|
## `eas build:delete [BUILD_ID]`
|
|
392
392
|
|
|
@@ -405,7 +405,7 @@ DESCRIPTION
|
|
|
405
405
|
delete a build
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
408
|
+
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/delete.ts)_
|
|
409
409
|
|
|
410
410
|
## `eas build:inspect`
|
|
411
411
|
|
|
@@ -440,7 +440,7 @@ DESCRIPTION
|
|
|
440
440
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
443
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/inspect.ts)_
|
|
444
444
|
|
|
445
445
|
## `eas build:list`
|
|
446
446
|
|
|
@@ -481,7 +481,7 @@ DESCRIPTION
|
|
|
481
481
|
list all builds for your project
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
484
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/list.ts)_
|
|
485
485
|
|
|
486
486
|
## `eas build:resign`
|
|
487
487
|
|
|
@@ -507,7 +507,7 @@ DESCRIPTION
|
|
|
507
507
|
re-sign a build archive
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
510
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/resign.ts)_
|
|
511
511
|
|
|
512
512
|
## `eas build:run`
|
|
513
513
|
|
|
@@ -533,7 +533,7 @@ DESCRIPTION
|
|
|
533
533
|
run simulator/emulator builds from eas-cli
|
|
534
534
|
```
|
|
535
535
|
|
|
536
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
536
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/run.ts)_
|
|
537
537
|
|
|
538
538
|
## `eas build:submit`
|
|
539
539
|
|
|
@@ -582,7 +582,7 @@ DESCRIPTION
|
|
|
582
582
|
get the latest version from EAS servers
|
|
583
583
|
```
|
|
584
584
|
|
|
585
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
585
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/version/get.ts)_
|
|
586
586
|
|
|
587
587
|
## `eas build:version:set`
|
|
588
588
|
|
|
@@ -601,7 +601,7 @@ DESCRIPTION
|
|
|
601
601
|
update version of an app
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
604
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/version/set.ts)_
|
|
605
605
|
|
|
606
606
|
## `eas build:version:sync`
|
|
607
607
|
|
|
@@ -620,7 +620,7 @@ DESCRIPTION
|
|
|
620
620
|
update a version in native code with a value stored on EAS servers
|
|
621
621
|
```
|
|
622
622
|
|
|
623
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
623
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/version/sync.ts)_
|
|
624
624
|
|
|
625
625
|
## `eas build:view [BUILD_ID]`
|
|
626
626
|
|
|
@@ -637,7 +637,7 @@ DESCRIPTION
|
|
|
637
637
|
view a build for your project
|
|
638
638
|
```
|
|
639
639
|
|
|
640
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
640
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/build/view.ts)_
|
|
641
641
|
|
|
642
642
|
## `eas channel:create [NAME]`
|
|
643
643
|
|
|
@@ -658,7 +658,7 @@ DESCRIPTION
|
|
|
658
658
|
create a channel
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
661
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/channel/create.ts)_
|
|
662
662
|
|
|
663
663
|
## `eas channel:edit [NAME]`
|
|
664
664
|
|
|
@@ -680,7 +680,7 @@ DESCRIPTION
|
|
|
680
680
|
point a channel at a new branch
|
|
681
681
|
```
|
|
682
682
|
|
|
683
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
683
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/channel/edit.ts)_
|
|
684
684
|
|
|
685
685
|
## `eas channel:list`
|
|
686
686
|
|
|
@@ -700,7 +700,7 @@ DESCRIPTION
|
|
|
700
700
|
list all channels
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
703
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/channel/list.ts)_
|
|
704
704
|
|
|
705
705
|
## `eas channel:rollout [CHANNEL]`
|
|
706
706
|
|
|
@@ -732,7 +732,7 @@ DESCRIPTION
|
|
|
732
732
|
Roll a new branch out on a channel incrementally.
|
|
733
733
|
```
|
|
734
734
|
|
|
735
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
735
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/channel/rollout.ts)_
|
|
736
736
|
|
|
737
737
|
## `eas channel:view [NAME]`
|
|
738
738
|
|
|
@@ -755,7 +755,7 @@ DESCRIPTION
|
|
|
755
755
|
view a channel
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
758
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/channel/view.ts)_
|
|
759
759
|
|
|
760
760
|
## `eas config`
|
|
761
761
|
|
|
@@ -776,7 +776,7 @@ DESCRIPTION
|
|
|
776
776
|
display project configuration (app.json + eas.json)
|
|
777
777
|
```
|
|
778
778
|
|
|
779
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
779
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/config.ts)_
|
|
780
780
|
|
|
781
781
|
## `eas credentials`
|
|
782
782
|
|
|
@@ -793,7 +793,7 @@ DESCRIPTION
|
|
|
793
793
|
manage credentials
|
|
794
794
|
```
|
|
795
795
|
|
|
796
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
796
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/credentials.ts)_
|
|
797
797
|
|
|
798
798
|
## `eas device:create`
|
|
799
799
|
|
|
@@ -807,7 +807,7 @@ DESCRIPTION
|
|
|
807
807
|
register new Apple Devices to use for internal distribution
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
810
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/device/create.ts)_
|
|
811
811
|
|
|
812
812
|
## `eas device:delete`
|
|
813
813
|
|
|
@@ -827,7 +827,7 @@ DESCRIPTION
|
|
|
827
827
|
remove a registered device from your account
|
|
828
828
|
```
|
|
829
829
|
|
|
830
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
830
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/device/delete.ts)_
|
|
831
831
|
|
|
832
832
|
## `eas device:list`
|
|
833
833
|
|
|
@@ -848,7 +848,7 @@ DESCRIPTION
|
|
|
848
848
|
list all registered devices for your account
|
|
849
849
|
```
|
|
850
850
|
|
|
851
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
851
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/device/list.ts)_
|
|
852
852
|
|
|
853
853
|
## `eas device:rename`
|
|
854
854
|
|
|
@@ -869,7 +869,7 @@ DESCRIPTION
|
|
|
869
869
|
rename a registered device
|
|
870
870
|
```
|
|
871
871
|
|
|
872
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
872
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/device/rename.ts)_
|
|
873
873
|
|
|
874
874
|
## `eas device:view [UDID]`
|
|
875
875
|
|
|
@@ -883,7 +883,7 @@ DESCRIPTION
|
|
|
883
883
|
view a device for your project
|
|
884
884
|
```
|
|
885
885
|
|
|
886
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
886
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/device/view.ts)_
|
|
887
887
|
|
|
888
888
|
## `eas diagnostics`
|
|
889
889
|
|
|
@@ -897,7 +897,7 @@ DESCRIPTION
|
|
|
897
897
|
display environment info
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
900
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/diagnostics.ts)_
|
|
901
901
|
|
|
902
902
|
## `eas help [COMMAND]`
|
|
903
903
|
|
|
@@ -985,7 +985,7 @@ DESCRIPTION
|
|
|
985
985
|
validate the local store configuration
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
988
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/metadata/lint.ts)_
|
|
989
989
|
|
|
990
990
|
## `eas metadata:pull`
|
|
991
991
|
|
|
@@ -1002,7 +1002,7 @@ DESCRIPTION
|
|
|
1002
1002
|
generate the local store configuration from the app stores
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1005
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/metadata/pull.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `eas metadata:push`
|
|
1008
1008
|
|
|
@@ -1019,7 +1019,7 @@ DESCRIPTION
|
|
|
1019
1019
|
sync the local store configuration to the app stores
|
|
1020
1020
|
```
|
|
1021
1021
|
|
|
1022
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1022
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/metadata/push.ts)_
|
|
1023
1023
|
|
|
1024
1024
|
## `eas open`
|
|
1025
1025
|
|
|
@@ -1033,7 +1033,7 @@ DESCRIPTION
|
|
|
1033
1033
|
open the project page in a web browser
|
|
1034
1034
|
```
|
|
1035
1035
|
|
|
1036
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1036
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/open.ts)_
|
|
1037
1037
|
|
|
1038
1038
|
## `eas project:info`
|
|
1039
1039
|
|
|
@@ -1047,7 +1047,7 @@ DESCRIPTION
|
|
|
1047
1047
|
information about the current project
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1050
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/project/info.ts)_
|
|
1051
1051
|
|
|
1052
1052
|
## `eas project:init`
|
|
1053
1053
|
|
|
@@ -1069,7 +1069,7 @@ ALIASES
|
|
|
1069
1069
|
$ eas init
|
|
1070
1070
|
```
|
|
1071
1071
|
|
|
1072
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1072
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/project/init.ts)_
|
|
1073
1073
|
|
|
1074
1074
|
## `eas secret:create`
|
|
1075
1075
|
|
|
@@ -1092,7 +1092,7 @@ DESCRIPTION
|
|
|
1092
1092
|
create an environment secret on the current project or owner account
|
|
1093
1093
|
```
|
|
1094
1094
|
|
|
1095
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1095
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/secret/create.ts)_
|
|
1096
1096
|
|
|
1097
1097
|
## `eas secret:delete`
|
|
1098
1098
|
|
|
@@ -1110,7 +1110,7 @@ DESCRIPTION
|
|
|
1110
1110
|
delete an environment secret by ID
|
|
1111
1111
|
```
|
|
1112
1112
|
|
|
1113
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1113
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/secret/delete.ts)_
|
|
1114
1114
|
|
|
1115
1115
|
## `eas secret:list`
|
|
1116
1116
|
|
|
@@ -1124,7 +1124,7 @@ DESCRIPTION
|
|
|
1124
1124
|
list environment secrets available for your current app
|
|
1125
1125
|
```
|
|
1126
1126
|
|
|
1127
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1127
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/secret/list.ts)_
|
|
1128
1128
|
|
|
1129
1129
|
## `eas secret:push`
|
|
1130
1130
|
|
|
@@ -1144,7 +1144,7 @@ DESCRIPTION
|
|
|
1144
1144
|
read environment secrets from env file and store on the server
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1147
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/secret/push.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `eas submit`
|
|
1150
1150
|
|
|
@@ -1174,7 +1174,7 @@ ALIASES
|
|
|
1174
1174
|
$ eas build:submit
|
|
1175
1175
|
```
|
|
1176
1176
|
|
|
1177
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1177
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/submit.ts)_
|
|
1178
1178
|
|
|
1179
1179
|
## `eas update`
|
|
1180
1180
|
|
|
@@ -1207,7 +1207,7 @@ DESCRIPTION
|
|
|
1207
1207
|
publish an update group
|
|
1208
1208
|
```
|
|
1209
1209
|
|
|
1210
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1210
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/index.ts)_
|
|
1211
1211
|
|
|
1212
1212
|
## `eas update:configure`
|
|
1213
1213
|
|
|
@@ -1225,7 +1225,7 @@ DESCRIPTION
|
|
|
1225
1225
|
configure the project to support EAS Update
|
|
1226
1226
|
```
|
|
1227
1227
|
|
|
1228
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1228
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/configure.ts)_
|
|
1229
1229
|
|
|
1230
1230
|
## `eas update:delete GROUPID`
|
|
1231
1231
|
|
|
@@ -1246,7 +1246,7 @@ DESCRIPTION
|
|
|
1246
1246
|
delete all the updates in an update group
|
|
1247
1247
|
```
|
|
1248
1248
|
|
|
1249
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1249
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/delete.ts)_
|
|
1250
1250
|
|
|
1251
1251
|
## `eas update:list`
|
|
1252
1252
|
|
|
@@ -1268,7 +1268,7 @@ DESCRIPTION
|
|
|
1268
1268
|
view the recent updates
|
|
1269
1269
|
```
|
|
1270
1270
|
|
|
1271
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1271
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/list.ts)_
|
|
1272
1272
|
|
|
1273
1273
|
## `eas update:republish`
|
|
1274
1274
|
|
|
@@ -1295,7 +1295,7 @@ DESCRIPTION
|
|
|
1295
1295
|
roll back to an existing update
|
|
1296
1296
|
```
|
|
1297
1297
|
|
|
1298
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1298
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/republish.ts)_
|
|
1299
1299
|
|
|
1300
1300
|
## `eas update:roll-back-to-embedded`
|
|
1301
1301
|
|
|
@@ -1322,7 +1322,7 @@ DESCRIPTION
|
|
|
1322
1322
|
roll back to the embedded update
|
|
1323
1323
|
```
|
|
1324
1324
|
|
|
1325
|
-
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1325
|
+
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/roll-back-to-embedded.ts)_
|
|
1326
1326
|
|
|
1327
1327
|
## `eas update:rollback`
|
|
1328
1328
|
|
|
@@ -1341,7 +1341,7 @@ DESCRIPTION
|
|
|
1341
1341
|
roll back to an embedded update or an existing update
|
|
1342
1342
|
```
|
|
1343
1343
|
|
|
1344
|
-
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1344
|
+
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/rollback.ts)_
|
|
1345
1345
|
|
|
1346
1346
|
## `eas update:view GROUPID`
|
|
1347
1347
|
|
|
@@ -1361,7 +1361,7 @@ DESCRIPTION
|
|
|
1361
1361
|
update group details
|
|
1362
1362
|
```
|
|
1363
1363
|
|
|
1364
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1364
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/update/view.ts)_
|
|
1365
1365
|
|
|
1366
1366
|
## `eas webhook:create`
|
|
1367
1367
|
|
|
@@ -1382,7 +1382,7 @@ DESCRIPTION
|
|
|
1382
1382
|
create a webhook
|
|
1383
1383
|
```
|
|
1384
1384
|
|
|
1385
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1385
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/webhook/create.ts)_
|
|
1386
1386
|
|
|
1387
1387
|
## `eas webhook:delete [ID]`
|
|
1388
1388
|
|
|
@@ -1402,7 +1402,7 @@ DESCRIPTION
|
|
|
1402
1402
|
delete a webhook
|
|
1403
1403
|
```
|
|
1404
1404
|
|
|
1405
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1405
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/webhook/delete.ts)_
|
|
1406
1406
|
|
|
1407
1407
|
## `eas webhook:list`
|
|
1408
1408
|
|
|
@@ -1420,7 +1420,7 @@ DESCRIPTION
|
|
|
1420
1420
|
list webhooks
|
|
1421
1421
|
```
|
|
1422
1422
|
|
|
1423
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1423
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/webhook/list.ts)_
|
|
1424
1424
|
|
|
1425
1425
|
## `eas webhook:update`
|
|
1426
1426
|
|
|
@@ -1442,7 +1442,7 @@ DESCRIPTION
|
|
|
1442
1442
|
update a webhook
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1445
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/webhook/update.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `eas webhook:view ID`
|
|
1448
1448
|
|
|
@@ -1459,7 +1459,7 @@ DESCRIPTION
|
|
|
1459
1459
|
view a webhook
|
|
1460
1460
|
```
|
|
1461
1461
|
|
|
1462
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.6.
|
|
1462
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v7.6.1/src/commands/webhook/view.ts)_
|
|
1463
1463
|
|
|
1464
1464
|
## `eas whoami`
|
|
1465
1465
|
|
package/build/build/local.js
CHANGED
|
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
|
|
|
6
6
|
const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
7
7
|
const ora_1 = require("../ora");
|
|
8
8
|
const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
|
|
9
|
-
const PLUGIN_PACKAGE_VERSION = '1.0.
|
|
9
|
+
const PLUGIN_PACKAGE_VERSION = '1.0.89';
|
|
10
10
|
var LocalBuildMode;
|
|
11
11
|
(function (LocalBuildMode) {
|
|
12
12
|
/**
|
|
@@ -9,6 +9,7 @@ import { PrivateProjectConfigContextField } from './context/PrivateProjectConfig
|
|
|
9
9
|
import ProjectDirContextField from './context/ProjectDirContextField';
|
|
10
10
|
import SessionManagementContextField from './context/SessionManagementContextField';
|
|
11
11
|
import VcsClientContextField from './context/VcsClientContextField';
|
|
12
|
+
import { Client } from '../vcs/vcs';
|
|
12
13
|
export type ContextInput<T extends {
|
|
13
14
|
[name: string]: any;
|
|
14
15
|
} = object> = {
|
|
@@ -107,8 +108,9 @@ export default abstract class EasCommand extends Command {
|
|
|
107
108
|
[name: string]: any;
|
|
108
109
|
} = object>(commandClass: {
|
|
109
110
|
contextDefinition: ContextInput<C>;
|
|
110
|
-
}, { nonInteractive }: {
|
|
111
|
+
}, { nonInteractive, vcsClientOverride }: {
|
|
111
112
|
nonInteractive: boolean;
|
|
113
|
+
vcsClientOverride?: Client;
|
|
112
114
|
}): Promise<ContextOutput<C>>;
|
|
113
115
|
private get sessionManager();
|
|
114
116
|
private get analytics();
|
|
@@ -22,7 +22,7 @@ class EasCommand extends core_1.Command {
|
|
|
22
22
|
/**
|
|
23
23
|
* Execute the context in the contextDefinition to satisfy command prerequisites.
|
|
24
24
|
*/
|
|
25
|
-
async getContextAsync(commandClass, { nonInteractive }) {
|
|
25
|
+
async getContextAsync(commandClass, { nonInteractive, vcsClientOverride }) {
|
|
26
26
|
const contextDefinition = commandClass.contextDefinition;
|
|
27
27
|
// do these serially so that they don't do things like ask for login twice in parallel
|
|
28
28
|
const contextValuePairs = [];
|
|
@@ -33,6 +33,7 @@ class EasCommand extends core_1.Command {
|
|
|
33
33
|
nonInteractive,
|
|
34
34
|
sessionManager: this.sessionManager,
|
|
35
35
|
analytics: this.analytics,
|
|
36
|
+
vcsClientOverride,
|
|
36
37
|
}),
|
|
37
38
|
]);
|
|
38
39
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Analytics } from '../../analytics/AnalyticsManager';
|
|
2
2
|
import SessionManager from '../../user/SessionManager';
|
|
3
|
+
import { Client } from '../../vcs/vcs';
|
|
3
4
|
export interface ContextOptions {
|
|
4
5
|
sessionManager: SessionManager;
|
|
5
6
|
analytics: Analytics;
|
|
6
7
|
nonInteractive: boolean;
|
|
8
|
+
vcsClientOverride?: Client;
|
|
7
9
|
}
|
|
8
10
|
export default abstract class ContextField<T> {
|
|
9
11
|
abstract getValueAsync(options: ContextOptions): Promise<T>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import ContextField from './ContextField';
|
|
2
2
|
import { Client } from '../../vcs/vcs';
|
|
3
3
|
export default class VcsClientContextField extends ContextField<Client> {
|
|
4
|
-
getValueAsync(
|
|
4
|
+
getValueAsync({ vcsClientOverride }: {
|
|
5
|
+
vcsClientOverride?: Client;
|
|
6
|
+
}): Promise<Client>;
|
|
5
7
|
}
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
+
const eas_json_1 = require("@expo/eas-json");
|
|
4
5
|
const ContextField_1 = tslib_1.__importDefault(require("./ContextField"));
|
|
6
|
+
const findProjectDirAndVerifyProjectSetupAsync_1 = require("./contextUtils/findProjectDirAndVerifyProjectSetupAsync");
|
|
5
7
|
const vcs_1 = require("../../vcs");
|
|
6
8
|
class VcsClientContextField extends ContextField_1.default {
|
|
7
|
-
async getValueAsync() {
|
|
8
|
-
|
|
9
|
+
async getValueAsync({ vcsClientOverride }) {
|
|
10
|
+
if (vcsClientOverride) {
|
|
11
|
+
return vcsClientOverride;
|
|
12
|
+
}
|
|
13
|
+
const projectDir = await (0, findProjectDirAndVerifyProjectSetupAsync_1.findProjectDirAndVerifyProjectSetupAsync)();
|
|
14
|
+
const easJsonAccessor = eas_json_1.EasJsonAccessor.fromProjectPath(projectDir);
|
|
15
|
+
const config = await eas_json_1.EasJsonUtils.getCliConfigAsync(easJsonAccessor);
|
|
16
|
+
return (0, vcs_1.resolveVcsClient)(config === null || config === void 0 ? void 0 : config.requireCommit);
|
|
9
17
|
}
|
|
10
18
|
}
|
|
11
19
|
exports.default = VcsClientContextField;
|
|
@@ -12,16 +12,12 @@ const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
|
12
12
|
const log_1 = require("../../../log");
|
|
13
13
|
const easCli_1 = require("../../../utils/easCli");
|
|
14
14
|
const vcs_1 = require("../../../vcs");
|
|
15
|
-
const git_1 = tslib_1.__importDefault(require("../../../vcs/clients/git"));
|
|
16
15
|
async function applyCliConfigAsync(projectDir) {
|
|
17
16
|
const easJsonAccessor = eas_json_1.EasJsonAccessor.fromProjectPath(projectDir);
|
|
18
17
|
const config = await eas_json_1.EasJsonUtils.getCliConfigAsync(easJsonAccessor);
|
|
19
18
|
if ((config === null || config === void 0 ? void 0 : config.version) && !semver_1.default.satisfies(easCli_1.easCliVersion, config.version)) {
|
|
20
19
|
throw new Error(`You are on eas-cli@${easCli_1.easCliVersion} which does not satisfy the CLI version constraint in eas.json (${config.version})`);
|
|
21
20
|
}
|
|
22
|
-
if (config === null || config === void 0 ? void 0 : config.requireCommit) {
|
|
23
|
-
(0, vcs_1.setVcsClient)(new git_1.default());
|
|
24
|
-
}
|
|
25
21
|
}
|
|
26
22
|
async function ensureEasCliIsNotInDependenciesAsync(projectDir) {
|
|
27
23
|
var _a;
|
|
@@ -76,7 +72,7 @@ async function findProjectRootAsync({ cwd, defaultToProcessCwd = false, } = {})
|
|
|
76
72
|
else {
|
|
77
73
|
let vcsRoot;
|
|
78
74
|
try {
|
|
79
|
-
vcsRoot = path_1.default.normalize(await (0, vcs_1.
|
|
75
|
+
vcsRoot = path_1.default.normalize(await (0, vcs_1.resolveVcsClient)().getRootPathAsync());
|
|
80
76
|
}
|
|
81
77
|
catch { }
|
|
82
78
|
if (vcsRoot && vcsRoot.startsWith(projectRootDir) && vcsRoot !== projectRootDir) {
|
|
@@ -8,7 +8,6 @@ const local_1 = require("../../build/local");
|
|
|
8
8
|
const runBuildAndSubmit_1 = require("../../build/runBuildAndSubmit");
|
|
9
9
|
const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
|
|
10
10
|
const json_1 = require("../../utils/json");
|
|
11
|
-
const vcs_1 = require("../../vcs");
|
|
12
11
|
const gitNoCommit_1 = tslib_1.__importDefault(require("../../vcs/clients/gitNoCommit"));
|
|
13
12
|
/**
|
|
14
13
|
* This command will be run on the EAS Build workers, when building
|
|
@@ -24,8 +23,8 @@ class BuildInternal extends EasCommand_1.default {
|
|
|
24
23
|
(0, json_1.enableJsonOutput)();
|
|
25
24
|
const { loggedIn: { actor, graphqlClient }, getDynamicPrivateProjectConfigAsync, projectDir, analytics, vcsClient, } = await this.getContextAsync(_a, {
|
|
26
25
|
nonInteractive: true,
|
|
26
|
+
vcsClientOverride: new gitNoCommit_1.default(),
|
|
27
27
|
});
|
|
28
|
-
(0, vcs_1.setVcsClient)(new gitNoCommit_1.default());
|
|
29
28
|
await (0, _1.handleDeprecatedEasJsonAsync)(projectDir, flags.nonInteractive);
|
|
30
29
|
await (0, runBuildAndSubmit_1.runBuildAndSubmitAsync)(graphqlClient, analytics, vcsClient, projectDir, {
|
|
31
30
|
requestedPlatform: flags.platform,
|
|
@@ -167,7 +167,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
167
167
|
return `${totalAssetsForPlatform} ${publish_1.platformDisplayNames[platform]} ${assetString}`;
|
|
168
168
|
})
|
|
169
169
|
.join(', ');
|
|
170
|
-
log_1.default.withInfo(`${platformString} (maximum: ${assetLimitPerUpdateGroup} total per update). ${(0, log_1.learnMore)('https://expo.fyi/eas-update-asset-limits', { learnMoreMessage: 'Learn more about asset limits
|
|
170
|
+
log_1.default.withInfo(`${platformString} (maximum: ${assetLimitPerUpdateGroup} total per update). ${(0, log_1.learnMore)('https://expo.fyi/eas-update-asset-limits', { learnMoreMessage: 'Learn more about asset limits' })}`);
|
|
171
171
|
}
|
|
172
172
|
catch (e) {
|
|
173
173
|
assetSpinner.fail('Failed to upload');
|
package/build/vcs/index.d.ts
CHANGED
package/build/vcs/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.resolveVcsClient = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
6
|
+
const git_1 = tslib_1.__importDefault(require("./clients/git"));
|
|
6
7
|
const gitNoCommit_1 = tslib_1.__importDefault(require("./clients/gitNoCommit"));
|
|
7
8
|
const noVcs_1 = tslib_1.__importDefault(require("./clients/noVcs"));
|
|
8
9
|
const NO_VCS_WARNING = `Using EAS CLI without version control system is not recommended, use this mode only if you know what you are doing.`;
|
|
9
|
-
|
|
10
|
-
function resolveDefaultVcsClient() {
|
|
10
|
+
function resolveVcsClient(requireCommit = false) {
|
|
11
11
|
if (process.env.EAS_NO_VCS) {
|
|
12
12
|
if (process.env.NODE_ENV !== 'test') {
|
|
13
13
|
// This log might be printed before cli arguments are evaluated,
|
|
@@ -18,13 +18,9 @@ function resolveDefaultVcsClient() {
|
|
|
18
18
|
}
|
|
19
19
|
return new noVcs_1.default();
|
|
20
20
|
}
|
|
21
|
+
if (requireCommit) {
|
|
22
|
+
return new git_1.default();
|
|
23
|
+
}
|
|
21
24
|
return new gitNoCommit_1.default();
|
|
22
25
|
}
|
|
23
|
-
|
|
24
|
-
vcsClient = client;
|
|
25
|
-
}
|
|
26
|
-
exports.setVcsClient = setVcsClient;
|
|
27
|
-
function getVcsClient() {
|
|
28
|
-
return vcsClient;
|
|
29
|
-
}
|
|
30
|
-
exports.getVcsClient = getVcsClient;
|
|
26
|
+
exports.resolveVcsClient = resolveVcsClient;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "7.6.
|
|
4
|
+
"version": "7.6.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@expo/config": "8.5.4",
|
|
14
14
|
"@expo/config-plugins": "7.8.4",
|
|
15
15
|
"@expo/config-types": "50.0.0",
|
|
16
|
-
"@expo/eas-build-job": "1.0.
|
|
17
|
-
"@expo/eas-json": "7.
|
|
16
|
+
"@expo/eas-build-job": "1.0.88",
|
|
17
|
+
"@expo/eas-json": "7.6.1",
|
|
18
18
|
"@expo/json-file": "8.2.37",
|
|
19
19
|
"@expo/multipart-body-parser": "1.1.0",
|
|
20
20
|
"@expo/osascript": "2.0.33",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@expo/results": "1.0.0",
|
|
28
28
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
29
29
|
"@expo/spawn-async": "1.7.0",
|
|
30
|
-
"@expo/steps": "1.0.
|
|
30
|
+
"@expo/steps": "1.0.88",
|
|
31
31
|
"@expo/timeago.js": "1.0.0",
|
|
32
32
|
"@oclif/core": "^1.26.2",
|
|
33
33
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -222,5 +222,5 @@
|
|
|
222
222
|
"node": "20.11.0",
|
|
223
223
|
"yarn": "1.22.21"
|
|
224
224
|
},
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "17ea5d4f01c6e5a44ae021a015fb0186df0917b9"
|
|
226
226
|
}
|