@beblurt/blurt-nodes-checker 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +17 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -309,10 +309,23 @@ In this case the methods below are checked:
309
309
 
310
310
  Pull requests for new features, bug fixes, and suggestions are welcome!
311
311
 
312
- ## License
312
+ ## Author
313
313
 
314
- Copyright (C) 2022 @nalexadre (https://blurt.blog/@nalexadre)
314
+ @beblurt (https://blurt.blog/@beblurt)
315
315
 
316
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
316
+ ## License
317
317
 
318
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
318
+ Copyright (C) 2022 IMT ASE Co., LTD
319
+
320
+ This program is free software: you can redistribute it and/or modify
321
+ it under the terms of the GNU General Public License as published by
322
+ the Free Software Foundation, either version 3 of the License, or
323
+ (at your option) any later version.
324
+
325
+ This program is distributed in the hope that it will be useful,
326
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
327
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
328
+ GNU General Public License for more details.
329
+
330
+ You should have received a copy of the GNU General Public License
331
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beblurt/blurt-nodes-checker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "BLURT blockchain RPC nodes servers checker (latency, availability, methods)",
5
5
  "type": "module",
6
6
  "node": ">=14.16",