New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

eas-cli

Package Overview
Dependencies
Maintainers
0
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eas-cli - npm Package Versions

1
โ€ฆ
โ€ฆ
30

0.33.1

Diff

Changelog

Source

0.33.1 - 2021-10-22

๐ŸŽ‰ New features

  • Compute runtime version using config-plugins. (#697 by @jkhales)

๐Ÿ› Bug fixes

  • [eas-cli] Skip validating updates scripts integration, which no longer exist in SDK 43+ (#706 by @brentvatne)
exponent
published 0.33.0 โ€ข

Changelog

Source

0.33.0 - 2021-10-20

๐ŸŽ‰ New features

  • Make "production" the default profile for building and submitting. (#677 by @jonsamp)
    • Previously, the default profile when running eas build or eas submit was "release". We're changing it to a more recognizable name that is consistent with our docs, which is now "production". You can always specify a profile manually with the --profile flag. For this major version, if you do not have a profile named "production", and still have a profile named "release", we will fall back to the "release" profile as the default, however you'll see a warning as we're going to remove that behavior in the next major release of EAS CLI.
    • To upgrade, update eas.json to have a "production" profile in both the build and submit objects. If you already have a project set up, this will replace the existing "release" profile. After the change, eas.json should have the following profiles:
        {
          "build": {
            "production": { ... }
          },
          "submit": {
            "production": { ... }
          }
        }
      

๐Ÿ› Bug fixes

  • Skip the second prompt for Apple ID if the user is already signed in with Apple. (#691 by @dsokal)
  • Unify reading app.json. (#692 by @dsokal)
exponent
published 0.32.0 โ€ข

Changelog

Source

0.32.0 - 2021-10-15

๐ŸŽ‰ New features

  • Add App Store Connect API Key support to iOS submissions. (#678 by @quinlanj)
  • Create/list/revoke App Store Connect Api keys via Apple apis. (#687 by @quinlanj)
  • Add ability to select a build from a list in eas submit interactive mode. (#688 by @barthap)

๐Ÿ› Bug fixes

๐Ÿงน Chores

  • Add App Store Connect API Key fields to eas.json. (#684 by @quinlanj)
  • Enable no-underscore-dangle eslint rule. (#686 by @dsokal)
exponent
published 0.31.1 โ€ข

Changelog

Source

0.31.1 - 2021-10-08

๐Ÿ› Bug fixes

  • Google Service Account Keys: Fix non-interactive bug in credentials service workflow (#682 by @quinlanj)
exponent
published 0.31.0 โ€ข

Changelog

Source

0.31.0 - 2021-10-08

๐Ÿ›  Breaking changes

  • Don't resolve the iOS builder image on the client side. EAS Build will use the appropriate iOS image for a given Expo SDK version unless the image is defined. This only applies to managed projects. (#675 by @wkozyra95, @dsokal)

๐ŸŽ‰ New features

  • Integrate credentials service with Android submissions. (#664 by @quinlanj)
  • Add option to review ad-hoc devices when reusing provisioning profile. (#673 by @dsokal)
exponent
published 0.30.1 โ€ข

Changelog

Source

0.30.1 - 2021-10-06

๐Ÿ› Bug fixes

  • Fix --json flag when running EAS CLI on GitHub actions. (#669 by @dsokal)
  • Fix "ios: mods.ios.infoPlist: Failed to find Info.plist linked to Xcode project." warning when running eas build in a managed project. (#670 by @brentvatne)
  • Fix building monorepo projects on Windows. (#671 by @dsokal)
exponent
published 0.30.0 โ€ข

Changelog

Source

0.30.0 - 2021-10-05

๐Ÿ›  Breaking changes

๐Ÿงน Chores

  • Ports detection for Google Service Account Keys into the credentials service. (#660 by @quinlanj)
  • Improve iOS credentials printing. (#657 by @quinlanj)
  • Automate eas-cli releases. (#668 by @dsokal)
dsokal
published 0.29.1 โ€ข

Changelog

Source

0.29.1 - 2021-09-29

๐ŸŽ‰ New features

  • More upload support for Google Service Account Keys. (#649 by @quinlanj)
  • Allow the user to assign an existing Google Service Account Key to their project. (#650 by @quinlanj)
  • Allow the user to remove a Google Service Account Key from their account. (#658 by @quinlanj)
  • Adds setup support for Google Service Account Keys. (#659 by @quinlanj)

๐Ÿ› Bug fixes

  • Fix double prompt for Apple credentials when running eas build --auto-submit. (#654 by @dsokal)

๐Ÿงน Chores

wkozyra
published 0.29.0 โ€ข

Changelog

Source

0.29.0 - 2021-09-28

๐ŸŽ‰ New features

๐Ÿ› Bug fixes

  • Credentials manager: stop prompting for an Android build profile every iteration. (#641 by @quinlanj)
  • Don't display prompt in non-interactive mode when the metro config seems invalid. (#644 by @dsokal)
  • Read versions from correct Info.plist. (#635 by @wkozyra95)

๐Ÿงน Chores

dsokal
published 0.28.2 โ€ข

Changelog

Source

0.28.2 - 2021-09-23

๐Ÿ› Bug fixes

  • Use log-symbols to unify green ticks style. (#639 by @dsokal)
  • Fix eas build --auto-submit in fresh projects. (#640 by @dsokal)
1
โ€ฆ
โ€ฆ
30
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc