Skip to content

Commit ced6cd6

Browse files
chore(release): 3.0.0
1 parent 454b6e3 commit ced6cd6

File tree

4 files changed

+77
-44
lines changed

4 files changed

+77
-44
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0](https://github.com/tabkram/execution-engine/compare/v2.2.3...v3.0.0) (2025-02-24)
2+
3+
### Features
4+
5+
* add `[@trace](https://github.com/trace)()`decorator in order to be able to pass a handler for execution tracing ([fd38e11](https://github.com/tabkram/execution-engine/commit/fd38e11fb198d48ba92128900aed4c05dda68009))
6+
* create standalone `execute()` and `trace()` functions ([a557d06](https://github.com/tabkram/execution-engine/commit/a557d063e2693a9d2ab8a743e93e7d61c98259af))
7+
* update `[@trace](https://github.com/trace)()`decorator executionTrace with function metadata ([5461699](https://github.com/tabkram/execution-engine/commit/54616999bfefe65087eb001d201fe143d03a7261))
8+
9+
### Bug Fixes
10+
11+
* make `narratives` parameter in `ExecutionTraceExtractor` a `Partial` transformer to maintain compatibility after adding mandatory `id: string` in `ExecutionTrace` model. ([2e4d89d](https://github.com/tabkram/execution-engine/commit/2e4d89dd3977da00e143b4febcc66404ba7c1ded))
112
## [2.2.3](https://github.com/tabkram/execution-engine/compare/v2.2.2...v2.2.3) (2025-02-20)
213

314
### 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.3",
3+
"version": "3.0.0",
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: 63 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz"
2525
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
2626

27-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9":
27+
"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.8.0", "@babel/core@>=7.0.0-beta.0 <8":
2828
version "7.26.8"
2929
resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.8.tgz"
3030
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
@@ -713,7 +713,7 @@
713713
jest-haste-map "^29.7.0"
714714
slash "^3.0.0"
715715

716-
"@jest/transform@^29.7.0":
716+
"@jest/transform@^29.0.0", "@jest/transform@^29.7.0":
717717
version "29.7.0"
718718
resolved "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz"
719719
integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==
@@ -734,7 +734,7 @@
734734
slash "^3.0.0"
735735
write-file-atomic "^4.0.2"
736736

737-
"@jest/types@^29.6.3":
737+
"@jest/types@^29.0.0", "@jest/types@^29.6.3":
738738
version "29.6.3"
739739
resolved "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz"
740740
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
@@ -786,7 +786,7 @@
786786
"@nodelib/fs.stat" "2.0.5"
787787
run-parallel "^1.1.9"
788788

789-
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
789+
"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
790790
version "2.0.5"
791791
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
792792
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
@@ -972,7 +972,7 @@
972972
dependencies:
973973
"@types/yargs-parser" "*"
974974

975-
"@typescript-eslint/eslint-plugin@8.24.1", "@typescript-eslint/eslint-plugin@^8.24.0":
975+
"@typescript-eslint/eslint-plugin@^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0", "@typescript-eslint/eslint-plugin@^8.24.0", "@typescript-eslint/eslint-plugin@8.24.1":
976976
version "8.24.1"
977977
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz"
978978
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
@@ -987,7 +987,7 @@
987987
natural-compare "^1.4.0"
988988
ts-api-utils "^2.0.1"
989989

990-
"@typescript-eslint/parser@8.24.1", "@typescript-eslint/parser@^8.24.0":
990+
"@typescript-eslint/parser@^8.0.0 || ^8.0.0-alpha.0", "@typescript-eslint/parser@^8.24.0", "@typescript-eslint/parser@8.24.1":
991991
version "8.24.1"
992992
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.1.tgz"
993993
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
@@ -1035,7 +1035,7 @@
10351035
semver "^7.6.0"
10361036
ts-api-utils "^2.0.1"
10371037

1038-
"@typescript-eslint/utils@8.24.1", "@typescript-eslint/utils@^8.13.0":
1038+
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@8.24.1":
10391039
version "8.24.1"
10401040
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.1.tgz"
10411041
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
@@ -1053,20 +1053,12 @@
10531053
"@typescript-eslint/types" "8.24.1"
10541054
eslint-visitor-keys "^4.2.0"
10551055

1056-
JSONStream@^1.3.5:
1057-
version "1.3.5"
1058-
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
1059-
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
1060-
dependencies:
1061-
jsonparse "^1.2.0"
1062-
through ">=2.2.7 <3"
1063-
10641056
acorn-jsx@^5.3.2:
10651057
version "5.3.2"
10661058
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
10671059
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
10681060

1069-
acorn@^8.14.0:
1061+
"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.14.0:
10701062
version "8.14.0"
10711063
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz"
10721064
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
@@ -1234,7 +1226,7 @@ available-typed-arrays@^1.0.7:
12341226
dependencies:
12351227
possible-typed-array-names "^1.0.0"
12361228

1237-
babel-jest@^29.7.0:
1229+
babel-jest@^29.0.0, babel-jest@^29.7.0:
12381230
version "29.7.0"
12391231
resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz"
12401232
integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==
@@ -1333,7 +1325,7 @@ braces@^3.0.3:
13331325
dependencies:
13341326
fill-range "^7.1.1"
13351327

1336-
browserslist@^4.24.0:
1328+
browserslist@^4.24.0, "browserslist@>= 4.21.0":
13371329
version "4.24.4"
13381330
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz"
13391331
integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
@@ -1478,16 +1470,16 @@ color-convert@^2.0.1:
14781470
dependencies:
14791471
color-name "~1.1.4"
14801472

1481-
color-name@1.1.3:
1482-
version "1.1.3"
1483-
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
1484-
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
1485-
14861473
color-name@~1.1.4:
14871474
version "1.1.4"
14881475
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
14891476
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
14901477

1478+
color-name@1.1.3:
1479+
version "1.1.3"
1480+
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
1481+
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
1482+
14911483
compare-func@^2.0.0:
14921484
version "2.0.0"
14931485
resolved "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz"
@@ -1635,8 +1627,8 @@ conventional-commits-parser@^5.0.0:
16351627
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz"
16361628
integrity sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==
16371629
dependencies:
1638-
JSONStream "^1.3.5"
16391630
is-text-path "^2.0.0"
1631+
JSONStream "^1.3.5"
16401632
meow "^12.0.1"
16411633
split2 "^4.0.0"
16421634

@@ -1659,7 +1651,7 @@ cosmiconfig-typescript-loader@^6.1.0:
16591651
dependencies:
16601652
jiti "^2.4.1"
16611653

1662-
cosmiconfig@^9.0.0:
1654+
cosmiconfig@^9.0.0, cosmiconfig@>=9:
16631655
version "9.0.0"
16641656
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz"
16651657
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
@@ -1957,7 +1949,7 @@ escape-string-regexp@^4.0.0:
19571949
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
19581950
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
19591951

1960-
eslint-config-prettier@^10.0.1:
1952+
eslint-config-prettier@*, eslint-config-prettier@^10.0.1:
19611953
version "10.0.1"
19621954
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz"
19631955
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
@@ -2042,7 +2034,7 @@ eslint-visitor-keys@^4.2.0:
20422034
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz"
20432035
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
20442036

2045-
eslint@^9.20.1:
2037+
"eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^8.57.0 || ^9.0.0", "eslint@^9.0.0 || ^8.0.0", eslint@^9.20.1, eslint@>=7.0.0, eslint@>=8.0.0, eslint@>=8.40.0, eslint@>=9.0.0:
20462038
version "9.20.1"
20472039
resolved "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz"
20482040
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
@@ -2172,7 +2164,7 @@ fast-glob@^3.3.2:
21722164
merge2 "^1.3.0"
21732165
micromatch "^4.0.8"
21742166

2175-
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
2167+
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0, fast-json-stable-stringify@2.x:
21762168
version "2.1.0"
21772169
resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
21782170
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
@@ -2241,7 +2233,15 @@ find-up@^2.0.0:
22412233
dependencies:
22422234
locate-path "^2.0.0"
22432235

2244-
find-up@^4.0.0, find-up@^4.1.0:
2236+
find-up@^4.0.0:
2237+
version "4.1.0"
2238+
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
2239+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
2240+
dependencies:
2241+
locate-path "^5.0.0"
2242+
path-exists "^4.0.0"
2243+
2244+
find-up@^4.1.0:
22452245
version "4.1.0"
22462246
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
22472247
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
@@ -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"
@@ -3093,7 +3088,7 @@ jest-resolve-dependencies@^29.7.0:
30933088
jest-regex-util "^29.6.3"
30943089
jest-snapshot "^29.7.0"
30953090

3096-
jest-resolve@^29.7.0:
3091+
jest-resolve@*, jest-resolve@^29.7.0:
30973092
version "29.7.0"
30983093
resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz"
30993094
integrity sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==
@@ -3237,7 +3232,7 @@ jest-worker@^29.7.0:
32373232
merge-stream "^2.0.0"
32383233
supports-color "^8.0.0"
32393234

3240-
jest@^29.7.0:
3235+
jest@^29.0.0, jest@^29.7.0:
32413236
version "29.7.0"
32423237
resolved "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz"
32433238
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
@@ -3247,7 +3242,7 @@ jest@^29.7.0:
32473242
import-local "^3.0.2"
32483243
jest-cli "^29.7.0"
32493244

3250-
jiti@^2.4.1:
3245+
jiti@*, jiti@^2.4.1:
32513246
version "2.4.2"
32523247
resolved "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz"
32533248
integrity sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==
@@ -3324,6 +3319,14 @@ jsonparse@^1.2.0:
33243319
resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz"
33253320
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
33263321

3322+
JSONStream@^1.3.5:
3323+
version "1.3.5"
3324+
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
3325+
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
3326+
dependencies:
3327+
jsonparse "^1.2.0"
3328+
through ">=2.2.7 <3"
3329+
33273330
keyv@^4.5.4:
33283331
version "4.5.4"
33293332
resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz"
@@ -3519,7 +3522,21 @@ mimic-fn@^2.1.0:
35193522
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz"
35203523
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
35213524

3522-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
3525+
minimatch@^3.0.4:
3526+
version "3.1.2"
3527+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
3528+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3529+
dependencies:
3530+
brace-expansion "^1.1.7"
3531+
3532+
minimatch@^3.1.1:
3533+
version "3.1.2"
3534+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
3535+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3536+
dependencies:
3537+
brace-expansion "^1.1.7"
3538+
3539+
minimatch@^3.1.2:
35233540
version "3.1.2"
35243541
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
35253542
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -3864,7 +3881,7 @@ prettier-linter-helpers@^1.0.0:
38643881
dependencies:
38653882
fast-diff "^1.1.2"
38663883

3867-
prettier@^3.5.1:
3884+
prettier@^3.5.1, prettier@>=3.0.0:
38683885
version "3.5.1"
38693886
resolved "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz"
38703887
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
@@ -4033,7 +4050,12 @@ safe-regex-test@^1.1.0:
40334050
es-errors "^1.3.0"
40344051
is-regex "^1.2.1"
40354052

4036-
semver@^6.3.0, semver@^6.3.1:
4053+
semver@^6.3.0:
4054+
version "6.3.1"
4055+
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
4056+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
4057+
4058+
semver@^6.3.1:
40374059
version "6.3.1"
40384060
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
40394061
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -4482,7 +4504,7 @@ typescript-eslint@^8.24.1:
44824504
"@typescript-eslint/parser" "8.24.1"
44834505
"@typescript-eslint/utils" "8.24.1"
44844506

4485-
typescript@^5.7.3:
4507+
typescript@^5.7.3, "typescript@>=4.3 <6", typescript@>=4.8.4, "typescript@>=4.8.4 <5.8.0", typescript@>=4.9.5, typescript@>=5:
44864508
version "5.7.3"
44874509
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz"
44884510
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

0 commit comments

Comments
 (0)