@attocash/commons-js 5.2.2 → 5.4.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 (59) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
  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-core/cash/atto/commons/AttoWork.mjs +16 -0
  11. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  12. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +6 -6
  13. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +7 -0
  14. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  15. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.ts +7 -1
  16. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +12 -0
  17. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -1
  18. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +92 -0
  19. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  20. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +273 -271
  21. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  22. package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.mjs → AttoNodeOperationsJsImpl.js.export.mjs} +2 -2
  23. package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.mjs → AttoNodeOperationsJsImpl.js.mjs} +75 -75
  24. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsJsImpl.js.mjs.map +1 -0
  25. package/commons-commons-node-remote.mjs +1 -1
  26. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +4 -20
  27. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
  28. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  29. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +28 -28
  30. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +35 -35
  31. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  32. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  33. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
  34. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +2 -2
  35. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +47 -47
  36. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  37. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +21 -21
  38. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  39. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +192 -192
  40. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +8 -8
  41. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +187 -187
  42. package/ktor-ktor-network/io/ktor/network/selector/SelectorManager.jsAndWasmShared.mjs +2 -2
  43. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  44. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  45. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +39 -39
  46. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +89 -89
  47. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  48. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +23 -23
  49. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +4 -4
  50. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  51. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  52. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  53. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  54. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  55. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  56. package/package.json +1 -1
  57. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +0 -1
  58. /package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.d.ts → AttoNodeOperationsJsImpl.js.export.d.ts} +0 -0
  59. /package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.mjs.map → AttoNodeOperationsJsImpl.js.export.mjs.map} +0 -0
@@ -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
  }