artery-browser 0.1.3 → 0.1.4

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.
data/public/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="./logo.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Artery Browser</title>
8
- <script type="module" crossorigin src="./assets/index-CFTHRyuc.js"></script>
8
+ <script type="module" crossorigin src="./assets/index-BbIFdT-n.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="./assets/index-Dw-hdo5G.css">
10
10
  </head>
11
11
  <body>
@@ -79,7 +79,7 @@
79
79
  </ButtonGroup>
80
80
  <ButtonGroup class={propClass}>
81
81
  <InputAddon class="w-52">Latest Outgoing Index</InputAddon>
82
- <Input type="number" value={listener.latest_outgoing_index} readonly></Input>
82
+ <Input type="number" value={listener.latest_outgoing_message_index } readonly></Input>
83
83
  </ButtonGroup>
84
84
  </div>
85
85
  <div class="w-1/2">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artery-browser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Askar Zinurov
@@ -85,11 +85,12 @@ files:
85
85
  - artery-browser.gemspec
86
86
  - checksums/artery-browser-0.1.1.gem.sha512
87
87
  - checksums/artery-browser-0.1.2.gem.sha512
88
+ - checksums/artery-browser-0.1.4.gem.sha512
88
89
  - lib/artery/browser.rb
89
90
  - lib/artery/browser/app.rb
90
91
  - lib/artery/browser/router.rb
91
92
  - lib/artery/browser/version.rb
92
- - public/assets/index-CFTHRyuc.js
93
+ - public/assets/index-BbIFdT-n.js
93
94
  - public/assets/index-Dw-hdo5G.css
94
95
  - public/assets/validate-routes-Cx95rB3S.js
95
96
  - public/index.html