@extscreen/es-core 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -666,6 +666,11 @@ var ESAudioModule$1 = new ESAudioModule();
666
666
  class ESModule {
667
667
 
668
668
  //---------------------------------ESModule--------------------------
669
+ getESDeviceInfo() {
670
+ return Vue.Native.callNativeWithPromise('EsNativeModule',
671
+ 'getDeviceInfo',);
672
+ }
673
+
669
674
  getESSDKInfo() {
670
675
  return Vue.Native.callNativeWithPromise('ESModule',
671
676
  'getESSDKInfo',);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {