@x-wave/blog 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli/index.js CHANGED
@@ -24,7 +24,7 @@
24
24
  import fs from 'node:fs'
25
25
  import path from 'node:path'
26
26
 
27
- const LATEST_COUNT = 50
27
+ const LATEST_COUNT = 100
28
28
 
29
29
  /**
30
30
  * Parse CLI arguments from process.argv.
package/index.js CHANGED
@@ -22805,7 +22805,7 @@ function X3() {
22805
22805
  } catch {
22806
22806
  }
22807
22807
  const v = await n(d);
22808
- o(v.slice(0, 20));
22808
+ o(v.slice(0, 100));
22809
22809
  } catch (d) {
22810
22810
  console.error("Failed to load articles:", d);
22811
22811
  } finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-wave/blog",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@vitejs/plugin-react-swc": "^3.10.1",
55
55
  "sass": "^1.97.3",
56
- "vite": "^6.4.2",
56
+ "vite": "^6.3.5",
57
57
  "vite-plugin-dts": "^4.5.4",
58
58
  "vite-tsconfig-paths": "^5.1.4"
59
59
  },