0.1.14 #14

Merged
Thilawyn merged 4 commits from next into master 2024-03-08 20:01:22 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 3305a20cfe - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.13",
"version": "0.1.14",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
@@ -29,7 +29,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"type-fest": "^4.10.3"
"type-fest": "^4.12.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -37,10 +37,10 @@
"bun-types": "latest",
"npm-check-updates": "^16.14.15",
"npm-sort": "^0.0.4",
"rollup": "^4.12.0",
"rollup": "^4.12.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ts": "^3.4.5",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}