release/2.0.13

This commit is contained in:
Nemo 2021-04-12 20:54:25 +05:30
parent 8ea701ef96
commit 23603f1ec1
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# CHANGELOG
# 2.0.13
- Dependency updates
# 2.0.12
- Dependency updates

View File

@ -1,6 +1,6 @@
# prometheus-act-exporter
[![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.12.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.12) [![npm version](https://badge.fury.io/js/prometheus-act-exporter.svg)](https://badge.fury.io/js/prometheus-act-exporter) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-blue.svg)](http://www.wtfpl.net/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.13.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.13) [![npm version](https://badge.fury.io/js/prometheus-act-exporter.svg)](https://badge.fury.io/js/prometheus-act-exporter) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-blue.svg)](http://www.wtfpl.net/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
Exposes your current ACT FUP usage as prometheus metrics. Scrapes the data from the ACT Portal website by using puppeteer.

View File

@ -1,6 +1,6 @@
{
"name": "prometheus-act-exporter",
"version": "2.0.12",
"version": "2.0.13",
"description": "Exports ACT Fibernet data usage as prometheus metrics",
"main": "index.js",
"scripts": {