@builderbot/bot 1.3.2-y.0 → 1.3.4

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/dist/index.cjs +7 -7
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -31255,7 +31255,7 @@ function requireSideChannelList () {
31255
31255
  /** @type {import('./list.d.ts').listGet} */
31256
31256
  var listGet = function (objects, key) {
31257
31257
  if (!objects) {
31258
- return void 0;
31258
+ return void undefined;
31259
31259
  }
31260
31260
  var node = listGetNode(objects, key);
31261
31261
  return node && node.value;
@@ -31308,7 +31308,7 @@ function requireSideChannelList () {
31308
31308
  var root = $o && $o.next;
31309
31309
  var deletedNode = listDelete($o, key);
31310
31310
  if (deletedNode && root && root === deletedNode) {
31311
- $o = void 0;
31311
+ $o = void undefined;
31312
31312
  }
31313
31313
  return !!deletedNode;
31314
31314
  },
@@ -31322,7 +31322,7 @@ function requireSideChannelList () {
31322
31322
  if (!$o) {
31323
31323
  // Initialize the linked list as an empty node, so that we don't have to special-case handling of the first node: we can always refer to it as (previous node).next, instead of something like (list).head
31324
31324
  $o = {
31325
- next: void 0
31325
+ next: void undefined
31326
31326
  };
31327
31327
  }
31328
31328
  // eslint-disable-next-line no-extra-parens
@@ -32306,7 +32306,7 @@ function requireGetIntrinsic () {
32306
32306
  if (!allowMissing) {
32307
32307
  throw new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');
32308
32308
  }
32309
- return void 0;
32309
+ return void undefined$1;
32310
32310
  }
32311
32311
  if ($gOPD && (i + 1) >= parts.length) {
32312
32312
  var desc = $gOPD(value, part);
@@ -32410,7 +32410,7 @@ function requireSideChannelMap () {
32410
32410
  if ($m) {
32411
32411
  var result = $mapDelete($m, key);
32412
32412
  if ($mapSize($m) === 0) {
32413
- $m = void 0;
32413
+ $m = void undefined;
32414
32414
  }
32415
32415
  return result;
32416
32416
  }
@@ -32981,7 +32981,7 @@ function requireStringify () {
32981
32981
  var tmpSc = sideChannel;
32982
32982
  var step = 0;
32983
32983
  var findFlag = false;
32984
- while ((tmpSc = tmpSc.get(sentinel)) !== void 0 && !findFlag) {
32984
+ while ((tmpSc = tmpSc.get(sentinel)) !== void undefined && !findFlag) {
32985
32985
  // Where object last appeared in the ref tree
32986
32986
  var pos = tmpSc.get(object);
32987
32987
  step += 1;
@@ -33038,7 +33038,7 @@ function requireStringify () {
33038
33038
  if (encodeValuesOnly && encoder) {
33039
33039
  obj = utils.maybeMap(obj, encoder);
33040
33040
  }
33041
- objKeys = [{ value: obj.length > 0 ? obj.join(',') || null : void 0 }];
33041
+ objKeys = [{ value: obj.length > 0 ? obj.join(',') || null : void undefined }];
33042
33042
  } else if (isArray(filter)) {
33043
33043
  objKeys = filter;
33044
33044
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/bot",
3
- "version": "1.3.2-y.0",
3
+ "version": "1.3.4",
4
4
  "description": "core typescript",
5
5
  "author": "Leifer Mendez <leifer33@gmail.com>",
6
6
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
@@ -62,5 +62,5 @@
62
62
  "optionalDependencies": {
63
63
  "sharp": "0.33.3"
64
64
  },
65
- "gitHead": "244b463082570e8b48813803df74f34392205d44"
65
+ "gitHead": "cd87c245c33c8da9be9386b498d561484021c1c9"
66
66
  }