Skip to content

Commit 98b9b49

Browse files
committed
package
1 parent d9045c1 commit 98b9b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ import {createFormatter, IFormatter, IFilter} from 'custom-string-formatter';
105105
import dayjs from 'dayjs';
106106

107107
class JsonFilter implements IFilter {
108-
transform(value: any, args: string[]): any {
108+
transform(value: any): any {
109109
return JSON.stringify(value); // transform into a JSON string
110110
}
111111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-string-formatter",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Customizable String Formatter",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)