@temporalio/core-bridge 1.5.1 → 1.5.2
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/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/conversions.rs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporalio/core-bridge",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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
|
"@opentelemetry/api": "^1.1.0",
|
|
26
|
-
"@temporalio/common": "
|
|
26
|
+
"@temporalio/common": "^1.5.2",
|
|
27
27
|
"arg": "^5.0.2",
|
|
28
28
|
"cargo-cp-artifact": "^0.1.6",
|
|
29
29
|
"which": "^2.0.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d32adfd8537661c3740767ca1a3862392ca702e2"
|
|
52
52
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/conversions.rs
CHANGED
|
@@ -234,7 +234,7 @@ impl ObjectHandleConversionsExt for Handle<'_, JsObject> {
|
|
|
234
234
|
let metric_periodicity = Some(Duration::from_millis(js_value_getter!(
|
|
235
235
|
cx,
|
|
236
236
|
otel,
|
|
237
|
-
"
|
|
237
|
+
"metricsExportInterval",
|
|
238
238
|
JsNumber
|
|
239
239
|
) as u64));
|
|
240
240
|
telemetry_opts.metrics(MetricsExporter::Otel(OtelCollectorOptions {
|