isomorfeus-react 16.13.4 → 16.13.5

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: f7430d6f341e75a66969565bd5543c771c39322c2e1958ae4edbb98fa9654f13
4
- data.tar.gz: 12204cce8a5d3e1fd579e706dee67acb398d5eb174c01f0a5f004816567b47cf
3
+ metadata.gz: 40795e619cef018eebba0fa7a8ddaf319d00b92c01a087c0788afbae971c6c72
4
+ data.tar.gz: 1f500a62bf47522072e47e1ba142e7376fd4931ad3332f0e3539467eb4244f3c
5
5
  SHA512:
6
- metadata.gz: 5525ec20716217dfc1e4190b8cf706fccea2cca8056a30c68f44031db611fccc2508c0eb3f73cc200c0b33af2d690056214b754a06e30e19cb84d3f6a338f379
7
- data.tar.gz: 963efc789ebcec069d04752152590692e826545afe24a45d2c70a48028621ad99c4e95d05009bd0ef1e9d280fc30e83cece261c42d052af164da9bca54a45bff
6
+ metadata.gz: e0f12903b5b25054f8e6827953c141edcb43b80b5391dbfaf26c9f2b334538c127fd34e0d0fc25fc6d096bcf6718a622fbd92f9fad3e0b7fcaa63219efcca239
7
+ data.tar.gz: 96d22d1b14c32527e1de0380ab1cd5ef09aa1f9188f74b8a7355db217a0529c1619c482f12d5903e51c50fb94487321a39aedab09d2d0cd4a8788bf40111bec8
@@ -8,7 +8,7 @@ module Isomorfeus
8
8
  end
9
9
  render_result = mount_component(component_name, props, asset, static)
10
10
  status = ssr_response_status
11
- component_cache.set(key, render_result, status, ssr_styles) if status >= 200 && status < 300
11
+ component_cache.store(key, render_result, status, ssr_styles) if status >= 200 && status < 300
12
12
  render_result
13
13
  end
14
14
 
data/lib/react/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module React
2
- VERSION = '16.13.4'
2
+ VERSION = '16.13.5'
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.4
4
+ version: 16.13.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann