Skip to content

Commit

Permalink
chore: release v2.0.10
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Do not convert to string the files by processing them
  • Loading branch information
GermanBluefox committed Dec 6, 2024
1 parent bb08f6f commit cfa14db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ node node_modules/@iobroker/build-tools/convertI18n.js path/to/i18n
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.10 (2024-12-06)

- (@GermanBluefox) Do not convert to string the files by processing them

Expand Down
2 changes: 1 addition & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export declare function collectFiles(patterns: string[] | string): {
base: string;
}[];
export declare function copyFiles(patterns: string[] | string, dest: string, options?: {
process?: (fileData: string, fileName: string) => string | null | undefined | false;
process?: (fileData: Buffer | string, fileName: string) => string | null | undefined | false;
replace?: {
find: string | RegExp;
text: string;
Expand Down
3 changes: 2 additions & 1 deletion build/index.js

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

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/build-tools",
"version": "2.0.9",
"version": "2.0.10",
"description": "Replacement for gulp",
"author": {
"name": "Denis Haev",
Expand Down

0 comments on commit cfa14db

Please sign in to comment.