@griddo/core 10.2.13 → 10.2.15
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +2 -2
- package/package.json +2 -2
package/dist/types/global.d.ts
CHANGED
|
@@ -8,11 +8,11 @@ export interface SetQueryProps<ContentType> {
|
|
|
8
8
|
apiUrl?: string;
|
|
9
9
|
/** Number of items that will be fetched */
|
|
10
10
|
items?: number;
|
|
11
|
-
/**
|
|
11
|
+
/** @deprecated. If you want to set a `lang` different than the current one from page context, modify the ReferenceField prop (usually data.lang) */
|
|
12
12
|
lang?: number;
|
|
13
13
|
/** For the MANUAL content type, in combination with `itemsPerPage` return the "page" for the content type items */
|
|
14
14
|
page?: number;
|
|
15
|
-
/**
|
|
15
|
+
/** @deprecated. If yout want to set a `site` different than the current one from site context modify the ReferenceField prop (usually data.site) */
|
|
16
16
|
site?: number;
|
|
17
17
|
/** String array of the keys/properties in order to restrict the query. */
|
|
18
18
|
fields?: Array<Exclude<KeysOfUnion<ContentType & {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@griddo/core",
|
|
3
3
|
"description": "Reload version of Griddo Core",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
|
-
"version": "10.2.
|
|
5
|
+
"version": "10.2.15",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"resolutions": {
|
|
80
80
|
"colors": "1.4.0"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "fe963d0fb161a99127e04e47a866f7cd8b44f093"
|
|
83
83
|
}
|