nayota-show-sdk 1.3.21 → 1.3.22

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
@@ -47,7 +47,7 @@ import { requestShow } from '../utils'
47
47
  * @property {string} area - 空间id
48
48
  * @property {string} location - 层级+空间名称组合
49
49
  * @property {number} direction - 旋转角度
50
- * @property {string} pointSharpe - 点形状
50
+ * @property {string} pointShape - 点形状
51
51
  * @example
52
52
  * {
53
53
  "hash": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",