@esri/hub-common 15.47.0 → 16.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import { searchCategoriesToCollections } from "../searchCategoriesToCollections"
3
3
  /**
4
4
  * In-Memory migration that adds default collections to site models that have the
5
5
  * new catalog structure. These default collections will have the same names and
6
- * display order found in `site.data.values.searchCategories`
6
+ * display order as found in `site.data.values.searchCategories`
7
7
  *
8
8
  * This migration simplifies display logic, as consuming components no longer
9
9
  * have to merge `catalog.collections` with the default collection definitions.
@@ -6,7 +6,7 @@ const searchCategoriesToCollections_1 = require("../searchCategoriesToCollection
6
6
  /**
7
7
  * In-Memory migration that adds default collections to site models that have the
8
8
  * new catalog structure. These default collections will have the same names and
9
- * display order found in `site.data.values.searchCategories`
9
+ * display order as found in `site.data.values.searchCategories`
10
10
  *
11
11
  * This migration simplifies display logic, as consuming components no longer
12
12
  * have to merge `catalog.collections` with the default collection definitions.
@@ -2,7 +2,7 @@ import { IModel } from "../../hub-types";
2
2
  /**
3
3
  * In-Memory migration that adds default collections to site models that have the
4
4
  * new catalog structure. These default collections will have the same names and
5
- * display order found in `site.data.values.searchCategories`
5
+ * display order as found in `site.data.values.searchCategories`
6
6
  *
7
7
  * This migration simplifies display logic, as consuming components no longer
8
8
  * have to merge `catalog.collections` with the default collection definitions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.47.0",
3
+ "version": "16.0.0",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",