isomorfeus-react 16.13.3 → 16.13.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be41322dcd8d52793958430fd50e0f26ff33968ff8f7dba5b58eb76729e546ce
4
- data.tar.gz: b2fd54ff856afcb1f8430b40a9d0c29128fa45b04e6bd06a6e06f8b2ff880042
3
+ metadata.gz: f7430d6f341e75a66969565bd5543c771c39322c2e1958ae4edbb98fa9654f13
4
+ data.tar.gz: 12204cce8a5d3e1fd579e706dee67acb398d5eb174c01f0a5f004816567b47cf
5
5
  SHA512:
6
- metadata.gz: a7372d707f8749df42ee3956fd2cf7a86767d82a7f95de7892c868ce8afb7c9cee9f1d9b5e8f176e83bc8714e7bbaae8008234fb3c337136d2f46db0272b046d
7
- data.tar.gz: 9345db6405cb730f037773f9261c2cd88c8c2cad77ff79700a7d2b15cd5f0467c815dd6a22e34dd75a059bfb2d5b7ece4f50023ff944359012e3fadc3ad9b43d
6
+ metadata.gz: 5525ec20716217dfc1e4190b8cf706fccea2cca8056a30c68f44031db611fccc2508c0eb3f73cc200c0b33af2d690056214b754a06e30e19cb84d3f6a338f379
7
+ data.tar.gz: 963efc789ebcec069d04752152590692e826545afe24a45d2c70a48028621ad99c4e95d05009bd0ef1e9d280fc30e83cece261c42d052af164da9bca54a45bff
@@ -109,7 +109,7 @@ module Isomorfeus
109
109
  self.add_client_option(:client_init_after_store_class_names, [])
110
110
  else
111
111
  class << self
112
- attr_reader :component_cache
112
+ attr_reader :component_cache_init_block
113
113
  attr_accessor :server_side_rendering
114
114
  attr_accessor :ssr_hot_asset_url
115
115
  attr_reader :env
@@ -117,7 +117,7 @@ module Isomorfeus
117
117
  attr_accessor :zeitwerk_lock
118
118
 
119
119
  def component_cache_init(&block)
120
- @component_cache_init = block
120
+ @component_cache_init_block = block
121
121
  end
122
122
 
123
123
  def configuration(&block)
@@ -225,7 +225,7 @@ module Isomorfeus
225
225
  private
226
226
 
227
227
  def component_cache
228
- @_component_cache ||= Isomorfeus.component_cache_init.call
228
+ @_component_cache ||= Isomorfeus.component_cache_init_block.call
229
229
  end
230
230
  end
231
231
  end
@@ -1,3 +1,3 @@
1
1
  module React
2
- VERSION = '16.13.3'
2
+ VERSION = '16.13.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-react
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.13.3
4
+ version: 16.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann