lebai_sdk 0.1.18 → 0.1.19

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/lebai_sdk_bg.js CHANGED
@@ -1237,6 +1237,11 @@ export function __wbindgen_number_new(arg0) {
1237
1237
  return addHeapObject(ret);
1238
1238
  };
1239
1239
 
1240
+ export function __wbg_robotsubscription_new(arg0) {
1241
+ const ret = RobotSubscription.__wrap(arg0);
1242
+ return addHeapObject(ret);
1243
+ };
1244
+
1240
1245
  export function __wbindgen_string_new(arg0, arg1) {
1241
1246
  const ret = getStringFromWasm0(arg0, arg1);
1242
1247
  return addHeapObject(ret);
@@ -1247,11 +1252,6 @@ export function __wbg_robot_new(arg0) {
1247
1252
  return addHeapObject(ret);
1248
1253
  };
1249
1254
 
1250
- export function __wbg_robotsubscription_new(arg0) {
1251
- const ret = RobotSubscription.__wrap(arg0);
1252
- return addHeapObject(ret);
1253
- };
1254
-
1255
1255
  export function __wbindgen_is_object(arg0) {
1256
1256
  const val = getObject(arg0);
1257
1257
  const ret = typeof(val) === 'object' && val !== null;
package/lebai_sdk_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "rise0chen<rise0chen@163.com>"
5
5
  ],
6
6
  "description": "lebai_sdk",
7
- "version": "0.1.18",
7
+ "version": "0.1.19",
8
8
  "license": "SEE LICENSE IN LICENSE",
9
9
  "repository": {
10
10
  "type": "git",