Skip to content

Commit

Permalink
chore: release v1.0.9
Browse files Browse the repository at this point in the history
* (bluefox) added `copyWidgetsFiles` and `ignoreWidgetFiles`
  • Loading branch information
GermanBluefox committed Sep 21, 2024
1 parent f01731e commit d81213e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ node node_modules/@iobroker/build-tools/convertI18n.js path/to/i18n
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.0.9 (2024-09-21)
* (bluefox) added `copyWidgetsFiles` and `ignoreWidgetFiles`

### 1.0.7 (2024-09-21)
Expand Down
3 changes: 2 additions & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ options?: {
/** Max memory size for exec */
ramSize?: number;
}): Promise<void>;
export declare function patternForWidgetsFiles(src: string): string[];
export declare function ignoreWidgetFiles(src: string, doNotIgnoreMap?: boolean): string[];
export declare function copyWidgetsFiles(src: string): string[];
export declare function patchHtmlFile(fileName: string): Promise<boolean>;
24 changes: 22 additions & 2 deletions 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": "1.0.8",
"version": "1.0.9",
"description": "Replacement for gulp",
"author": {
"name": "Denis Haev",
Expand Down

0 comments on commit d81213e

Please sign in to comment.