From b7292cb9be5778dec41049e5bc78e54124f4f52e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 12:39:11 +0000 Subject: [PATCH] Version Packages --- .changeset/remove-uuid-dep.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/remove-uuid-dep.md diff --git a/.changeset/remove-uuid-dep.md b/.changeset/remove-uuid-dep.md deleted file mode 100644 index 3c33cbe..0000000 --- a/.changeset/remove-uuid-dep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@statelyai/inspect': patch ---- - -Remove the `uuid` dependency in favor of the platform-native `crypto.randomUUID()`, clearing CVE-2026-41907 flagged by downstream security scanners. A `#uuid` subpath import resolves to `node:crypto` in Node and the global `crypto` in browser/worker environments. diff --git a/CHANGELOG.md b/CHANGELOG.md index ba01ef6..7f07534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @statelyai/inspect +## 0.7.2 + +### Patch Changes + +- [#56](https://github.com/statelyai/inspect/pull/56) [`816a1a1`](https://github.com/statelyai/inspect/commit/816a1a1e8feed4fd7aa5d103d64a261873c5fd72) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Remove the `uuid` dependency in favor of the platform-native `crypto.randomUUID()`, clearing CVE-2026-41907 flagged by downstream security scanners. A `#uuid` subpath import resolves to `node:crypto` in Node and the global `crypto` in browser/worker environments. + ## 0.7.1 ### Patch Changes diff --git a/package.json b/package.json index 3f627a5..d0346d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@statelyai/inspect", "packageManager": "pnpm@10.28.2", "type": "module", - "version": "0.7.1", + "version": "0.7.2", "description": "Inspection utilities for state, actors, workflows, and state machines.", "author": "David Khourshid ", "license": "MIT",