Skip to content

Commit c838d5d

Browse files
committed
increase version
1 parent 252c369 commit c838d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/utils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ declare class CSInterface extends CSInterfaceBase {
66
*
77
* @return {Promise<*>}
88
*/
9-
evalScript(script: string, ...args: any): Promise<any>;
9+
evalScript(script: string, ...args: unknown[]): Promise<any>;
1010
}
1111
export { CSInterface };
1212
export default CSInterface;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csinterface",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "TypeScript version of Adobe CSInterface",
55
"main": "lib/index.js",
66
"types" : "lib/index.d.ts",

0 commit comments

Comments
 (0)