mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* deep merge content version saves * update content version graphql * moved version merging to its own middleware * added query param to request the unmodified version * make sure the App uses the raw version format * prettier * removed unused middleware * initial recursive version merging * use loop instead of spreading * cleanup * accept boolean strings as versionRaw query value * added middleware sanity check * initial mergeVersionsRaw tests * initial mergeVersionsRaw tests * started merge tests * initial m2o tests * initial tests * fixed logic for initial tests * prettier * more tests * fixed brought up by tests * first level relational tests * testing nested relations * fixed recursiveness * more prettier * namin consistency * the prettiest * Create chilled-icons-provide.md * Add breaking change note * updated graphql for version merging * prettier * added new sdk query param * implemented judds feedback * Enable singleton * Slightly reformat/reword breaking change Thanks @w0kyj! * Clarify comment about primitive type substitution Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * replaced for in loops * applied isObject check * prettier * Short issue link * Update changeset * added sso guide warning * pretttier * update sso guide instead of warning * prettier * reverted SSO guide from other PR, nothing to see here * Added cloneDeep to be safe * removed snake case --------- Co-authored-by: Brainslug <tim@brainslug.nl> Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
@directus/types
Shared types for Directus
Description
This package exports shared types for use within Directus, an open-source headless CMS.
For more information about Directus, visit the official website.
Installation
npm install @directus/types
License
This package is licensed under the MIT License. See the LICENSE file for more information.