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: 953c86fe923b6191dfe8d01e89d316601c31d5b55d50e356bb7b898bd0238a8f
4
- data.tar.gz: f59b674ab4e8efad4e945d1fd2309b388c441f61202e07405afe26960cba05a4
3
+ metadata.gz: bf32a3ab0a38009e5ec0467332e2183e0b43aa27899c40a03c04e399470ddd29
4
+ data.tar.gz: ad500aa046a27c87fb1d496342935e7a786a91675f35015baecf9a4fbfefda46
5
5
  SHA512:
6
- metadata.gz: e0965ed485b7a393c6a06981eaf1b943be3847721c0491678435db5aa859d97ef96f736d4d6424104c8b5dd1261acb37aa4815ec87a6c9a5f3b77170423913a8
7
- data.tar.gz: 17094ac85530115a4a32ecee582d2a89fca6cb5ce65cae0ad94bb3bbbedab77a41defe45ede364d319f4b68890c78d3bbe5279058989c4481136f926a8d98445
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: 250) {
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: 250) {
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: 200})
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
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "1.0.0-rc.5"
2
+ VERSION = "1.0.0-rc.6"
3
3
  end
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.5
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-04 00:00:00.000000000 Z
11
+ date: 2025-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler