@factor/plugin-blog
Advanced tools
Comparing version 1.5.18 to 1.5.21
@@ -18,3 +18,3 @@ import { addPostType, addContentRoute } from "@factor/api" | ||
const search = params.search ?? query.search ?? "" | ||
const page = parseInt(params.page ?? query.page ?? 1) | ||
const page = Number.parseInt(params.page ?? query.page ?? 1) | ||
const limit = setting("blog.limit") | ||
@@ -21,0 +21,0 @@ |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.5.18", | ||
"version": "1.5.21", | ||
"license": "GPL-2.0", | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "3a592a95dc8d3dc3e43e3ad140627e7b460e16bc", | ||
"gitHead": "ae7b507ed97188c9358475e91d26ef1a6a14f056", | ||
"keywords": [ | ||
@@ -42,0 +42,0 @@ "factor", |
4346262