nayota-show-sdk 1.3.40 → 1.3.41

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
@@ -366,7 +366,7 @@ export function updateDepart(data) {
366
366
  }
367
367
 
368
368
  export function updateProp(data) {
369
- return request({
369
+ return requestShow({
370
370
  url: '/devices/updateProp',
371
371
  method: 'post',
372
372
  data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.40",
3
+ "version": "1.3.41",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",