nayota-show-sdk 1.1.9 → 1.2.0

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/api/devices.js +1 -1
  2. package/package.json +1 -1
package/api/devices.js CHANGED
@@ -337,7 +337,7 @@ export function deleteAllDevice(query) {
337
337
  export function easyList(data) {
338
338
  return requestShow({
339
339
  url: '/devices/easyList',
340
- method: 'get',
340
+ method: 'post',
341
341
  data
342
342
  })
343
343
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",