Version Bump (v2.0.11)

This commit is contained in:
Nemo 2020-09-02 23:51:18 +05:30
parent 9b9b7168a4
commit 21111e60ac
4 changed files with 13 additions and 9 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
# 2.0.11
- Dependency updates
# 2.0.9 # 2.0.9
- Bumps puppeteer to 3.0.1 - Bumps puppeteer to 3.0.1

View File

@ -1,6 +1,6 @@
# prometheus-act-exporter # prometheus-act-exporter
[![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.8.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.8) [![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.11.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.11) [![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. Exposes your current ACT FUP usage as prometheus metrics. Scrapes the data from the ACT Portal website by using puppeteer.

14
package-lock.json generated
View File

@ -1,13 +1,13 @@
{ {
"name": "prometheus-act-exporter", "name": "prometheus-act-exporter",
"version": "2.0.8", "version": "2.0.11",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "14.0.24", "version": "14.6.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.24.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.6.3.tgz",
"integrity": "sha512-btt/oNOiDWcSuI721MdL8VQGnjsKjlTMdrKyTcLCKeQp/n4AAMFJ961wMbp+09y8WuGPClDEv07RIItdXKIXAA==", "integrity": "sha512-pC/hkcREG6YfDfui1FBmj8e20jFU5Exjw4NYDm8kEdrW+mOh0T1Zve8DWKnS7ZIZvgncrctcNCXF4Q2I+loyww==",
"optional": true "optional": true
}, },
"@types/yauzl": { "@types/yauzl": {
@ -147,9 +147,9 @@
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
}, },
"get-stream": { "get-stream": {
"version": "5.1.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
"integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
"requires": { "requires": {
"pump": "^3.0.0" "pump": "^3.0.0"
} }

View File

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