From 8b3651b93bd2b77f26f333098a354ec8972397b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:37:40 +0000 Subject: [PATCH] v0.32.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/app/CHANGELOG.md | 11 +++++++++++ packages/app/package.json | 14 +++++++------- packages/assert/CHANGELOG.md | 8 ++++++++ packages/assert/package.json | 6 +++--- packages/async/CHANGELOG.md | 8 ++++++++ packages/async/package.json | 8 ++++---- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 8 ++++---- packages/date/CHANGELOG.md | 11 +++++++++++ packages/date/package.json | 6 +++--- packages/fs/CHANGELOG.md | 8 ++++++++ packages/fs/package.json | 8 ++++---- packages/input/CHANGELOG.md | 8 ++++++++ packages/input/package.json | 8 ++++---- packages/is/CHANGELOG.md | 8 ++++++++ packages/is/package.json | 4 ++-- packages/queue/CHANGELOG.md | 8 ++++++++ packages/queue/package.json | 8 ++++---- packages/task/CHANGELOG.md | 8 ++++++++ packages/task/package.json | 12 ++++++------ packages/type/CHANGELOG.md | 8 ++++++++ packages/type/package.json | 2 +- packages/unit/CHANGELOG.md | 8 ++++++++ packages/unit/package.json | 12 ++++++------ packages/util/CHANGELOG.md | 8 ++++++++ packages/util/package.json | 10 +++++----- packages/web/CHANGELOG.md | 11 +++++++++++ packages/web/package.json | 14 +++++++------- packages/ws/CHANGELOG.md | 8 ++++++++ packages/ws/package.json | 18 +++++++++--------- 32 files changed, 218 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36860f80..9176a105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + + +### Bug Fixes + +* temp disable lint ([1205616](https://github.com/izatop/bunt/commit/1205616aaa3d6d28a1c3f1819e57bdeba69a29fc)) + + +### Features + +* xdate patch, update deps ([943c145](https://github.com/izatop/bunt/commit/943c145998637d6495c58ec0d687e2e1482a3d35)) + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) diff --git a/lerna.json b/lerna.json index 29236a53..e7da7dc3 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ ] } }, - "version": "0.31.0" + "version": "0.32.0" } \ No newline at end of file diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 471ee314..004a68c4 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + + +### Features + +* xdate patch, update deps ([943c145](https://github.com/izatop/bunt/commit/943c145998637d6495c58ec0d687e2e1482a3d35)) + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) diff --git a/packages/app/package.json b/packages/app/package.json index bbba781d..ff54947f 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/app", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,12 +33,12 @@ "access": "public" }, "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/async": "^0.31.0", - "@bunt/input": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/unit": "^0.31.0", - "@bunt/util": "^0.31.0", + "@bunt/assert": "^0.32.0", + "@bunt/async": "^0.32.0", + "@bunt/input": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/unit": "^0.32.0", + "@bunt/util": "^0.32.0", "@types/busboy": "^1.5.4", "busboy": "^1.6.0", "path-to-regexp": "^8.2.0" diff --git a/packages/assert/CHANGELOG.md b/packages/assert/CHANGELOG.md index 2493917f..8e21d62a 100644 --- a/packages/assert/CHANGELOG.md +++ b/packages/assert/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/assert + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/assert diff --git a/packages/assert/package.json b/packages/assert/package.json index 19251a46..f436480f 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/assert", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,8 +33,8 @@ "access": "public" }, "dependencies": { - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0" + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0" }, "license": "MIT" } diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index 1066202c..ec129645 100644 --- a/packages/async/CHANGELOG.md +++ b/packages/async/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/async + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/async diff --git a/packages/async/package.json b/packages/async/package.json index 2f53d15f..a7cd1d6a 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/async", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript", "async" @@ -31,9 +31,9 @@ "description": "Async utils", "repository": "git@github.com:izatop/bunt.git", "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0" + "@bunt/assert": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0" }, "publishConfig": { "access": "public" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 23e4f325..6804af57 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + + +### Features + +* xdate patch, update deps ([943c145](https://github.com/izatop/bunt/commit/943c145998637d6495c58ec0d687e2e1482a3d35)) + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) diff --git a/packages/cli/package.json b/packages/cli/package.json index 1ad2d705..d1f163bd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/cli", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,9 +33,9 @@ "access": "public" }, "dependencies": { - "@bunt/app": "^0.31.0", - "@bunt/assert": "^0.31.0", - "@bunt/util": "^0.31.0", + "@bunt/app": "^0.32.0", + "@bunt/assert": "^0.32.0", + "@bunt/util": "^0.32.0", "path-to-regexp": "^8.2.0" }, "license": "MIT" diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index a24f6941..3fbb3af9 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + + +### Features + +* xdate patch, update deps ([943c145](https://github.com/izatop/bunt/commit/943c145998637d6495c58ec0d687e2e1482a3d35)) + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/date diff --git a/packages/date/package.json b/packages/date/package.json index 70cc965a..fa6ee36b 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/date", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -34,7 +34,7 @@ }, "license": "MIT", "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/is": "^0.31.0" + "@bunt/assert": "^0.32.0", + "@bunt/is": "^0.32.0" } } diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index 98c846dd..f1171c7d 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/fs + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/fs diff --git a/packages/fs/package.json b/packages/fs/package.json index bc093717..3b81dcc1 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/fs", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,9 +33,9 @@ "access": "public" }, "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/unit": "^0.31.0", + "@bunt/assert": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/unit": "^0.32.0", "@types/minio": "^7.1.1", "@types/node-fetch": "^2.6.11", "minio": "^7.1.3", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index d336e1be..ba5739a5 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/input + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/input diff --git a/packages/input/package.json b/packages/input/package.json index e8917ea4..838775fe 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/input", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -34,8 +34,8 @@ }, "license": "MIT", "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0" + "@bunt/assert": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0" } } diff --git a/packages/is/CHANGELOG.md b/packages/is/CHANGELOG.md index b6fc9e39..1965195a 100644 --- a/packages/is/CHANGELOG.md +++ b/packages/is/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/is + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/is diff --git a/packages/is/package.json b/packages/is/package.json index ee2c872a..1cd3ae2e 100644 --- a/packages/is/package.json +++ b/packages/is/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/is", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -34,6 +34,6 @@ }, "license": "MIT", "dependencies": { - "@bunt/type": "^0.31.0" + "@bunt/type": "^0.32.0" } } diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index 988d8116..5c8eb40d 100644 --- a/packages/queue/CHANGELOG.md +++ b/packages/queue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/queue + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/queue diff --git a/packages/queue/package.json b/packages/queue/package.json index a33eaf22..c7793267 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/queue", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,9 +33,9 @@ "access": "public" }, "dependencies": { - "@bunt/async": "^0.31.0", - "@bunt/unit": "^0.31.0", - "@bunt/util": "^0.31.0", + "@bunt/async": "^0.32.0", + "@bunt/unit": "^0.32.0", + "@bunt/util": "^0.32.0", "ioredis": "^5.4.1" }, "license": "MIT" diff --git a/packages/task/CHANGELOG.md b/packages/task/CHANGELOG.md index d118c285..3f6277b1 100644 --- a/packages/task/CHANGELOG.md +++ b/packages/task/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/task + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/task diff --git a/packages/task/package.json b/packages/task/package.json index 21610e6d..966409eb 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/task", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -34,10 +34,10 @@ }, "license": "MIT", "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/async": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0", - "@bunt/unit": "^0.31.0" + "@bunt/assert": "^0.32.0", + "@bunt/async": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0", + "@bunt/unit": "^0.32.0" } } diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index cb3aed74..5b5c1d1b 100644 --- a/packages/type/CHANGELOG.md +++ b/packages/type/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/type + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/type diff --git a/packages/type/package.json b/packages/type/package.json index c50f39ce..9f653132 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/type", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], diff --git a/packages/unit/CHANGELOG.md b/packages/unit/CHANGELOG.md index 31c9040f..9aeaa92f 100644 --- a/packages/unit/CHANGELOG.md +++ b/packages/unit/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/unit + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/unit diff --git a/packages/unit/package.json b/packages/unit/package.json index ff016f98..6ad2e8a5 100644 --- a/packages/unit/package.json +++ b/packages/unit/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/unit", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,11 +33,11 @@ "access": "public" }, "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/async": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0", - "@bunt/util": "^0.31.0" + "@bunt/assert": "^0.32.0", + "@bunt/async": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0", + "@bunt/util": "^0.32.0" }, "license": "MIT" } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index f3fb317d..42c2937a 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/util + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/util diff --git a/packages/util/package.json b/packages/util/package.json index b03d2793..a72d94f0 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/util", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -28,10 +28,10 @@ "LICENSE" ], "dependencies": { - "@bunt/assert": "^0.31.0", - "@bunt/async": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0" + "@bunt/assert": "^0.32.0", + "@bunt/async": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0" }, "description": "Utils", "repository": "git@github.com:izatop/bunt.git", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 3bbbab50..cdf3984d 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + + +### Features + +* xdate patch, update deps ([943c145](https://github.com/izatop/bunt/commit/943c145998637d6495c58ec0d687e2e1482a3d35)) + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) diff --git a/packages/web/package.json b/packages/web/package.json index eca38763..459a7d15 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/web", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,12 +33,12 @@ "access": "public" }, "dependencies": { - "@bunt/app": "^0.31.0", - "@bunt/assert": "^0.31.0", - "@bunt/async": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0", - "@bunt/util": "^0.31.0", + "@bunt/app": "^0.32.0", + "@bunt/assert": "^0.32.0", + "@bunt/async": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0", + "@bunt/util": "^0.32.0", "http-status": "^1.7.4", "path-to-regexp": "^8.2.0" }, diff --git a/packages/ws/CHANGELOG.md b/packages/ws/CHANGELOG.md index 0f64956b..b37a2768 100644 --- a/packages/ws/CHANGELOG.md +++ b/packages/ws/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/izatop/bunt/compare/v0.31.0...v0.32.0) (2024-10-01) + +**Note:** Version bump only for package @bunt/ws + + + + + # [0.31.0](https://github.com/izatop/bunt/compare/v0.30.1...v0.31.0) (2024-09-25) **Note:** Version bump only for package @bunt/ws diff --git a/packages/ws/package.json b/packages/ws/package.json index 4ef083d0..2f11e976 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -1,6 +1,6 @@ { "name": "@bunt/ws", - "version": "0.31.0", + "version": "0.32.0", "keywords": [ "typescript" ], @@ -33,14 +33,14 @@ "access": "public" }, "dependencies": { - "@bunt/app": "^0.31.0", - "@bunt/assert": "^0.31.0", - "@bunt/async": "^0.31.0", - "@bunt/is": "^0.31.0", - "@bunt/type": "^0.31.0", - "@bunt/unit": "^0.31.0", - "@bunt/util": "^0.31.0", - "@bunt/web": "^0.31.0", + "@bunt/app": "^0.32.0", + "@bunt/assert": "^0.32.0", + "@bunt/async": "^0.32.0", + "@bunt/is": "^0.32.0", + "@bunt/type": "^0.32.0", + "@bunt/unit": "^0.32.0", + "@bunt/util": "^0.32.0", + "@bunt/web": "^0.32.0", "@types/ws": "^8.5.12", "ws": "^8.18.0" },