Comparing version 1.0.12 to 1.1.0
{ | ||
"name": "@uxf/core", | ||
"version": "1.0.12", | ||
"version": "1.1.0", | ||
"description": "UXF Core", | ||
@@ -5,0 +5,0 @@ "author": "Petr Vejvoda <vejvoda@uxf.cz>", |
@@ -19,2 +19,10 @@ # UXF Core | ||
## Next | ||
```tsx | ||
import { queryParamToString, queryParamToNumber } from "@uxf/core/next"; | ||
queryParamToNumber(ctx.query.id); | ||
queryParamToString(ctx.query.name); | ||
``` | ||
## Validators | ||
@@ -21,0 +29,0 @@ ```tsx |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26388
16
250
33