fix .d.ts encoding problem

This commit is contained in:
Dany LE
2022-08-25 10:21:59 +02:00
parent e5e152fb40
commit e16959c28d
8 changed files with 7 additions and 19 deletions

View File

@ -2,6 +2,7 @@
AntOSDK: development API for AntOS based applications/projects
## Change logs
- 0.0.16: Fix jquery encoding error
- 0.0.15: App name differ from libname, update AntOS API
- 0.0.14: vfs-rm can be configured to be silent when the target does not exist
- 0.0.13: allow linux-job handle to set defaut pwd if it is not specified in job description

View File

@ -1,7 +1,4 @@
export as namespace Sizzle;
declare const Sizzle: SizzleStatic;
export = Sizzle;
interface SizzleStatic {
selectors: Sizzle.Selectors;
@ -84,6 +81,7 @@ declare namespace Sizzle {
}
}
}
// tslint:disable:jsdoc-format
// tslint:disable:max-line-length
// tslint:disable:no-irregular-whitespace

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@iohub.dev"
},
"version": "0.0.15-a",
"version": "0.0.16-a",
"category": "Development",
"iconclass": "fa fa-cog",
"mimes": [