From bdc77208cfa8763f3773d9958df50523956cf7d6 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Wed, 14 Aug 2024 10:04:01 -0700 Subject: [PATCH] Release v1.1.3 --- README.md | 2 +- dist/img-src-placeholder.d.ts | 2 +- dist/img-src-placeholder.js | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e50c6f..5cb8313 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ const dataImage = 'data:image/svg+xml;base64,' + - 🪺 [recursive-exec](https://github.com/center-key/recursive-exec):  _Run a command on each file in a folder and its subfolders_ - 🔍 [img-src-placeholder](https://github.com/center-key/img-src-placeholder):  _Find and replace strings or template outputs in text files_ - 🔢 [rev-web-assets](https://github.com/center-key/rev-web-assets):  _Revision web asset filenames with cache busting content hash fingerprints_ - - 🚆 [run-scripts-util](https://github.com/center-key/run-scripts-util):  _Organize npm package.json scripts into named groups of easy to manage commands_ + - 🚆 [run-scripts-util](https://github.com/center-key/run-scripts-util):  _Organize npm package.json scripts into groups of easy to manage commands_ - 🚦 [w3c-html-validator](https://github.com/center-key/w3c-html-validator):  _Check the markup validity of HTML files using the W3C validator_ Feel free to submit questions at:
diff --git a/dist/img-src-placeholder.d.ts b/dist/img-src-placeholder.d.ts index 04f9517..cf72510 100644 --- a/dist/img-src-placeholder.d.ts +++ b/dist/img-src-placeholder.d.ts @@ -1,4 +1,4 @@ -//! img-src-placeholder v1.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License +//! img-src-placeholder v1.1.3 ~~ 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 bf15a23..43ec070 100644 --- a/dist/img-src-placeholder.js +++ b/dist/img-src-placeholder.js @@ -1,4 +1,4 @@ -//! img-src-placeholder v1.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License +//! img-src-placeholder v1.1.3 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License import { replacer } from 'replacer-util'; import chalk from 'chalk'; diff --git a/package.json b/package.json index 6009445..932b7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "img-src-placeholder", - "version": "1.1.2", + "version": "1.1.3", "description": "Replace src=# in tags with a data URL of a transparent 1 pixel image (CLI for package.json scripts)", "license": "MIT", "type": "module", @@ -69,7 +69,7 @@ "devDependencies": { "@eslint/js": "~9.9", "@types/fancy-log": "~2.0", - "@types/node": "~22.2", + "@types/node": "~22.3", "add-dist-header": "~1.4", "assert-deep-strict-equal": "~1.2", "copy-file-util": "~1.2",