e_plat 1.0.0.pre.rc.5 → 1.0.0.pre.rc.6
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf32a3ab0a38009e5ec0467332e2183e0b43aa27899c40a03c04e399470ddd29
|
4
|
+
data.tar.gz: ad500aa046a27c87fb1d496342935e7a786a91675f35015baecf9a4fbfefda46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8835de36cb6125407c6f5fa876ec5d4009995642700cbbd3fda63040b137d06c71c6ac56caff4c675f3494c3e2068c987b3e7d236b0dd6bcf14536f130280be1
|
7
|
+
data.tar.gz: 0c327f05dc50401589f399152cde40992239a9732a9e72475164c3fb6498a708a194936c667f5eb50f8ba027f7dde96b4c8c81a69ee8a3d6be599a8bb4e156e0
|
@@ -32,7 +32,7 @@ module EPlat::Shopify
|
|
32
32
|
templateSuffix
|
33
33
|
title
|
34
34
|
vendor
|
35
|
-
variants(first:
|
35
|
+
variants(first: 100) {
|
36
36
|
nodes {
|
37
37
|
#{Variant.graphql_fields}
|
38
38
|
}
|
@@ -40,7 +40,7 @@ module EPlat::Shopify
|
|
40
40
|
options {
|
41
41
|
#{Option.graphql_fields}
|
42
42
|
}
|
43
|
-
images(first:
|
43
|
+
images(first: 100) {
|
44
44
|
nodes {
|
45
45
|
#{Image.graphql_fields}
|
46
46
|
}
|
@@ -38,7 +38,7 @@ module EPlat
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def variants_collection
|
41
|
-
@variants_collection ||= EPlat::Product::Variant.find(:all, params: {product_id: id, limit:
|
41
|
+
@variants_collection ||= EPlat::Product::Variant.find(:all, params: {product_id: id, limit: 100})
|
42
42
|
end
|
43
43
|
|
44
44
|
def load_all_variants # slow method, run async
|
data/lib/e_plat/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: e_plat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.pre.rc.
|
4
|
+
version: 1.0.0.pre.rc.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- oliwoodsuk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|