@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.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +1 -0
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +7 -0
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +16 -0
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +6 -6
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +7 -0
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.ts +7 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +12 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +92 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +273 -271
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.mjs → AttoNodeOperationsJsImpl.js.export.mjs} +2 -2
- package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.mjs → AttoNodeOperationsJsImpl.js.mjs} +75 -75
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsJsImpl.js.mjs.map +1 -0
- package/commons-commons-node-remote.mjs +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +4 -20
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +28 -28
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +35 -35
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +2 -2
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +47 -47
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +21 -21
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +192 -192
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +8 -8
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +187 -187
- package/ktor-ktor-network/io/ktor/network/selector/SelectorManager.jsAndWasmShared.mjs +2 -2
- package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
- package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +39 -39
- package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +89 -89
- package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +23 -23
- package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +4 -4
- package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
- package/package.json +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +0 -1
- /package/commons-commons-node-remote/cash/atto/commons/node/{AttoNodeOperationsImpl.js.export.d.ts → AttoNodeOperationsJsImpl.js.export.d.ts} +0 -0
- /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.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
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.
|
|
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.
|
|
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
|
}
|