0.1.16 #16

Merged
Thilawyn merged 3 commits from next into master 2024-03-23 00:51:27 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 41c3fb649a - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/traitify-ts", "name": "@thilawyn/traitify-ts",
"version": "0.1.15", "version": "0.1.16",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/" "registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
@@ -29,18 +29,18 @@
}, },
"dependencies": { "dependencies": {
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"type-fest": "^4.12.0" "type-fest": "^4.13.1"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"bun-types": "latest", "bun-types": "latest",
"npm-check-updates": "^16.14.15", "npm-check-updates": "^16.14.17",
"npm-sort": "^0.0.4", "npm-sort": "^0.0.4",
"rollup": "^4.12.1", "rollup": "^4.13.0",
"rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ts": "^3.4.5", "rollup-plugin-ts": "^3.4.5",
"tsx": "^4.7.1", "tsx": "^4.7.1",
"typescript": "^5.4.2" "typescript": "^5.4.3"
} }
} }