diff --git a/docs/classes/_data_.datautils.html b/docs/classes/_data_.datautils.html index 013b0c1..35f93c5 100644 --- a/docs/classes/_data_.datautils.html +++ b/docs/classes/_data_.datautils.html @@ -110,7 +110,7 @@

Static maskString

  • @@ -155,7 +155,7 @@

    Static minifyJson

  • @@ -193,7 +193,7 @@

    Static removeFromStrin
  • @@ -232,7 +232,7 @@

    Static uuid

  • diff --git a/docs/classes/_io_.ioutils.html b/docs/classes/_io_.ioutils.html index d15b9d4..19629e4 100644 --- a/docs/classes/_io_.ioutils.html +++ b/docs/classes/_io_.ioutils.html @@ -110,7 +110,7 @@

    Static copyFileSync
    @@ -147,7 +147,7 @@

    Static getFilePath

    @@ -187,7 +187,7 @@

    Static mkdirRecursive

  • @@ -219,7 +219,7 @@

    Static sleep

  • diff --git a/docs/classes/_network_.networkutils.html b/docs/classes/_network_.networkutils.html index 63f6fe5..3620c00 100644 --- a/docs/classes/_network_.networkutils.html +++ b/docs/classes/_network_.networkutils.html @@ -111,7 +111,7 @@

    Static getClientIP

  • @@ -143,7 +143,7 @@

    Static getIP

  • @@ -175,7 +175,7 @@

    Static getSingleIPv4

  • @@ -198,7 +198,7 @@

    Static getSingleIPv6

  • @@ -221,7 +221,7 @@

    Static ipInRange

  • diff --git a/docs/classes/_system_.systemutils.html b/docs/classes/_system_.systemutils.html index 23989d3..757493e 100644 --- a/docs/classes/_system_.systemutils.html +++ b/docs/classes/_system_.systemutils.html @@ -108,7 +108,7 @@

    Static getCpuLoad

  • @@ -131,7 +131,7 @@

    Static getInfo

  • diff --git a/docs/index.html b/docs/index.html index 5ad6cf1..5cabf4b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -63,7 +63,8 @@

    JAUL

    JAUL

    -

    Build Status +

    Version + Build Status Coverage Status

    JAUL = Just Another Utilities Library

    What? Why?

    diff --git a/docs/interfaces/_system_.cpuload.html b/docs/interfaces/_system_.cpuload.html index e335462..40886ad 100644 --- a/docs/interfaces/_system_.cpuload.html +++ b/docs/interfaces/_system_.cpuload.html @@ -104,7 +104,7 @@

    idle

    idle: number
    @@ -119,7 +119,7 @@

    total

    total: number
    diff --git a/docs/interfaces/_system_.getinfooptions.html b/docs/interfaces/_system_.getinfooptions.html index 6759693..d1c32a1 100644 --- a/docs/interfaces/_system_.getinfooptions.html +++ b/docs/interfaces/_system_.getinfooptions.html @@ -103,7 +103,7 @@

    labels

    labels: boolean
    diff --git a/docs/interfaces/_system_.systemmetrics.html b/docs/interfaces/_system_.systemmetrics.html index 56a6c2c..51e2be9 100644 --- a/docs/interfaces/_system_.systemmetrics.html +++ b/docs/interfaces/_system_.systemmetrics.html @@ -111,7 +111,7 @@

    cpuCores

    cpuCores: number
    @@ -126,7 +126,7 @@

    hostname

    hostname: string
    @@ -141,7 +141,7 @@

    loadAvg

    loadAvg: any
    @@ -156,7 +156,7 @@

    memoryTotal

    memoryTotal: any
    @@ -171,7 +171,7 @@

    memoryUsage

    memoryUsage: any
    @@ -186,7 +186,7 @@

    platform

    platform: string
    @@ -201,7 +201,7 @@

    process

    process: any
    @@ -216,7 +216,7 @@

    title

    title: string
    @@ -231,7 +231,7 @@

    uptime

    uptime: string
    diff --git a/docs/modules/_index_.html b/docs/modules/_index_.html index 2f6608f..84d2025 100644 --- a/docs/modules/_index_.html +++ b/docs/modules/_index_.html @@ -85,7 +85,7 @@

    Let index: object

    @@ -99,7 +99,7 @@

    data

    data: any = require("./data")
    @@ -114,7 +114,7 @@

    io

    io: any = require("./io")
    @@ -129,7 +129,7 @@

    network

    network: any = require("./network")
    @@ -144,7 +144,7 @@

    system

    system: any = require("./system")
    @@ -159,7 +159,7 @@

    version

    version: any = version
    diff --git a/package-lock.json b/package-lock.json index 63949cb..3c438ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -190,9 +190,9 @@ "dev": true }, "@types/node": { - "version": "11.13.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-11.13.4.tgz", - "integrity": "sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ==", + "version": "11.13.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-11.13.5.tgz", + "integrity": "sha512-/OMMBnjVtDuwX1tg2pkYVSqRIDSmNTnvVvmvP/2xiMAAWf4a5+JozrApCrO4WCAILmXVxfNoQ3E+0HJbNpFVGg==", "dev": true }, "@types/shelljs": { diff --git a/package.json b/package.json index 59c0960..477b32d 100755 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "moment": "^2.24.0" }, "devDependencies": { - "@types/node": "^11.13.4", + "@types/node": "^11.13.5", "chai": "^4.2.0", "coveralls": "^3.0.3", "express": "^4.16.4",