isomorfeus-preact 10.6.52 → 10.6.53

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: 7fd9159ca39fe3e13ef3c35aff396b3eeba0720a4c5793e39637a510d47134eb
4
- data.tar.gz: 3c791aacb8dda59322f8d800023dfbca44d7cf9b3f95120a4faa7c9b3fe7adf7
3
+ metadata.gz: 91abc0193960a2bb4c05a89d3669887aa626f0c65ce98a6c550431ea025f4231
4
+ data.tar.gz: e6787cf12925f91c1f506cbae90b10ba56d19c8b74118e29582a20a9892ba471
5
5
  SHA512:
6
- metadata.gz: 117ea771f4050e741cd447a98fb9bd64d5ec960fa087c08d23c69e39ba6a45969168f37cf606042ecb5c0b9e48fc16d0dfb3aff6f6a5fedfdee40ac538aa9fa7
7
- data.tar.gz: eb5ee13803c4496346a8015c7e80e6d54ae3f59fe614530b71580f2e9599301478ffe0444507b28edba41af177a32e7746fe2cdf19d648d9ded685469244f00d
6
+ metadata.gz: 10c01df5cdfe32ed41b65071709462ba1c9d4739b84647de6e53d841e839a62d00b4c6ed4df3000d4f5376bfa9637c0fc0af4488a35d6c8db47309594dce7fac
7
+ data.tar.gz: e948258d6713e259431f4b323bd68ab5b84b2f226b6f0633fd50960fcec4a835a2ce5e6d72619fcadfde8e6072d7bc5389d5b30d905d27582f5694ad10ad24de
@@ -3,10 +3,7 @@ module Isomorfeus
3
3
  %x{
4
4
  self.first_pass = function(component_name, props) {
5
5
  if (global.HasTransport) {
6
- let $$1;
7
- global.Opal.send(global.Opal.Isomorfeus.Transport.$promise_connect(global.IsomorfeusSessionId), 'then', [], ($$1 = function(){
8
- self.async_render_pass(component_name, props);
9
- }, $$1.$$s = this, $$1.$$arity = 0, $$1))
6
+ #{Isomorfeus::Transport.promise_connect(`global.IsomorfeusSessionId`).then { `self.async_render_pass(component_name, props)` }}
10
7
  } else {
11
8
  self.async_render_pass(component_name, props);
12
9
  };
@@ -1,3 +1,3 @@
1
1
  module Preact
2
- VERSION = '10.6.52'
2
+ VERSION = '10.6.53'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-preact
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.6.52
4
+ version: 10.6.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann