From 52f46e30b4e3448f7fa33d500e717cc0d2b3a14c Mon Sep 17 00:00:00 2001 From: UmamiAppearance Date: Mon, 12 Sep 2022 10:34:44 +0200 Subject: [PATCH] v0.2.6 --- README.md | 2 +- dist/contodo.esm.js | 2 +- dist/contodo.esm.min.js | 2 +- dist/contodo.iife.js | 2 +- dist/contodo.iife.min.js | 2 +- dist/no-style/contodo-no-style.esm.js | 2 +- dist/no-style/contodo-no-style.esm.min.js | 2 +- dist/no-style/contodo-no-style.iife.js | 2 +- dist/no-style/contodo-no-style.iife.min.js | 2 +- package-lock.json | 74 +++++++++++----------- package.json | 4 +- src/contodo.js | 2 +- 12 files changed, 49 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 793707f..55e60c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ _HTML Console._ Let's you output your browser **con**sole **to** a **do**cument node. -![contodo-image](https://github.com/UmamiAppearance/contodo/blob/main/media/contodo.gif?raw=true) +[![contodo-image](https://github.com/UmamiAppearance/contodo/blob/main/media/contodo.gif?raw=true)](https://umamiappearance.github.io/contodo/examples/demo.html) ## Installation ### GitHub diff --git a/dist/contodo.esm.js b/dist/contodo.esm.js index fbdd6db..d2c9fec 100644 --- a/dist/contodo.esm.js +++ b/dist/contodo.esm.js @@ -28,7 +28,7 @@ var defaultCSS = ".contodo{position:inherit;display:block;font-family:monospace; /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/contodo.esm.min.js b/dist/contodo.esm.min.js index 205c69d..18baea7 100644 --- a/dist/contodo.esm.min.js +++ b/dist/contodo.esm.min.js @@ -1,7 +1,7 @@ /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/contodo.iife.js b/dist/contodo.iife.js index 4c15083..6433e22 100644 --- a/dist/contodo.iife.js +++ b/dist/contodo.iife.js @@ -31,7 +31,7 @@ var ConTodo = (function () { /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/contodo.iife.min.js b/dist/contodo.iife.min.js index 65c1707..1bd2945 100644 --- a/dist/contodo.iife.min.js +++ b/dist/contodo.iife.min.js @@ -2,7 +2,7 @@ var ConTodo=function(){"use strict"; /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/no-style/contodo-no-style.esm.js b/dist/no-style/contodo-no-style.esm.js index 04edfe3..07eda5f 100644 --- a/dist/no-style/contodo-no-style.esm.js +++ b/dist/no-style/contodo-no-style.esm.js @@ -26,7 +26,7 @@ const isIdentifier = (str) => { /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/no-style/contodo-no-style.esm.min.js b/dist/no-style/contodo-no-style.esm.min.js index 9509fcd..d9e78d4 100644 --- a/dist/no-style/contodo-no-style.esm.min.js +++ b/dist/no-style/contodo-no-style.esm.min.js @@ -1,7 +1,7 @@ /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/no-style/contodo-no-style.iife.js b/dist/no-style/contodo-no-style.iife.js index ada1a83..a5c773f 100644 --- a/dist/no-style/contodo-no-style.iife.js +++ b/dist/no-style/contodo-no-style.iife.js @@ -29,7 +29,7 @@ var ConTodo = (function () { /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/dist/no-style/contodo-no-style.iife.min.js b/dist/no-style/contodo-no-style.iife.min.js index 0ddab52..c7ba089 100644 --- a/dist/no-style/contodo-no-style.iife.min.js +++ b/dist/no-style/contodo-no-style.iife.min.js @@ -2,7 +2,7 @@ var ConTodo=function(){"use strict"; /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */ diff --git a/package-lock.json b/package-lock.json index eac41a1..29e12c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "contodo", - "version": "0.2.5", + "version": "0.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contodo", - "version": "0.2.5", + "version": "0.2.6", "license": "GPL-3.0-or-later", "devDependencies": { "clean-css": "^5.3.1", - "eslint": "^8.23.0", + "eslint": "^8.23.1", "http-server": "^14.1.1", "no-bro-cote": "^0.2.2", "rollup": "^2.79.0", @@ -127,9 +127,9 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz", - "integrity": "sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz", + "integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -785,12 +785,12 @@ } }, "node_modules/eslint": { - "version": "8.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz", - "integrity": "sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==", + "version": "8.23.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz", + "integrity": "sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.3.1", + "@eslint/eslintrc": "^1.3.2", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", @@ -809,7 +809,6 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", "globby": "^11.1.0", @@ -818,6 +817,7 @@ "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", @@ -996,9 +996,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1199,12 +1199,6 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -1589,6 +1583,12 @@ "node": ">= 10.13.0" } }, + "node_modules/js-sdsl": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz", + "integrity": "sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==", + "dev": true + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -2908,9 +2908,9 @@ } }, "@eslint/eslintrc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz", - "integrity": "sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz", + "integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==", "dev": true, "requires": { "ajv": "^6.12.4", @@ -3402,12 +3402,12 @@ "dev": true }, "eslint": { - "version": "8.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz", - "integrity": "sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==", + "version": "8.23.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz", + "integrity": "sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.3.1", + "@eslint/eslintrc": "^1.3.2", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", @@ -3426,7 +3426,6 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", "globby": "^11.1.0", @@ -3435,6 +3434,7 @@ "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", @@ -3559,9 +3559,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -3706,12 +3706,6 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -3983,6 +3977,12 @@ "supports-color": "^7.0.0" } }, + "js-sdsl": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz", + "integrity": "sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==", + "dev": true + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", diff --git a/package.json b/package.json index 7476f23..141d0f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contodo", - "version": "0.2.5", + "version": "0.2.6", "description": "HTML Console. Let's you output your browser console to a document node.", "browser": "./dist/contodo.esm.js", "exports": { @@ -37,7 +37,7 @@ "homepage": "https://github.com/UmamiAppearance/contodo#readme", "devDependencies": { "clean-css": "^5.3.1", - "eslint": "^8.23.0", + "eslint": "^8.23.1", "http-server": "^14.1.1", "no-bro-cote": "^0.2.2", "rollup": "^2.79.0", diff --git a/src/contodo.js b/src/contodo.js index cb44872..732a1d1 100644 --- a/src/contodo.js +++ b/src/contodo.js @@ -1,7 +1,7 @@ /** * [contodo]{@link https://github.com/UmamiAppearance/contodo} * - * @version 0.2.5 + * @version 0.2.6 * @author UmamiAppearance [mail@umamiappearance.eu] * @license GPL-3.0 */