@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 +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/cli/index.js
CHANGED
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,
|
|
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.
|
|
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.
|
|
56
|
+
"vite": "^6.3.5",
|
|
57
57
|
"vite-plugin-dts": "^4.5.4",
|
|
58
58
|
"vite-tsconfig-paths": "^5.1.4"
|
|
59
59
|
},
|