Skip to content

10.3.0

Compare
Choose a tag to compare
@purplecabbage purplecabbage released this 08 Oct 22:26
· 3 commits to master since this release

aio-cli-plugin-app@13

  • change default --force-build to false
  • handle cases where manifest specifies action dir, and it changes during run
  • pass useForce for --force-deploy w/tests:100%
  • use aio-lib-runtime with optimized build+deploy, update docs

aio-cli-plugin-app-dev@2

  • use dist folder (webpacked action source)
  • add ESM action, Typescript action
  • support DUMP_PARAMS input
  • add source-map output for webpack, add .vscode/launch.json
  • use aio-lib-runtime to build the app
  • add actions watcher
  • specify version of @adobe/aio-lib-runtime for buildActions emptyDist param
  • run-dev tests code cleanup
  • fixed actions-watcher tests leaks
  • fix: require.cache cleanup, always build latest
  • require aio-lib-runtime with optimized builds