nayota-show-sdk 1.0.2 → 1.0.3

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.
package/api/systeminfo.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @file 报警记录api
3
- * @module 报警记录接口
2
+ * @file 系统信息api
3
+ * @module 系统信息接口
4
4
  * @memberof requestShow
5
5
  */
6
6
  import { requestShow } from '../utils'
package/api/upload.js CHANGED
@@ -108,7 +108,7 @@ export function deleteMany(ids) {
108
108
 
109
109
  export default {
110
110
  list,
111
- create,
111
+ upload,
112
112
  updateOne,
113
113
  deleteOne,
114
114
  deleteMany,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",