diff --git a/dist/img-src-placeholder.d.ts b/dist/img-src-placeholder.d.ts index ae9b2bd..f4ba2e7 100644 --- a/dist/img-src-placeholder.d.ts +++ b/dist/img-src-placeholder.d.ts @@ -1,4 +1,4 @@ -//! img-src-placeholder v1.0.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License +//! img-src-placeholder v1.1.0 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License import { Results } from 'replacer-util'; export type Settings = { diff --git a/dist/img-src-placeholder.js b/dist/img-src-placeholder.js index cfc28f1..eec67e8 100644 --- a/dist/img-src-placeholder.js +++ b/dist/img-src-placeholder.js @@ -1,4 +1,4 @@ -//! img-src-placeholder v1.0.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License +//! img-src-placeholder v1.1.0 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License import { replacer } from 'replacer-util'; const imgSrcPlaceholder = { diff --git a/package.json b/package.json index 6728ffa..14cf1e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "img-src-placeholder", - "version": "1.0.2", + "version": "1.1.0", "description": "Replace src=# in tags of HTML files with an inline data URL of a transparent 1 pixel image (CLI tool designed for use in npm scripts)", "license": "MIT", "type": "module", @@ -82,7 +82,7 @@ }, "dependencies": { "chalk": "~5.2", - "cli-argv-util": "~1.0", + "cli-argv-util": "~1.1", "fancy-log": "~2.0", "istextorbinary": "~6.0", "replacer-util": "~1.0", @@ -93,9 +93,9 @@ "@types/node": "~20.3", "@typescript-eslint/eslint-plugin": "~5.60", "@typescript-eslint/parser": "~5.60", - "add-dist-header": "~1.0", - "assert-deep-strict-equal": "~1.0", - "copy-file-util": "~1.0", + "add-dist-header": "~1.1", + "assert-deep-strict-equal": "~1.1", + "copy-file-util": "~1.1", "eslint": "~8.43", "jshint": "~2.13", "mocha": "~10.2", @@ -103,6 +103,6 @@ "rimraf": "~5.0", "run-scripts-util": "~1.1", "typescript": "~5.1", - "w3c-html-validator": "~1.3" + "w3c-html-validator": "~1.4" } }