{
  "generators": {
    "add-user-theme-provider-to-layout-providers": {
      "version": "18.2.0",
      "description": "Ensure the provideUserTheme function is called in the layout providers",
      "implementation": "./src/migrations/18.0.0/add-user-theme-provider-to-layout-providers/add-user-theme-provider-to-layout-providers"
    },
    "add-theme-provider-to-app-config": {
      "version": "18.2.0",
      "description": "Ensure the provideTheme function is called in the app config if the application uses the LayoutComponent",
      "implementation": "./src/migrations/18.0.0/add-theme-provider-to-app-config/add-theme-provider-to-app-config"
    },
    "add-with-user-profile-provider": {
      "version": "18.2.0",
      "description": "Ensure the withUserProfileDataSource function is called in the layout routes provideLayout function",
      "implementation": "./src/migrations/18.0.0/add-with-user-profile-provider/add-with-user-profile-provider"
    },
    "add-seperate-external-apps-provider": {
      "version": "18.2.0",
      "description": "Migration for v18.2.0",
      "implementation": "./src/migrations/18.0.0/add-seperate-external-apps-provider/add-seperate-external-apps-provider"
    }
  }
}
