@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
@@ -28,9 +28,9 @@ function $tlsCOROUTINE$() {
28
28
  class $ extends CoroutineImpl() {
29
29
  constructor(_this__u8e3s4, coroutineContext, config, resultContinuation) {
30
30
  super(resultContinuation);
31
- this.v6z_1 = _this__u8e3s4;
32
- this.w6z_1 = coroutineContext;
33
- this.x6z_1 = config;
31
+ this.w6z_1 = _this__u8e3s4;
32
+ this.x6z_1 = coroutineContext;
33
+ this.y6z_1 = config;
34
34
  }
35
35
  ic() {
36
36
  var suspendResult = this.cc_1;
@@ -42,14 +42,14 @@ function $tlsCOROUTINE$() {
42
42
  this.bc_1 = 3;
43
43
  this.bc_1 = 2;
44
44
  this.ac_1 = 1;
45
- suspendResult = openTLSSession(this.v6z_1.s6w_1, this.v6z_1.t6w_1, this.v6z_1.u6w_1, this.x6z_1, this.w6z_1, this);
45
+ suspendResult = openTLSSession(this.w6z_1.t6w_1, this.w6z_1.u6w_1, this.w6z_1.v6w_1, this.y6z_1, this.x6z_1, this);
46
46
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
47
47
  return suspendResult;
48
48
  }
49
49
 
50
50
  continue $sm;
51
51
  case 1:
52
- this.y6z_1 = suspendResult;
52
+ this.z6z_1 = suspendResult;
53
53
  this.bc_1 = 3;
54
54
  this.ac_1 = 4;
55
55
  continue $sm;
@@ -59,9 +59,9 @@ function $tlsCOROUTINE$() {
59
59
  if (tmp_0 instanceof Error) {
60
60
  var cause = this.dc_1;
61
61
  var tmp_1 = this;
62
- this.v6z_1.t6w_1.l3b(cause);
63
- close(this.v6z_1.u6w_1, cause);
64
- this.v6z_1.s6w_1.v5();
62
+ this.w6z_1.u6w_1.l3b(cause);
63
+ close(this.w6z_1.v6w_1, cause);
64
+ this.w6z_1.t6w_1.v5();
65
65
  throw cause;
66
66
  } else {
67
67
  throw this.dc_1;
@@ -71,7 +71,7 @@ function $tlsCOROUTINE$() {
71
71
  throw this.dc_1;
72
72
  case 4:
73
73
  this.bc_1 = 3;
74
- return this.y6z_1;
74
+ return this.z6z_1;
75
75
  }
76
76
  } catch ($p) {
77
77
  var e = $p;
@@ -10,7 +10,7 @@ function TLSConfigBuilder() {
10
10
  if (TLSConfigBuilderClass === VOID) {
11
11
  class $ {
12
12
  constructor() {
13
- this.m6z_1 = null;
13
+ this.n6z_1 = null;
14
14
  }
15
15
  z1i() {
16
16
  return new (TLSConfig())();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@attocash/commons-js",
3
- "version": "5.2.2",
3
+ "version": "5.3.0",
4
4
  "main": "index.mjs",
5
5
  "types": "index.d.ts",
6
6
  "devDependencies": {