@temporalio/core-bridge
Advanced tools
Comparing version 1.3.0 to 1.4.0
import { SpanContext } from '@opentelemetry/api'; | ||
import { TLSConfig } from '@temporalio/internal-non-workflow-common'; | ||
import { TLSConfig } from '@temporalio/common/lib/internal-non-workflow'; | ||
@@ -113,4 +113,10 @@ export { TLSConfig }; | ||
* Metrics exporters supported by Core | ||
* | ||
* `temporality` is the type of aggregation temporality for metric export. Applies to both Prometheus and OpenTelemetry exporters. | ||
* | ||
* See the [OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/ce50e4634efcba8da445cc23523243cb893905cb/specification/metrics/datamodel.md#temporality) for more information. | ||
*/ | ||
export type MetricsExporter = PrometheusMetricsExporter | OtelCollectorExporter; | ||
export type MetricsExporter = { | ||
temporality?: 'cumulative' | 'delta'; | ||
} & (PrometheusMetricsExporter | OtelCollectorExporter); | ||
@@ -117,0 +123,0 @@ /** |
{ | ||
"name": "@temporalio/core-bridge", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Temporal.io SDK Core<>Node bridge", | ||
@@ -23,3 +23,2 @@ "main": "index.js", | ||
"@opentelemetry/api": "^1.1.0", | ||
"@temporalio/internal-non-workflow-common": "^1.3.0", | ||
"arg": "^5.0.2", | ||
@@ -47,3 +46,3 @@ "cargo-cp-artifact": "^0.1.6", | ||
}, | ||
"gitHead": "966d51d3545a5e84102190f5b762160b9dfe99c2" | ||
"gitHead": "4b757ebbc052f327cc37e5693f46c8127c156b0c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
4
262
526
5
94823418
- Removed@protobufjs/aspromise@1.1.2(transitive)
- Removed@protobufjs/base64@1.1.2(transitive)
- Removed@protobufjs/codegen@2.0.4(transitive)
- Removed@protobufjs/eventemitter@1.1.0(transitive)
- Removed@protobufjs/fetch@1.1.0(transitive)
- Removed@protobufjs/float@1.0.2(transitive)
- Removed@protobufjs/inquire@1.1.0(transitive)
- Removed@protobufjs/path@1.1.2(transitive)
- Removed@protobufjs/pool@1.1.0(transitive)
- Removed@protobufjs/utf8@1.1.0(transitive)
- Removed@temporalio/common@1.3.1(transitive)
- Removed@temporalio/internal-non-workflow-common@1.3.1(transitive)
- Removed@temporalio/internal-workflow-common@1.3.1(transitive)
- Removed@temporalio/proto@1.3.1(transitive)
- Removed@types/node@22.13.1(transitive)
- Removedlong@5.3.0(transitive)
- Removedms@2.1.3(transitive)
- Removedproto3-json-serializer@1.1.1(transitive)
- Removedprotobufjs@7.4.0(transitive)
- Removedundici-types@6.20.0(transitive)