antosdk: use latest AntOS description files

This commit is contained in:
DanyLE 2023-01-31 20:56:53 +01:00
parent 11df616319
commit e3deffe907
8 changed files with 2031 additions and 229 deletions

View File

@ -2,6 +2,7 @@
AntOSDK: development API for AntOS based applications/projects
## Change logs
- 0.0.17: Use lastest AntOS d.ts file
- 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

View File

@ -2,6 +2,7 @@
AntOSDK: development API for AntOS based applications/projects
## Change logs
- 0.0.17: Use lastest AntOS d.ts file
- 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

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -225,7 +225,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/libantosdk/README.md",
"category": "Development",
"author": "Xuan Sang LE",
"version": "0.0.16-a",
"version": "0.0.17-a",
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/libantosdk/build/release/libantosdk.zip"
},