aliyun-iot-device-sdk
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -25,3 +25,3 @@ 'use strict'; | ||
var guid = createGuid(); | ||
var isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined'; | ||
var isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined' || typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope; | ||
@@ -28,0 +28,0 @@ var METHODS = { |
{ | ||
"name": "aliyun-iot-device-sdk", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "aliyun iot device sdk", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
49440