@dobot-plus/template 1.2.4 → 1.2.5

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.
@@ -17,7 +17,7 @@ export type DobotPlusAppProps =
17
17
  | (BasicProps & {
18
18
  useMqtt: true
19
19
  topic?: string
20
- onMessage: (data: object | string) => void
20
+ onMessage: (data: any) => void
21
21
  port?: number
22
22
  })
23
23
  | (BasicProps & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dobot-plus/template",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "engines": {
5
5
  "node": "20"
6
6
  },