@dnax/core 0.60.5 → 0.60.6

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.
@@ -14,7 +14,7 @@ type reasonType = any;
14
14
  export type callbackType = (
15
15
  socket: socketIoType,
16
16
  data: any | reasonType,
17
- clb?: _clbFunc
17
+ clb: _clbFunc
18
18
  ) => void;
19
19
 
20
20
  class Io {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.60.5",
3
+ "version": "0.60.6",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {