Skip to content

Commit

Permalink
Merge branch 'release/release/0.13.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 30, 2023
2 parents 8a8003a + 653cd4f commit 24f96ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.13.16",
"version": "0.13.17",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down Expand Up @@ -72,12 +72,12 @@
"@types/node": "^20",
"c8": "^8.0.1",
"cross-fetch": "^4.0.0",
"esbuild": "^0.19.3",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"madge": "^6.1.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
}
}
2 changes: 2 additions & 0 deletions src/common/dispose-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ export function useDisposeWithUtils(config?: string | UseDisposeConfig | LoggerI
})
return dispose
}

export type UseDisposeWithUtils = ReturnType<typeof useDisposeWithUtils>

0 comments on commit 24f96ca

Please sign in to comment.