isomorfeus-preact 10.6.47 → 10.6.48
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isomorfeus/preact/config.rb +2 -2
- data/lib/preact/component/callbacks.rb +4 -4
- data/lib/preact/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df8ec0a8eda33bce33533c8c7f8ec7485574034aa647ad1e5a57387b23e801f7
|
4
|
+
data.tar.gz: a29e92d4cc416139cc3ae2d27a31cfd68b8800a7090013d9fd2c173307340758
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 694f965dc3c05541466f84e7fe0ca2b5612a277d4413bbdd4565985d89f0832cc28a7a78a4244a2ac417064949d5c6943eb0dd846adb6c37e68f30324ad5b9d0
|
7
|
+
data.tar.gz: 5aa3ce6a0b8178712c7752aca97e96b4b25bc51affba39573a1acf8284e63f10ad69f71873f2509557aa0992fe4aa00d4c64ea595a126d672b577e8bf0758a1a
|
@@ -42,8 +42,8 @@ module Isomorfeus
|
|
42
42
|
end
|
43
43
|
|
44
44
|
def execute_init_after_store_classes
|
45
|
-
client_init_after_store_class_names.each do |
|
46
|
-
|
45
|
+
client_init_after_store_class_names.each do |constant_name|
|
46
|
+
constant_name.constantize.send(:init)
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
@@ -28,11 +28,11 @@ module Preact::Component::Callbacks
|
|
28
28
|
}
|
29
29
|
if (self.lucid_preact_component) {
|
30
30
|
if (self.lucid_preact_component.prototype.componentDidMount) {
|
31
|
-
|
32
|
-
|
31
|
+
self.lucid_preact_component.prototype.componentDidMountTwo = self.lucid_preact_component.prototype.componentDidMount;
|
32
|
+
self.lucid_preact_component.prototype.componentDidMountOne = fun;
|
33
33
|
fun = function() {
|
34
|
-
|
35
|
-
|
34
|
+
this.componentDidMountOne();
|
35
|
+
this.componentDidMountTwo();
|
36
36
|
}
|
37
37
|
}
|
38
38
|
self.lucid_preact_component.prototype.componentDidMount = fun;
|
data/lib/preact/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus-preact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.6.
|
4
|
+
version: 10.6.48
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|