@attocash/commons-js 5.2.2 → 5.3.0

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 (48) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +3 -3
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
  3. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +1 -0
  4. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +7 -0
  5. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
  6. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  7. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
  8. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
  9. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  10. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +6 -6
  11. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +7 -0
  12. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  13. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.ts +7 -1
  14. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +12 -0
  15. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -1
  16. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +92 -0
  17. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  18. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +273 -271
  19. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  20. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +74 -74
  21. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +2 -2
  22. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  23. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +28 -28
  24. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +35 -35
  25. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  26. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  27. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +2 -2
  28. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +47 -47
  29. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  30. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +21 -21
  31. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  32. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +192 -192
  33. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +8 -8
  34. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +187 -187
  35. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  36. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  37. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +39 -39
  38. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +87 -87
  39. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  40. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +23 -23
  41. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +4 -4
  42. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  43. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  44. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  45. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  46. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  47. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  48. package/package.json +1 -1
@@ -23,17 +23,17 @@ function RequestTask() {
23
23
  if (RequestTaskClass === VOID) {
24
24
  class $ {
25
25
  constructor(request, response, context) {
26
- this.a79_1 = request;
27
- this.b79_1 = response;
28
- this.c79_1 = context;
26
+ this.b79_1 = request;
27
+ this.c79_1 = response;
28
+ this.d79_1 = context;
29
29
  }
30
30
  toString() {
31
- return 'RequestTask(request=' + this.a79_1.toString() + ', response=' + toString(this.b79_1) + ', context=' + toString(this.c79_1) + ')';
31
+ return 'RequestTask(request=' + this.b79_1.toString() + ', response=' + toString(this.c79_1) + ', context=' + toString(this.d79_1) + ')';
32
32
  }
33
33
  hashCode() {
34
- var result = hashCode(this.a79_1);
35
- result = imul(result, 31) + hashCode(this.b79_1) | 0;
34
+ var result = hashCode(this.b79_1);
36
35
  result = imul(result, 31) + hashCode(this.c79_1) | 0;
36
+ result = imul(result, 31) + hashCode(this.d79_1) | 0;
37
37
  return result;
38
38
  }
39
39
  equals(other) {
@@ -42,12 +42,12 @@ function RequestTask() {
42
42
  if (!(other instanceof RequestTask()))
43
43
  return false;
44
44
  var tmp0_other_with_cast = other instanceof RequestTask() ? other : THROW_CCE();
45
- if (!equals(this.a79_1, tmp0_other_with_cast.a79_1))
46
- return false;
47
45
  if (!equals(this.b79_1, tmp0_other_with_cast.b79_1))
48
46
  return false;
49
47
  if (!equals(this.c79_1, tmp0_other_with_cast.c79_1))
50
48
  return false;
49
+ if (!equals(this.d79_1, tmp0_other_with_cast.d79_1))
50
+ return false;
51
51
  return true;
52
52
  }
53
53
  }