@temporalio/core-bridge 1.13.0 → 1.13.1
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/Cargo.lock +12 -34
- package/package.json +3 -3
- package/releases/aarch64-apple-darwin/index.node +0 -0
- package/releases/aarch64-unknown-linux-gnu/index.node +0 -0
- package/releases/x86_64-apple-darwin/index.node +0 -0
- package/releases/x86_64-pc-windows-msvc/index.node +0 -0
- package/releases/x86_64-unknown-linux-gnu/index.node +0 -0
- package/src/worker.rs +2 -4
package/Cargo.lock
CHANGED
|
@@ -1332,11 +1332,11 @@ dependencies = [
|
|
|
1332
1332
|
|
|
1333
1333
|
[[package]]
|
|
1334
1334
|
name = "matchers"
|
|
1335
|
-
version = "0.
|
|
1335
|
+
version = "0.2.0"
|
|
1336
1336
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1337
|
-
checksum = "
|
|
1337
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1338
1338
|
dependencies = [
|
|
1339
|
-
"regex-automata
|
|
1339
|
+
"regex-automata",
|
|
1340
1340
|
]
|
|
1341
1341
|
|
|
1342
1342
|
[[package]]
|
|
@@ -1460,12 +1460,11 @@ dependencies = [
|
|
|
1460
1460
|
|
|
1461
1461
|
[[package]]
|
|
1462
1462
|
name = "nu-ansi-term"
|
|
1463
|
-
version = "0.
|
|
1463
|
+
version = "0.50.1"
|
|
1464
1464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1465
|
-
checksum = "
|
|
1465
|
+
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
|
|
1466
1466
|
dependencies = [
|
|
1467
|
-
"
|
|
1468
|
-
"winapi",
|
|
1467
|
+
"windows-sys 0.52.0",
|
|
1469
1468
|
]
|
|
1470
1469
|
|
|
1471
1470
|
[[package]]
|
|
@@ -1604,12 +1603,6 @@ dependencies = [
|
|
|
1604
1603
|
"windows-sys 0.59.0",
|
|
1605
1604
|
]
|
|
1606
1605
|
|
|
1607
|
-
[[package]]
|
|
1608
|
-
name = "overload"
|
|
1609
|
-
version = "0.1.1"
|
|
1610
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
1612
|
-
|
|
1613
1606
|
[[package]]
|
|
1614
1607
|
name = "parking_lot"
|
|
1615
1608
|
version = "0.12.4"
|
|
@@ -2093,17 +2086,8 @@ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
2093
2086
|
dependencies = [
|
|
2094
2087
|
"aho-corasick",
|
|
2095
2088
|
"memchr",
|
|
2096
|
-
"regex-automata
|
|
2097
|
-
"regex-syntax
|
|
2098
|
-
]
|
|
2099
|
-
|
|
2100
|
-
[[package]]
|
|
2101
|
-
name = "regex-automata"
|
|
2102
|
-
version = "0.1.10"
|
|
2103
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2104
|
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
2105
|
-
dependencies = [
|
|
2106
|
-
"regex-syntax 0.6.29",
|
|
2089
|
+
"regex-automata",
|
|
2090
|
+
"regex-syntax",
|
|
2107
2091
|
]
|
|
2108
2092
|
|
|
2109
2093
|
[[package]]
|
|
@@ -2114,15 +2098,9 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
2114
2098
|
dependencies = [
|
|
2115
2099
|
"aho-corasick",
|
|
2116
2100
|
"memchr",
|
|
2117
|
-
"regex-syntax
|
|
2101
|
+
"regex-syntax",
|
|
2118
2102
|
]
|
|
2119
2103
|
|
|
2120
|
-
[[package]]
|
|
2121
|
-
name = "regex-syntax"
|
|
2122
|
-
version = "0.6.29"
|
|
2123
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2124
|
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
2125
|
-
|
|
2126
2104
|
[[package]]
|
|
2127
2105
|
name = "regex-syntax"
|
|
2128
2106
|
version = "0.8.5"
|
|
@@ -3027,15 +3005,15 @@ dependencies = [
|
|
|
3027
3005
|
|
|
3028
3006
|
[[package]]
|
|
3029
3007
|
name = "tracing-subscriber"
|
|
3030
|
-
version = "0.3.
|
|
3008
|
+
version = "0.3.20"
|
|
3031
3009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3032
|
-
checksum = "
|
|
3010
|
+
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
|
|
3033
3011
|
dependencies = [
|
|
3034
3012
|
"matchers",
|
|
3035
3013
|
"nu-ansi-term",
|
|
3036
3014
|
"once_cell",
|
|
3037
3015
|
"parking_lot",
|
|
3038
|
-
"regex",
|
|
3016
|
+
"regex-automata",
|
|
3039
3017
|
"sharded-slab",
|
|
3040
3018
|
"thread_local",
|
|
3041
3019
|
"tracing",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporalio/core-bridge",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"description": "Temporal.io SDK Core<>Node bridge",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@grpc/grpc-js": "^1.12.4",
|
|
26
|
-
"@temporalio/common": "1.13.
|
|
26
|
+
"@temporalio/common": "1.13.1",
|
|
27
27
|
"arg": "^5.0.2",
|
|
28
28
|
"cargo-cp-artifact": "^0.1.8",
|
|
29
29
|
"which": "^4.0.0"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "7904e19bc72dcdf9eb0275ecaa585a2ff2fec072"
|
|
60
60
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/worker.rs
CHANGED
|
@@ -672,10 +672,8 @@ mod config {
|
|
|
672
672
|
self.local_activity_task_slot_supplier
|
|
673
673
|
.into_slot_supplier(&mut rbo),
|
|
674
674
|
);
|
|
675
|
-
tuner_holder
|
|
676
|
-
self.nexus_task_slot_supplier
|
|
677
|
-
.into_slot_supplier(&mut rbo)
|
|
678
|
-
);
|
|
675
|
+
tuner_holder
|
|
676
|
+
.nexus_slot_options(self.nexus_task_slot_supplier.into_slot_supplier(&mut rbo));
|
|
679
677
|
if let Some(rbo) = rbo {
|
|
680
678
|
tuner_holder.resource_based_options(rbo);
|
|
681
679
|
}
|