Skip to content

Commit ffca33d

Browse files
committed
chore: update CoreUtils to v3.5.0
1 parent 930c520 commit ffca33d

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

.changeset/loose-years-dig.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@sv443-network/userutils": minor
3+
---
4+
5+
Updated CoreUtils to v3.5.0, which includes the following changes:
6+
- Added function `createTable()` to create a very flexible ASCII table, including ANSI color and `%c` styling support.
7+
- Fixed type variance issue in `DataStoreSerializer` where `DataStore` instances with specific data types (e.g. `DataStore<MyType>`) couldn't be passed to the constructor without being asserted `as DataStore<DataStoreData, boolean>`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"homepage": "https://github.com/Sv443-Network/UserUtils",
5050
"dependencies": {
51-
"@sv443-network/coreutils": "3.4.0",
51+
"@sv443-network/coreutils": "3.5.0",
5252
"nanoevents": "9.1.0"
5353
},
5454
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)