Skip to content

package:native_assets_cli v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dcharkes dcharkes released this 31 Mar 09:25
· 141 commits to main since this release
0ac62a3
  • Breaking change Removed CodeAsset.type, use EncodedAsset.isCodeAsset
    instead.
  • Breaking change: Removed CodeAsset.os and CodeAsset.architecture. Use
    CodeConfig.targetOS and CodeConfig.targetArchitecture instead.
  • HookInput.outputDirectory is now based on HookInput.outputDirectoryShared.
    The outputDirectory now creates its own subdirectory inside
    outputDirectoryShared.
  • Another overhaul of the JSON encoding. (Old encoding still read and emitted for
    the time being).