@temporalio/core-bridge 1.5.0 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/core-bridge",
3
- "version": "1.5.0",
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": "~1.5.0",
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": "b46426d8b9b342c052d53520b50dbb991b8d5e03"
51
+ "gitHead": "d32adfd8537661c3740767ca1a3862392ca702e2"
52
52
  }
@@ -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
- "metricPeriodicity",
237
+ "metricsExportInterval",
238
238
  JsNumber
239
239
  ) as u64));
240
240
  telemetry_opts.metrics(MetricsExporter::Otel(OtelCollectorOptions {