qcloud-iotexplorer-appdev-plugin-wificonf-smartconfig
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -0,4 +1,12 @@ | ||
import { WifiConfOption } from 'qcloud-iotexplorer-appdev-plugin-wificonf-core'; | ||
import { AppDevPlugin, AppDevSdk } from 'qcloud-iotexplorer-appdev-sdk'; | ||
declare module 'qcloud-iotexplorer-appdev-sdk' { | ||
interface AppDevPlugins { | ||
wifiConfSmartConfig: { | ||
start(options: WifiConfOption): Promise<void>; | ||
}; | ||
} | ||
} | ||
export default class Plugin implements AppDevPlugin { | ||
static install(sdk: AppDevSdk): void; | ||
} |
{ | ||
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-smartconfig", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -17,7 +17,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.1.8", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.1.9", | ||
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.1.11", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.1.10", | ||
"tslib": "^2.0.1" | ||
}, | ||
"gitHead": "06ced37b4436e6afe3d1145abd976e25dc0e6b54" | ||
"gitHead": "c8eb9f744772b74877b2d14400331f9889ca986f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30920
288