Skip to content

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 3, 2024
1 parent a8e0c9d commit a7fff6d
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist/replacer.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! replacer-util v1.2.4 ~~ https://github.com/center-key/replacer-util ~~ MIT License
//! replacer-util v1.2.5 ~~ https://github.com/center-key/replacer-util ~~ MIT License

export type Settings = {
cd: string | null;
Expand Down
2 changes: 1 addition & 1 deletion dist/replacer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! replacer-util v1.2.4 ~~ https://github.com/center-key/replacer-util ~~ MIT License
//! replacer-util v1.2.5 ~~ https://github.com/center-key/replacer-util ~~ MIT License

import { globSync } from 'glob';
import { isBinary } from 'istextorbinary';
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replacer-util",
"version": "1.2.4",
"version": "1.2.5",
"description": "Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -92,16 +92,16 @@
"cli-argv-util": "~1.2",
"fancy-log": "~2.0",
"glob": "~10.3",
"istextorbinary": "~9.4",
"istextorbinary": "~9.5",
"liquidjs": "~10.10",
"slash": "~5.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.5",
"@types/fancy-log": "~2.0",
"@types/node": "~20.10",
"@typescript-eslint/eslint-plugin": "~6.16",
"@typescript-eslint/parser": "~6.16",
"@typescript-eslint/eslint-plugin": "~6.17",
"@typescript-eslint/parser": "~6.17",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
Expand Down
6 changes: 3 additions & 3 deletions spec/fixtures/target/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions spec/fixtures/target/mock1.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
<main>
<p>I, for one, welcome our new A.I. module overlords.</p>
<ul>
<li>Release: v1.2.4</li>
<li>Release: v1.2.5</li>
<li>Minor: v1.2</li>
<li>Major: v1</li>
</ul>
Expand All @@ -28,11 +28,11 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
let τ2 = 2 * π2;

const info2 = {
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
code: 'mock1',
file: '{"root":"","dir":"spec/fixtures/source","base":"mock1.html","ext":".html","name":"mock1","path":"spec/fixtures/source/mock1.html"}',
year: '2023',
year: '2024',
list1: 'A.I. module, A.I. module, A.I. module',
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
math: { π2, τ2 },
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/target/mock1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let π1 = 3.14;
let τ1 = 2 * π1;

const info1 = {
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
list1: 'A.I. module, A.I. module, A.I. module',
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/target/subfolder-a/mock2.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>🔍🔍🔍 replacer-util 🔍🔍🔍</h1>
<h2>Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)</h2>
<p>I, for one, welcome our new A.I. module overlords.</p>
<ul>
<li>Release: v1.2.4</li>
<li>Release: v1.2.5</li>
<li>Minor: v1.2</li>
<li>Major: v1</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/target/subfolder-a/mock2.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ let π2 = 3.14;
let τ2 = 2 * π2;

const info2 = {
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
code: 'mock2',
file: '{"root":"","dir":"spec/fixtures/source/subfolder-a","base":"mock2.js","ext":".js","name":"mock2","path":"spec/fixtures/source/subfolder-a/mock2.js"}',
year: '2023',
year: '2024',
list1: 'A.I. module, A.I. module, A.I. module',
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
math: { π2, τ2 },
Expand Down
6 changes: 3 additions & 3 deletions spec/fixtures/target/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
<main>
<p>I, for one, welcome our new insect overlords.</p>
<ul>
<li>Release: v1.2.4</li>
<li>Release: v1.2.5</li>
<li>Minor: v1.2</li>
<li>Major: v1</li>
</ul>
Expand All @@ -28,11 +28,11 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
let τ2 = 2 * π2;

const info2 = {
banner: '🔍🔍🔍 replacer-util v1.2.4 🔍🔍🔍',
banner: '🔍🔍🔍 replacer-util v1.2.5 🔍🔍🔍',
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)',
code: 'mock1',
file: '{"root":"","dir":"spec/fixtures/source","base":"mock1.html","ext":".html","name":"mock1","path":"spec/fixtures/source/mock1.html"}',
year: '2023',
year: '2024',
list1: 'insect, insect, insect',
list2: 'insect, iNsEcT, INSECT, insect',
math: { π2, τ2 },
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/target/web/subfolder-a/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>🔍🔍🔍 replacer-util 🔍🔍🔍</h1>
<h2>Find and replace strings or template outputs in text files (CLI tool designed for use in npm scripts)</h2>
<p>I, for one, welcome our new insect overlords.</p>
<ul>
<li>Release: v1.2.4</li>
<li>Release: v1.2.5</li>
<li>Minor: v1.2</li>
<li>Major: v1</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/target/web/subfolder-b/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
<main>
<p>I, for one, welcome our new insect overlords.</p>
<ul>
<li>Release: v1.2.4</li>
<li>Release: v1.2.5</li>
<li>Minor: v1.2</li>
<li>Major: v1</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Find and replace strings or template outputs in text files (CLI tool designe
<main>
<p>I, for one, welcome our new insect overlords.</p>
<ul>
<li>Release: v1.2.4</li>
<li>Release: v1.2.5</li>
<li>Minor: v1.2</li>
<li>Major: v1</li>
</ul>
Expand Down

0 comments on commit a7fff6d

Please sign in to comment.