Skip to content

Commit e8a22c0

Browse files
chore(release): 2.2.3
1 parent 81b663d commit e8a22c0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.2.3](https://github.com/tabkram/execution-engine/compare/v2.2.2...v2.2.3) (2025-02-20)
2+
3+
### Features
4+
5+
* ensure trace errors are safe, avoid circular references and serialization issues ([3aa373f](https://github.com/tabkram/execution-engine/commit/3aa373f24560676e9d0c5e015ec5016ccd3db011))
16
## [2.2.2](https://github.com/tabkram/execution-engine/compare/v2.2.1...v2.2.2) (2025-02-20)
27

38
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "execution-engine",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "A TypeScript library for tracing and visualizing code execution workflows.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,11 +2291,6 @@ fs.realpath@^1.0.0:
22912291
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
22922292
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
22932293

2294-
fsevents@^2.3.2:
2295-
version "2.3.3"
2296-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
2297-
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2298-
22992294
function-bind@^1.1.2:
23002295
version "1.1.2"
23012296
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"

0 commit comments

Comments
 (0)