Skip to content

sku@12.1.1

Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 23 Jun 05:57
· 112 commits to master since this release
4c2da76

Patch Changes

  • Improve compile package detection in PNPM apps (#840)

  • Makes some more of the array types in the sku config type into readonly versions. (#843)
    This allows for arrays that have been declared with as const to be passed in.

    Affected fields are sites, sites[].routes, site[].languages, routes, and routes[].languages.