Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

eas-cli

Package Overview
Dependencies
Maintainers
27
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eas-cli - npm Package Versions

1
โ€ฆ
โ€ฆ
28

0.11.1

Diff

Changelog

Source

0.11.1 - 2021-04-20

๐ŸŽ‰ New features

  • Resolve ios distribution types. (#348 by @quinlanj)

๐Ÿ› Bug fixes

  • Bump version of @expo/apple-utils to fix capabilities sync immediately after initial identifier registration. (593c4 by @brentvatne)
dsokal
published 0.11.0 โ€ข

Changelog

Source

0.11.0 - 2021-04-20

๐Ÿ›  Breaking changes

  • "credentialsSource": "auto" is now deprecated. The option will use "remote" as the default value. (#345 by @dsokal)

๐ŸŽ‰ New features

  • Add validation when setting up ad-hoc provisioning profile in non-interactive mode. (#338 by @dsokal)
  • Allow for registering devices when running an ad-hoc build for the first time. (#340 by @dsokal)

๐Ÿ› Bug fixes

  • Fix the bug where all Android managed builds produced AAB archives. The buildType property from eas.json is not ignored now. (#349 by @dsokal)
dsokal
published 0.10.0 โ€ข

Changelog

Source

0.10.0 - 2021-04-16

๐Ÿ›  Breaking changes

  • secrets:<COMMAND> is renamed to secret:<COMMAND> (#315 by @fiberjw)
  • secret:delete now accepts id through a flag rather than an argument (#315 by @fiberjw)

๐ŸŽ‰ New features

  • Use special Expo SDK runtime version for managed projects (#336 by @wschurman)

๐Ÿ› Bug fixes

  • Fix the behavior where the provisioning profile was invalidated after syncing bundle id capabilities. (#334 by @dsokal)

๐Ÿงน Chores

  • Change build credentials summary format. (#321 by @dsokal)
brentvatne
published 0.9.1 โ€ข

Changelog

Source

0.9.1 - 2021-04-09

๐Ÿ› Bug fixes

  • Fix provisioning profile validation to actually check status. (#318 by @quinlanj)

๐Ÿงน Chores

brentvatne
published 0.9.0 โ€ข

Changelog

Source

0.9.0 - 2021-04-09

๐ŸŽ‰ New features

  • Retry graphQL call on network or transient server errors. (#320 by @jkhales)
  • Display more friendly error messages when eas submit fails. (#311 by @barthap)
  • Add support for managing webhooks (new commands: webhook:create, webhook:view, webhook:list, webhook:update, and webhook:delete). (#314 by @dsokal)
  • Support for local builds [experimental]. (#305 by @wkozyra95)

๐Ÿ› Bug fixes

  • Fix the issue where the first iOS build fails for a project without ios.bundleIdentifier set in app.json. (#319 by @dsokal)
  • Bump @expo/config-plugins to fix eas build:configure on Windows. (d0f3e by @brentvatne)
  • Replace REST API calls with GraphQL counterparts. (#333 by @barthap)
dsokal
published 0.8.1 โ€ข

Changelog

Source

0.8.1 - 2021-04-06

๐Ÿ› Bug fixes

  • Fix the issue where the build status never got updated when running eas build. (#310 by @dsokal)
dsokal
published 0.8.0 โ€ข

Changelog

Source

0.8.0 - 2021-04-06

๐Ÿ›  Breaking changes

  • Change the way of disabling cache - add cache.disabled field. (#295 by @dsokal)
  • secrets:create now uses flags rather than positional arguments (#300 by @fiberjw)
  • secrets:create's target arg is now called scope (#300 by @fiberjw)
  • secrets:list's target property is now called scope (#300 by @fiberjw)
  • secrets:delete's ID arg is now optional (#309 by @fiberjw)
  • secrets:delete's now allows users to choose secrets from a list (#309 by @fiberjw)

๐ŸŽ‰ New features

  • build:view and build:list now showing the distribution type (store / internal) and release channel. (#284 by @vthibault)
  • Add analytics to EAS Build. (#162 by @wkozyra95)
  • Improve tar archive support in EAS Submit. (#297 by @barthap)

๐Ÿ› Bug fixes

๐Ÿงน Chores

wkozyra
published 0.7.0 โ€ข

Changelog

Source

0.7.0 - 2021-03-22

๐ŸŽ‰ New features

  • Print common error messages when builds fail. (#272 by @dsokal)
  • Commit automatically if EAS_BUILD_AUTOCOMMIT is set. (#271 by @wkozyra95)
  • Allow for installing custom bundler version on EAS Build. (#277 by @dsokal)
  • Add support for managing environment secrets. (#275 by @fiberjw)

๐Ÿ› Bug fixes

  • Fix eas submit local archive prompt for .aab files when submitting for iOS. (#273 by @barthap)
  • Verify whether "name" field in app.json contains any alphanumeric characters. (#280 by @wkozyra95)
  • Detect dependency cycles in eas.json build profiles. (#283 by @wkozyra95)
dsokal
published 0.6.0 โ€ข

Changelog

Source

0.6.0 - 2021-03-09

๐Ÿ›  Breaking changes

  • Generic iOS projects: build release builds by default. (#266 by @dsokal)

๐ŸŽ‰ New features

  • Log the size of the archived project when uploading. (#264 by @wkozyra95)
  • Add more build metadata (release channel, build profile name, git commit hash). (#265 by @dsokal)
  • Display App Store link after successful submission. (#144 by @barthap)
  • Add experimental.disableIosBundleIdentifierValidation flag to eas.json. (#263 by @wkozyra95)
  • Support internal distribution in non-interactive builds. (#269 by @dsokal)

๐Ÿ› Bug fixes

  • Print Apple Team ID in the output of device:list when the team name is unknown. (#268 by @wkozyra95)
dsokal
published 0.5.0 โ€ข

Changelog

Source

0.5.0 - 2021-03-02

๐ŸŽ‰ New features

  • Add support for build cache. (#247 by @wkozyra95)
  • Enable internal distribution support for self-managed credentials. (#256 by @dsokal)

๐Ÿ› Bug fixes

๐Ÿงน Chores

  • Upgrade @expo/eas-build-job from 0.2.12 to 0.2.13. (#245 by @dsokal)
1
โ€ฆ
โ€ฆ
28
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