Skip to content

Commit a7fff6d

Browse files
committed
Release v1.2.5
1 parent a8e0c9d commit a7fff6d

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 Individual contributors to replacer-util
3+
Copyright (c) 2022-2024 Individual contributors to replacer-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/replacer.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! replacer-util v1.2.4 ~~ https://github.com/center-key/replacer-util ~~ MIT License
1+
//! replacer-util v1.2.5 ~~ https://github.com/center-key/replacer-util ~~ MIT License
22

33
export type Settings = {
44
cd: string | null;

dist/replacer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! replacer-util v1.2.4 ~~ https://github.com/center-key/replacer-util ~~ MIT License
1+
//! replacer-util v1.2.5 ~~ https://github.com/center-key/replacer-util ~~ MIT License
22

33
import { globSync } from 'glob';
44
import { isBinary } from 'istextorbinary';

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "replacer-util",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)",
55
"license": "MIT",
66
"type": "module",
@@ -92,16 +92,16 @@
9292
"cli-argv-util": "~1.2",
9393
"fancy-log": "~2.0",
9494
"glob": "~10.3",
95-
"istextorbinary": "~9.4",
95+
"istextorbinary": "~9.5",
9696
"liquidjs": "~10.10",
9797
"slash": "~5.1"
9898
},
9999
"devDependencies": {
100100
"@fortawesome/fontawesome-free": "~6.5",
101101
"@types/fancy-log": "~2.0",
102102
"@types/node": "~20.10",
103-
"@typescript-eslint/eslint-plugin": "~6.16",
104-
"@typescript-eslint/parser": "~6.16",
103+
"@typescript-eslint/eslint-plugin": "~6.17",
104+
"@typescript-eslint/parser": "~6.17",
105105
"add-dist-header": "~1.3",
106106
"assert-deep-strict-equal": "~1.1",
107107
"copy-file-util": "~1.1",

spec/fixtures/target/bundle.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/target/mock1.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
1717
<main>
1818
<p>I, for one, welcome our new A.I. module overlords.</p>
1919
<ul>
20-
<li>Release: v1.2.4</li>
20+
<li>Release: v1.2.5</li>
2121
<li>Minor: v1.2</li>
2222
<li>Major: v1</li>
2323
</ul>
@@ -28,11 +28,11 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
2828
let τ2 = 2 * π2;
2929

3030
const info2 = {
31-
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
31+
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
3232
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
3333
code: 'mock1',
3434
file: '{"root":"","dir":"spec/fixtures/source","base":"mock1.html","ext":".html","name":"mock1","path":"spec/fixtures/source/mock1.html"}',
35-
year: '2023',
35+
year: '2024',
3636
list1: 'A.I. module, A.I. module, A.I. module',
3737
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
3838
math: { π2, τ2 },

spec/fixtures/target/mock1.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let π1 = 3.14;
55
let τ1 = 2 * π1;
66

77
const info1 = {
8-
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
8+
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
99
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
1010
list1: 'A.I. module, A.I. module, A.I. module',
1111
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',

spec/fixtures/target/subfolder-a/mock2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>🔍🔍🔍 replacer-util 🔍🔍🔍</h1>
1212
<h2>Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)</h2>
1313
<p>I, for one, welcome our new A.I. module overlords.</p>
1414
<ul>
15-
<li>Release: v1.2.4</li>
15+
<li>Release: v1.2.5</li>
1616
<li>Minor: v1.2</li>
1717
<li>Major: v1</li>
1818
</ul>

spec/fixtures/target/subfolder-a/mock2.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ let π2 = 3.14;
55
let τ2 = 2 * π2;
66

77
const info2 = {
8-
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
8+
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
99
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
1010
code: 'mock2',
1111
file: '{"root":"","dir":"spec/fixtures/source/subfolder-a","base":"mock2.js","ext":".js","name":"mock2","path":"spec/fixtures/source/subfolder-a/mock2.js"}',
12-
year: '2023',
12+
year: '2024',
1313
list1: 'A.I. module, A.I. module, A.I. module',
1414
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
1515
math: { π2, τ2 },

spec/fixtures/target/web/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
1717
<main>
1818
<p>I, for one, welcome our new insect overlords.</p>
1919
<ul>
20-
<li>Release: v1.2.4</li>
20+
<li>Release: v1.2.5</li>
2121
<li>Minor: v1.2</li>
2222
<li>Major: v1</li>
2323
</ul>
@@ -28,11 +28,11 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
2828
let τ2 = 2 * π2;
2929

3030
const info2 = {
31-
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
31+
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
3232
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
3333
code: 'mock1',
3434
file: '{"root":"","dir":"spec/fixtures/source","base":"mock1.html","ext":".html","name":"mock1","path":"spec/fixtures/source/mock1.html"}',
35-
year: '2023',
35+
year: '2024',
3636
list1: 'insect, insect, insect',
3737
list2: 'insect, iNsEcT, INSECT, insect',
3838
math: { π2, τ2 },

spec/fixtures/target/web/subfolder-a/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>🔍🔍🔍 replacer-util 🔍🔍🔍</h1>
1212
<h2>Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)</h2>
1313
<p>I, for one, welcome our new insect overlords.</p>
1414
<ul>
15-
<li>Release: v1.2.4</li>
15+
<li>Release: v1.2.5</li>
1616
<li>Minor: v1.2</li>
1717
<li>Major: v1</li>
1818
</ul>

spec/fixtures/target/web/subfolder-b/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
1515
<main>
1616
<p>I, for one, welcome our new insect overlords.</p>
1717
<ul>
18-
<li>Release: v1.2.4</li>
18+
<li>Release: v1.2.5</li>
1919
<li>Minor: v1.2</li>
2020
<li>Major: v1</li>
2121
</ul>

spec/fixtures/target/web/subfolder-b/subfolder-bb/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
1515
<main>
1616
<p>I, for one, welcome our new insect overlords.</p>
1717
<ul>
18-
<li>Release: v1.2.4</li>
18+
<li>Release: v1.2.5</li>
1919
<li>Minor: v1.2</li>
2020
<li>Major: v1</li>
2121
</ul>

0 commit comments

Comments
 (0)