nuudel-core 0.2.70 → 0.2.71
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.
|
@@ -224,7 +224,7 @@ class DataProvider {
|
|
|
224
224
|
query: (0, graphql_tag_1.default) `query GetAll${listname}($filter: String, $sort: String, $limit: Int) {
|
|
225
225
|
getAll${listname}(filter: $filter, sort: $sort, limit: $limit) {
|
|
226
226
|
${!columns
|
|
227
|
-
? `_id, title, image, condition, color, Size, availability, quantity, price {value, currency},
|
|
227
|
+
? `_id, _parentGroup, title, image, condition, color, Size, availability, quantity, price {value, currency},
|
|
228
228
|
oldPrice, shortDesc, shipping {ServiceCode, quantityEstimate, ShippingCost{currency,value}}`
|
|
229
229
|
: columns}
|
|
230
230
|
}}`,
|
|
@@ -216,7 +216,7 @@ export default class DataProvider {
|
|
|
216
216
|
query: gql `query GetAll${listname}($filter: String, $sort: String, $limit: Int) {
|
|
217
217
|
getAll${listname}(filter: $filter, sort: $sort, limit: $limit) {
|
|
218
218
|
${!columns
|
|
219
|
-
? `_id, title, image, condition, color, Size, availability, quantity, price {value, currency},
|
|
219
|
+
? `_id, _parentGroup, title, image, condition, color, Size, availability, quantity, price {value, currency},
|
|
220
220
|
oldPrice, shortDesc, shipping {ServiceCode, quantityEstimate, ShippingCost{currency,value}}`
|
|
221
221
|
: columns}
|
|
222
222
|
}}`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.71",
|
|
4
4
|
"description": "Web components for react with material UI",
|
|
5
5
|
"main": "build/main/index.js",
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"i18next": "^21.5.6",
|
|
66
66
|
"next-seo": "^6.0.0",
|
|
67
67
|
"next-with-apollo": "^5.3.0",
|
|
68
|
-
"nuudel-utils": "^0.1.
|
|
68
|
+
"nuudel-utils": "^0.1.78",
|
|
69
69
|
"pica": "^9.0.1",
|
|
70
70
|
"react-colorful": "^5.6.1",
|
|
71
71
|
"react-device-detect": "^2.1.2",
|