diff --git a/dist/is-truthy-x.js b/dist/is-truthy-x.js index c6ce3a7..1353854 100644 --- a/dist/is-truthy-x.js +++ b/dist/is-truthy-x.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017-present", - "date": "2019-08-28T14:56:45.943Z", + "date": "2019-08-28T16:49:18.805Z", "describe": "", "description": "Test if a given value is truthy.", "file": "is-truthy-x.js", "hash": "905dfafac03b700b52f8", "license": "MIT", - "version": "2.1.0" + "version": "2.1.1" } */ (function webpackUniversalModuleDefinition(root, factory) { diff --git a/dist/is-truthy-x.min.js b/dist/is-truthy-x.min.js index 64af77d..403bf04 100644 --- a/dist/is-truthy-x.min.js +++ b/dist/is-truthy-x.min.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017-present", - "date": "2019-08-28T14:56:45.943Z", + "date": "2019-08-28T16:49:18.805Z", "describe": "", "description": "Test if a given value is truthy.", "file": "is-truthy-x.min.js", "hash": "0bf657fb1312abd0f146", "license": "MIT", - "version": "2.1.0" + "version": "2.1.1" } */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.isTruthyX=t():e.isTruthyX=t()}(function(){"use strict";var e,t={}.constructor,n=t.prototype,r=t.defineProperty,o=function(){return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void 0},u=function(){return this};try{return r?r(n,"$$globalThis$$",{get:u,configurable:!0}):n.__defineGetter__("$$globalThis$$",u),e="undefined"==typeof $$globalThis$$?o():$$globalThis$$,delete n.$$globalThis$$,e}catch(e){return o()}}(),function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";n.r(t);var r=function(e){return!!e};t.default=function(e){return r(e)}}])}); diff --git a/package-lock.json b/package-lock.json index e9b0109..6160c18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "is-truthy-x", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9816,9 +9816,9 @@ "dev": true }, "to-boolean-x": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.1.0.tgz", - "integrity": "sha512-As8eFmLG+/XPye5JXbEUzqm+Ygs5qk/TCr3pJI7IxXYZbXu5bG7qsYsYqHvl4ft7mhpPKsIMQbpJ+8qmi7K65Q==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.1.1.tgz", + "integrity": "sha512-ir6nGXyTFDPIUiMuePbGIx5UnY6JbxMw7e18djKrDHhXvt14pbhsbatFzySIVW++4vevTtQNYinh8bKOCW//KQ==" }, "to-fast-properties": { "version": "2.0.0", diff --git a/package.json b/package.json index 49149fd..7cbd4d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-truthy-x", - "version": "2.1.0", + "version": "2.1.1", "description": "Test if a given value is truthy.", "homepage": "https://github.com/Xotic750/is-truthy-x", "author": { @@ -50,7 +50,7 @@ "url": "https://github.com/Xotic750/is-truthy-x/issues" }, "dependencies": { - "to-boolean-x": "^2.1.0" + "to-boolean-x": "^2.1.1" }, "devDependencies": { "@babel/cli": "^7.5.5",