We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec74cf2 commit 4d308cbCopy full SHA for 4d308cb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typed-path-generator",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "Convert path `/user/:userID` to `({ userID: string | number }) => string`",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments