diff --git a/.changeset/add-alerts-page.md b/.changeset/add-alerts-page.md deleted file mode 100644 index 0a60b697..00000000 --- a/.changeset/add-alerts-page.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/cli": patch ---- - -Add alerts page (Shift+A) with overview and recent trigger history diff --git a/.changeset/add-cli-pattern-mining.md b/.changeset/add-cli-pattern-mining.md deleted file mode 100644 index 3c8f3b3e..00000000 --- a/.changeset/add-cli-pattern-mining.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/cli": patch ---- - -Add event pattern mining view (Shift+P) with sampled estimation and drill-down diff --git a/.changeset/add-drain-library.md b/.changeset/add-drain-library.md deleted file mode 100644 index 63506a59..00000000 --- a/.changeset/add-drain-library.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/common-utils": patch ---- - -Add Drain log template mining library (ported from browser-drain) diff --git a/.changeset/bump-otel-collector-to-0149.md b/.changeset/bump-otel-collector-to-0149.md deleted file mode 100644 index b78297e3..00000000 --- a/.changeset/bump-otel-collector-to-0149.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@hyperdx/otel-collector': minor ---- - -feat: Bump OTel Collector from 0.147.0 to 0.149.0 - -Upgrade the OpenTelemetry Collector and all its components from v0.147.0 to -v0.149.0 (core providers from v1.53.0 to v1.55.0). diff --git a/.changeset/cli-app-url-migration.md b/.changeset/cli-app-url-migration.md deleted file mode 100644 index 54012d64..00000000 --- a/.changeset/cli-app-url-migration.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@hyperdx/cli": minor ---- - -**Breaking:** Replace `-s`/`--server` flag with `-a`/`--app-url` across all CLI commands (except `upload-sourcemaps`). Users should now provide the HyperDX app URL instead of the API URL — the CLI derives the API URL by appending `/api`. - -- `hdx auth login` now prompts interactively for login method, app URL, and credentials (no flags required) -- Expired/missing sessions prompt for re-login with the last URL autofilled instead of printing an error -- Add URL input validation and post-login session verification -- Existing saved sessions are auto-migrated from `apiUrl` to `appUrl` diff --git a/.changeset/cool-pants-train.md b/.changeset/cool-pants-train.md deleted file mode 100644 index 423a4e45..00000000 --- a/.changeset/cool-pants-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/api": minor ---- - -Add an MCP (Model Context Protocol) server to the HyperDX API, enabling AI assistants (Claude, Cursor, OpenCode, etc.) to query observability data, manage dashboards, and explore data sources directly via standardized tool calls. \ No newline at end of file diff --git a/.changeset/deprecate-clickhouse-json-feature-gate.md b/.changeset/deprecate-clickhouse-json-feature-gate.md deleted file mode 100644 index 2b7aef6f..00000000 --- a/.changeset/deprecate-clickhouse-json-feature-gate.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@hyperdx/otel-collector': patch ---- - -refactor: Deprecate clickhouse.json feature gate in favor of per-exporter json config - -Replace the upstream-deprecated `--feature-gates=clickhouse.json` CLI flag with -the per-exporter `json: true` config option controlled by -`HYPERDX_OTEL_EXPORTER_CLICKHOUSE_JSON_ENABLE`. The old -`OTEL_AGENT_FEATURE_GATE_ARG` is still supported for backward compatibility but -prints a deprecation warning when `clickhouse.json` is detected. diff --git a/.changeset/early-ducks-grow.md b/.changeset/early-ducks-grow.md deleted file mode 100644 index c66ffa3c..00000000 --- a/.changeset/early-ducks-grow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperdx/common-utils": patch -"@hyperdx/api": patch -"@hyperdx/app": patch ---- - -feat: Support alerts on Raw SQL Number Charts diff --git a/.changeset/fix-copy-row-json-button.md b/.changeset/fix-copy-row-json-button.md deleted file mode 100644 index 2dfc9db7..00000000 --- a/.changeset/fix-copy-row-json-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/app": patch ---- - -fix: Fix "Copy entire row as JSON" button crashing on rows with non-string values diff --git a/.changeset/hdx-3908-validation-toast-dedupe.md b/.changeset/hdx-3908-validation-toast-dedupe.md deleted file mode 100644 index 94716165..00000000 --- a/.changeset/hdx-3908-validation-toast-dedupe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/app": patch ---- - -Dedupe source validation issue toasts so repeated source refetches update a single notification instead of stacking duplicates. diff --git a/.changeset/healthy-eyes-kiss.md b/.changeset/healthy-eyes-kiss.md deleted file mode 100644 index d1709ce7..00000000 --- a/.changeset/healthy-eyes-kiss.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@hyperdx/otel-collector": patch -"@hyperdx/common-utils": patch -"@hyperdx/api": patch -"@hyperdx/app": patch -"@hyperdx/cli": patch ---- - -feat: Add between-type alert thresholds diff --git a/.changeset/migrate-otel-collector-to-ocb.md b/.changeset/migrate-otel-collector-to-ocb.md deleted file mode 100644 index b9f7c0b2..00000000 --- a/.changeset/migrate-otel-collector-to-ocb.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@hyperdx/otel-collector': minor ---- - -feat: Migrate OTel Collector build to use OCB (OpenTelemetry Collector Builder) - -Replace the pre-built otel/opentelemetry-collector-contrib image with a custom -binary built via OCB. This enables adding custom receiver/processor components -in the future while including only the components HyperDX needs. The collector -version is now centralized in `.env` via `OTEL_COLLECTOR_VERSION` and -`OTEL_COLLECTOR_CORE_VERSION`, with `builder-config.yaml` using templatized -placeholders substituted at Docker build time. diff --git a/.changeset/open-trace-in-browser.md b/.changeset/open-trace-in-browser.md deleted file mode 100644 index 90ac0659..00000000 --- a/.changeset/open-trace-in-browser.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/cli": patch ---- - -Add `o` keybinding to open the current trace/span in the HyperDX web app from the TUI. Deep-links to the exact view with side panel, tab, and span selection preserved. Works for both trace and log sources. diff --git a/.changeset/optimize-trace-waterfall.md b/.changeset/optimize-trace-waterfall.md deleted file mode 100644 index ab8f7e1b..00000000 --- a/.changeset/optimize-trace-waterfall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/cli": patch ---- - -Optimize event detail and trace waterfall queries; add trace detail page and waterfall scrolling diff --git a/.changeset/otel-collector-add-core-extensions.md b/.changeset/otel-collector-add-core-extensions.md deleted file mode 100644 index 5bb6904f..00000000 --- a/.changeset/otel-collector-add-core-extensions.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@hyperdx/otel-collector': minor ---- - -feat: Add missing core extensions, commonly-used contrib processors/receivers, and filestorage extension - -Add the two missing core extensions (memorylimiterextension, zpagesextension), -12 commonly-used contrib processors (attributes, filter, resource, k8sattributes, -tailsampling, probabilisticsampler, span, groupbyattrs, redaction, logdedup, -metricstransform, cumulativetodelta), 4 commonly-used contrib receivers -(filelog, dockerstats, k8scluster, kubeletstats), and the filestorage extension -(used for persistent sending queue in the clickhouse exporter) to -builder-config.yaml. diff --git a/.changeset/polite-grapes-cross.md b/.changeset/polite-grapes-cross.md deleted file mode 100644 index e3781c6d..00000000 --- a/.changeset/polite-grapes-cross.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@hyperdx/common-utils": patch -"@hyperdx/api": patch -"@hyperdx/app": patch -"@hyperdx/cli": patch ---- - -feat: Add additional alert threshold types diff --git a/.changeset/serious-chicken-hammer.md b/.changeset/serious-chicken-hammer.md deleted file mode 100644 index bb3d3471..00000000 --- a/.changeset/serious-chicken-hammer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperdx/common-utils": minor -"@hyperdx/api": minor -"@hyperdx/app": minor ---- - -Introduces Shared Filters, enabling teams to pin and surface common filters across all members. \ No newline at end of file diff --git a/.changeset/shaggy-tigers-tan.md b/.changeset/shaggy-tigers-tan.md deleted file mode 100644 index 6b117e3b..00000000 --- a/.changeset/shaggy-tigers-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/app": patch ---- - -feat: Add Python Runtime Metrics dashboard template diff --git a/.changeset/sharp-emus-reflect.md b/.changeset/sharp-emus-reflect.md deleted file mode 100644 index 46d3165a..00000000 --- a/.changeset/sharp-emus-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/common-utils": patch ---- - -fix: Skip rendering empty SQL dashboard filter diff --git a/.changeset/short-badgers-applaud.md b/.changeset/short-badgers-applaud.md deleted file mode 100644 index 6e47923d..00000000 --- a/.changeset/short-badgers-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperdx/common-utils": patch -"@hyperdx/api": patch -"@hyperdx/app": patch ---- - -feat: Implement alerting for Raw SQL-based dashboard tiles diff --git a/.changeset/short-tools-sleep.md b/.changeset/short-tools-sleep.md deleted file mode 100644 index fd2fd4c0..00000000 --- a/.changeset/short-tools-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/app": patch ---- - -fix: time selector always resets to 00:00 diff --git a/.changeset/silly-readers-sing.md b/.changeset/silly-readers-sing.md deleted file mode 100644 index 53c32966..00000000 --- a/.changeset/silly-readers-sing.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperdx/common-utils": patch -"@hyperdx/api": patch -"@hyperdx/app": patch ---- - -feat: Show alert execution errors in the UI diff --git a/.changeset/silly-toes-cough.md b/.changeset/silly-toes-cough.md deleted file mode 100644 index 6c9dfdc9..00000000 --- a/.changeset/silly-toes-cough.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperdx/common-utils": patch -"@hyperdx/api": patch -"@hyperdx/app": patch ---- - -feat: Add alert history + ack to alert editor diff --git a/.changeset/thirty-students-exist.md b/.changeset/thirty-students-exist.md deleted file mode 100644 index 0237fb0b..00000000 --- a/.changeset/thirty-students-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperdx/app": patch ---- - -Allow manually constructed /trace URLs to land in the existing search experience with the trace viewer opened from URL state. This keeps trace deep links user-friendly while reusing the search page for source selection, not-found handling, and trace inspection. diff --git a/.changeset/upgrade-mantine-v9.md b/.changeset/upgrade-mantine-v9.md deleted file mode 100644 index d73466e6..00000000 --- a/.changeset/upgrade-mantine-v9.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperdx/app': minor ---- - -Upgrade Mantine from v7 to v9 and remove react-hook-form-mantine dependency diff --git a/.env b/.env index b52fe0f0..cb3df61b 100644 --- a/.env +++ b/.env @@ -8,8 +8,8 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector -CODE_VERSION=2.23.2 -IMAGE_VERSION_SUB_TAG=.23.2 +CODE_VERSION=2.24.0 +IMAGE_VERSION_SUB_TAG=.24.0 IMAGE_VERSION=2 IMAGE_NIGHTLY_TAG=2-nightly IMAGE_LATEST_TAG=latest diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index d333121e..fd9a8ab1 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,31 @@ # @hyperdx/api +## 2.24.0 + +### Minor Changes + +- 9781ae63: Add an MCP (Model Context Protocol) server to the HyperDX API, enabling AI assistants (Claude, Cursor, OpenCode, etc.) to query observability data, manage dashboards, and explore data sources directly via standardized tool calls. +- 5885d479: Introduces Shared Filters, enabling teams to pin and surface common filters across all members. + +### Patch Changes + +- 1fada918: feat: Support alerts on Raw SQL Number Charts +- 7953c028: feat: Add between-type alert thresholds +- d3a61f9b: feat: Add additional alert threshold types +- 085f3074: feat: Implement alerting for Raw SQL-based dashboard tiles +- 3c057720: feat: Show alert execution errors in the UI +- 6ff1ba60: feat: Add alert history + ack to alert editor +- Updated dependencies [418f70c5] +- Updated dependencies [1fada918] +- Updated dependencies [7953c028] +- Updated dependencies [d3a61f9b] +- Updated dependencies [5885d479] +- Updated dependencies [cc714f90] +- Updated dependencies [085f3074] +- Updated dependencies [3c057720] +- Updated dependencies [6ff1ba60] + - @hyperdx/common-utils@0.18.0 + ## 2.23.2 ## 2.23.1 diff --git a/packages/api/package.json b/packages/api/package.json index 2000c642..54dadc72 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hyperdx/api", - "version": "2.23.2", + "version": "2.24.0", "license": "MIT", "private": true, "engines": { @@ -10,7 +10,7 @@ "@ai-sdk/anthropic": "^3.0.58", "@ai-sdk/openai": "^3.0.47", "@esm2cjs/p-queue": "^7.3.0", - "@hyperdx/common-utils": "^0.17.1", + "@hyperdx/common-utils": "^0.18.0", "@hyperdx/node-opentelemetry": "^0.9.0", "@hyperdx/passport-local-mongoose": "^9.0.1", "@modelcontextprotocol/sdk": "^1.27.1", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 84f635db..19a826f3 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,36 @@ # @hyperdx/app +## 2.24.0 + +### Minor Changes + +- 5885d479: Introduces Shared Filters, enabling teams to pin and surface common filters across all members. +- 0bfec148: Upgrade Mantine from v7 to v9 and remove react-hook-form-mantine dependency + +### Patch Changes + +- 1fada918: feat: Support alerts on Raw SQL Number Charts +- c4a1311e: fix: Fix "Copy entire row as JSON" button crashing on rows with non-string values +- a5869f0e: Dedupe source validation issue toasts so repeated source refetches update a single notification instead of stacking duplicates. +- 7953c028: feat: Add between-type alert thresholds +- d3a61f9b: feat: Add additional alert threshold types +- 5149fabd: feat: Add Python Runtime Metrics dashboard template +- 085f3074: feat: Implement alerting for Raw SQL-based dashboard tiles +- 739fe140: fix: time selector always resets to 00:00 +- 3c057720: feat: Show alert execution errors in the UI +- 6ff1ba60: feat: Add alert history + ack to alert editor +- 4ca1d472: Allow manually constructed /trace URLs to land in the existing search experience with the trace viewer opened from URL state. This keeps trace deep links user-friendly while reusing the search page for source selection, not-found handling, and trace inspection. +- Updated dependencies [418f70c5] +- Updated dependencies [1fada918] +- Updated dependencies [7953c028] +- Updated dependencies [d3a61f9b] +- Updated dependencies [5885d479] +- Updated dependencies [cc714f90] +- Updated dependencies [085f3074] +- Updated dependencies [3c057720] +- Updated dependencies [6ff1ba60] + - @hyperdx/common-utils@0.18.0 + ## 2.23.2 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index b69b84be..a8ec39b8 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@hyperdx/app", - "version": "2.23.2", + "version": "2.24.0", "private": true, "license": "MIT", "engines": { @@ -34,7 +34,7 @@ "@dagrejs/dagre": "^1.1.5", "@hookform/resolvers": "^3.9.0", "@hyperdx/browser": "^0.22.0", - "@hyperdx/common-utils": "^0.17.1", + "@hyperdx/common-utils": "^0.18.0", "@hyperdx/node-opentelemetry": "^0.9.0", "@mantine/core": "^9.0.0", "@mantine/dates": "^9.0.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2bd3102e..659a152d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,25 @@ # @hyperdx/cli +## 0.3.0 + +### Minor Changes + +- 4dea3621: **Breaking:** Replace `-s`/`--server` flag with `-a`/`--app-url` across all CLI commands (except `upload-sourcemaps`). Users should now provide the HyperDX app URL instead of the API URL — the CLI derives the API URL by appending `/api`. + + - `hdx auth login` now prompts interactively for login method, app URL, and credentials (no flags required) + - Expired/missing sessions prompt for re-login with the last URL autofilled instead of printing an error + - Add URL input validation and post-login session verification + - Existing saved sessions are auto-migrated from `apiUrl` to `appUrl` + +### Patch Changes + +- 7a9882d4: Add alerts page (Shift+A) with overview and recent trigger history +- 418f70c5: Add event pattern mining view (Shift+P) with sampled estimation and drill-down +- 7953c028: feat: Add between-type alert thresholds +- fe3ab41c: Add `o` keybinding to open the current trace/span in the HyperDX web app from the TUI. Deep-links to the exact view with side panel, tab, and span selection preserved. Works for both trace and log sources. +- 07bb29e9: Optimize event detail and trace waterfall queries; add trace detail page and waterfall scrolling +- d3a61f9b: feat: Add additional alert threshold types + ## 0.2.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 230af9b9..80c7c70e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hyperdx/cli", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "type": "module", "publishConfig": { @@ -28,7 +28,7 @@ "devDependencies": { "@clickhouse/client": "^1.12.1", "@clickhouse/client-common": "^1.12.1", - "@hyperdx/common-utils": "^0.17.1", + "@hyperdx/common-utils": "^0.18.0", "@types/crypto-js": "^4.2.2", "@types/react": "^19.0.0", "@types/sqlstring": "^2.3.2", diff --git a/packages/common-utils/CHANGELOG.md b/packages/common-utils/CHANGELOG.md index 5d30596e..acbb8d8a 100644 --- a/packages/common-utils/CHANGELOG.md +++ b/packages/common-utils/CHANGELOG.md @@ -1,5 +1,22 @@ # @hyperdx/common-utils +## 0.18.0 + +### Minor Changes + +- 5885d479: Introduces Shared Filters, enabling teams to pin and surface common filters across all members. + +### Patch Changes + +- 418f70c5: Add Drain log template mining library (ported from browser-drain) +- 1fada918: feat: Support alerts on Raw SQL Number Charts +- 7953c028: feat: Add between-type alert thresholds +- d3a61f9b: feat: Add additional alert threshold types +- cc714f90: fix: Skip rendering empty SQL dashboard filter +- 085f3074: feat: Implement alerting for Raw SQL-based dashboard tiles +- 3c057720: feat: Show alert execution errors in the UI +- 6ff1ba60: feat: Add alert history + ack to alert editor + ## 0.17.1 ### Patch Changes diff --git a/packages/common-utils/package.json b/packages/common-utils/package.json index 221e68b0..9131df7b 100644 --- a/packages/common-utils/package.json +++ b/packages/common-utils/package.json @@ -1,7 +1,7 @@ { "name": "@hyperdx/common-utils", "description": "Common utilities for HyperDX application", - "version": "0.17.1", + "version": "0.18.0", "license": "MIT", "private": true, "files": [ diff --git a/packages/otel-collector/CHANGELOG.md b/packages/otel-collector/CHANGELOG.md index bc743da5..5b2d8831 100644 --- a/packages/otel-collector/CHANGELOG.md +++ b/packages/otel-collector/CHANGELOG.md @@ -1,5 +1,45 @@ # @hyperdx/otel-collector +## 2.24.0 + +### Minor Changes + +- 28f374ef: feat: Bump OTel Collector from 0.147.0 to 0.149.0 + + Upgrade the OpenTelemetry Collector and all its components from v0.147.0 to + v0.149.0 (core providers from v1.53.0 to v1.55.0). + +- 28f374ef: feat: Migrate OTel Collector build to use OCB (OpenTelemetry Collector Builder) + + Replace the pre-built otel/opentelemetry-collector-contrib image with a custom + binary built via OCB. This enables adding custom receiver/processor components + in the future while including only the components HyperDX needs. The collector + version is now centralized in `.env` via `OTEL_COLLECTOR_VERSION` and + `OTEL_COLLECTOR_CORE_VERSION`, with `builder-config.yaml` using templatized + placeholders substituted at Docker build time. + +- 0a4fb15d: feat: Add missing core extensions, commonly-used contrib processors/receivers, and filestorage extension + + Add the two missing core extensions (memorylimiterextension, zpagesextension), + 12 commonly-used contrib processors (attributes, filter, resource, k8sattributes, + tailsampling, probabilisticsampler, span, groupbyattrs, redaction, logdedup, + metricstransform, cumulativetodelta), 4 commonly-used contrib receivers + (filelog, dockerstats, k8scluster, kubeletstats), and the filestorage extension + (used for persistent sending queue in the clickhouse exporter) to + builder-config.yaml. + +### Patch Changes + +- cb841457: refactor: Deprecate clickhouse.json feature gate in favor of per-exporter json config + + Replace the upstream-deprecated `--feature-gates=clickhouse.json` CLI flag with + the per-exporter `json: true` config option controlled by + `HYPERDX_OTEL_EXPORTER_CLICKHOUSE_JSON_ENABLE`. The old + `OTEL_AGENT_FEATURE_GATE_ARG` is still supported for backward compatibility but + prints a deprecation warning when `clickhouse.json` is detected. + +- 7953c028: feat: Add between-type alert thresholds + ## 2.23.2 ## 2.23.1 diff --git a/packages/otel-collector/package.json b/packages/otel-collector/package.json index 6a9efa22..3898c415 100644 --- a/packages/otel-collector/package.json +++ b/packages/otel-collector/package.json @@ -1,7 +1,7 @@ { "name": "@hyperdx/otel-collector", "description": "HyperDX OpenTelemetry Collector configuration and Docker image", - "version": "2.23.2", + "version": "2.24.0", "license": "MIT", "private": true } diff --git a/yarn.lock b/yarn.lock index 5da6ed96..0cceeda7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4280,7 +4280,7 @@ __metadata: "@ai-sdk/anthropic": "npm:^3.0.58" "@ai-sdk/openai": "npm:^3.0.47" "@esm2cjs/p-queue": "npm:^7.3.0" - "@hyperdx/common-utils": "npm:^0.17.1" + "@hyperdx/common-utils": "npm:^0.18.0" "@hyperdx/node-opentelemetry": "npm:^0.9.0" "@hyperdx/passport-local-mongoose": "npm:^9.0.1" "@modelcontextprotocol/sdk": "npm:^1.27.1" @@ -4365,7 +4365,7 @@ __metadata: "@eslint/compat": "npm:^2.0.0" "@hookform/resolvers": "npm:^3.9.0" "@hyperdx/browser": "npm:^0.22.0" - "@hyperdx/common-utils": "npm:^0.17.1" + "@hyperdx/common-utils": "npm:^0.18.0" "@hyperdx/node-opentelemetry": "npm:^0.9.0" "@jedmao/location": "npm:^3.0.0" "@mantine/core": "npm:^9.0.0" @@ -4495,7 +4495,7 @@ __metadata: dependencies: "@clickhouse/client": "npm:^1.12.1" "@clickhouse/client-common": "npm:^1.12.1" - "@hyperdx/common-utils": "npm:^0.17.1" + "@hyperdx/common-utils": "npm:^0.18.0" "@types/crypto-js": "npm:^4.2.2" "@types/react": "npm:^19.0.0" "@types/sqlstring": "npm:^2.3.2" @@ -4517,7 +4517,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperdx/common-utils@npm:^0.17.1, @hyperdx/common-utils@workspace:packages/common-utils": +"@hyperdx/common-utils@npm:^0.18.0, @hyperdx/common-utils@workspace:packages/common-utils": version: 0.0.0-use.local resolution: "@hyperdx/common-utils@workspace:packages/common-utils" dependencies: