From 1d177b9cd8d7b02e8b3ae74b2fcf032e3f348117 Mon Sep 17 00:00:00 2001 From: Igor Ramadas Date: Mon, 24 Jun 2019 16:28:35 +0200 Subject: [PATCH] Version 1.0.3. --- History.md | 4 ++++ docs/classes/_data_.datautils.html | 8 ++++---- docs/classes/_io_.ioutils.html | 8 ++++---- docs/classes/_network_.networkutils.html | 10 +++++----- docs/classes/_system_.systemutils.html | 4 ++-- docs/interfaces/_system_.cpuload.html | 4 ++-- docs/interfaces/_system_.getinfooptions.html | 2 +- docs/interfaces/_system_.systemmetrics.html | 18 +++++++++--------- docs/modules/_index_.html | 12 ++++++------ package-lock.json | 2 +- package.json | 2 +- 11 files changed, 39 insertions(+), 35 deletions(-) diff --git a/History.md b/History.md index d7ec50f..fe2d516 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ # Changelog for JAUL +1.0.3 +===== +* Removed .git from package. + 1.0.2 ===== * Updated dependencies. diff --git a/docs/classes/_data_.datautils.html b/docs/classes/_data_.datautils.html index 7b214ca..91a6e98 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 6ad54df..4741874 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 704fd2e..c17f05f 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 32405ae..7f70643 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/interfaces/_system_.cpuload.html b/docs/interfaces/_system_.cpuload.html index c6cb8dd..f31937c 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 5bf4777..f3fd876 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 77caa33..08ba697 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 cd34d2f..0fda229 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 74e5a04..c97637b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jaul", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2180a1a..0a84893 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jaul", - "version": "1.0.2", + "version": "1.0.3", "description": "Just another utilities library. But a good one.", "keywords": [ "jaul",