isomorfeus-preact 10.6.38 → 10.6.39

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: b30e858561f1445d46b9c27372532ea200adbd31099ffd29998c993c8e825f9e
4
- data.tar.gz: 2de138ef131476a58950c5d475acc654b565a9bc8f7663960ca0b1add0a04c08
3
+ metadata.gz: 2b4f34a628322571ed50c6923c8b129c750ce09b90953a9e4512f609e4424efa
4
+ data.tar.gz: b9e99d2865e4c14e451b22b0c3f993b3500c724a26e4c5fb66f3213385c15ac1
5
5
  SHA512:
6
- metadata.gz: 38dca7808937f6a0357da67d6187c3854126f396973e4ad05d6760cc7c6d0e7ddaa2c4b086339ae4346a955d2b1f960964ac80ef4a8164a058c0433079c7e833
7
- data.tar.gz: af9224dd12c9321c84840098f9d557ce7e793963f9aef615612636c9b2fb83c597b4cb063e1652dc3985874fbff3cf7633fa4bb3ca9b61308a0c7302ea97307b
6
+ metadata.gz: d00ca6d3d6f0a21954627f9c0204617abf73729b1c7f1b89976e4273d9f8080a7a532d8dfdd53d6248c91593910698ed2c695630373c21a42229592282fa6f73
7
+ data.tar.gz: 3d653b10253888d69175a077959a8d45f9672a8e5f540e3f97e53efebebe2b5b829ea6436fdd598962e229b69862b868bc493c74cb092e7ed50fd188b79e20a1
@@ -13,7 +13,7 @@ module Isomorfeus
13
13
  global.HasTransport = (typeof global.Opal.Isomorfeus.Transport !== 'undefined') && (api_ws_path !== '');
14
14
  global.HasStore = typeof global.Opal.Isomorfeus.store !== 'undefined';
15
15
  global.Opal.Isomorfeus['$env='](env);
16
- if (typeof global.Opal.Isomorfeus["$current_locale="] === 'function') { global.Opal.Isomorfeus["$current_locale="](''); }
16
+ if (typeof global.Opal.Isomorfeus["$current_locale="] === 'function') { global.Opal.Isomorfeus["$current_locale="](locale); }
17
17
  global.Opal.Isomorfeus['$force_init!']();
18
18
  global.Opal.Isomorfeus['$ssr_response_status='](200);
19
19
  global.Opal.Isomorfeus.TopLevel['$ssr_route_path='](location);
@@ -1,3 +1,3 @@
1
1
  module Preact
2
- VERSION = '10.6.38'
2
+ VERSION = '10.6.39'
3
3
  end
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.38
4
+ version: 10.6.39
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-19 00:00:00.000000000 Z
11
+ date: 2022-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby