@valaxyjs/devtools 0.26.5 → 0.26.7

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.
@@ -1 +1 @@
1
- import{_ as e,c,o as t}from"./index-CXKd5jyN.js";const n={};function o(r,s){return t(),c("div",null," Tags ")}const _=e(n,[["render",o]]);export{_ as default};
1
+ import{_ as e,c,o as t}from"./index-BwYHzTDr.js";const n={};function o(r,s){return t(),c("div",null," Tags ")}const _=e(n,[["render",o]]);export{_ as default};
@@ -16,8 +16,8 @@
16
16
  document.documentElement.classList.toggle('dark', true)
17
17
  })()
18
18
  </script>
19
- <script type="module" crossorigin src="./assets/index-CXKd5jyN.js"></script>
20
- <link rel="stylesheet" crossorigin href="./assets/index-CvA_6hPB.css">
19
+ <script type="module" crossorigin src="./assets/index-BwYHzTDr.js"></script>
20
+ <link rel="stylesheet" crossorigin href="./assets/index-CtoHJQV7.css">
21
21
  </head>
22
22
 
23
23
  <body data-vite-inspect-mode="DEV">
package/dist/index.mjs CHANGED
@@ -113,8 +113,8 @@ function getFunctions(server, devtoolsOptions) {
113
113
  return {
114
114
  // sort by updated
115
115
  posts: posts.sort((a, b) => {
116
- const bDateValue = dayjs(b.frontmatter.date).valueOf();
117
- const aDateValue = dayjs(a.frontmatter.date).valueOf();
116
+ const bDateValue = dayjs(b.frontmatter.updated || b.frontmatter.date).valueOf();
117
+ const aDateValue = dayjs(a.frontmatter.updated || a.frontmatter.date).valueOf();
118
118
  return bDateValue - aDateValue;
119
119
  }),
120
120
  root: userRoot
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valaxyjs/devtools",
3
3
  "type": "module",
4
- "version": "0.26.5",
4
+ "version": "0.26.7",
5
5
  "repository": {
6
6
  "url": "https://github.com/YunYouJun/valaxy"
7
7
  },
@@ -22,32 +22,32 @@
22
22
  "rpc.d.ts"
23
23
  ],
24
24
  "dependencies": {
25
- "@rollup/pluginutils": "^5.2.0",
26
- "axios": "^1.11.0",
25
+ "@rollup/pluginutils": "^5.3.0",
26
+ "axios": "^1.13.0",
27
27
  "body-parser": "^2.2.0",
28
28
  "cors": "^2.8.5",
29
29
  "http-proxy-middleware": "^3.0.5",
30
30
  "js-yaml": "^4.1.0",
31
31
  "pathe": "^2.0.3",
32
- "sirv": "^3.0.1",
32
+ "sirv": "^3.0.2",
33
33
  "vite-dev-rpc": "^1.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@advjs/gui": "0.0.7-beta.7",
37
- "@iconify-json/ri": "^1.2.5",
38
- "@intlify/unplugin-vue-i18n": "^6.0.8",
39
- "@primevue/themes": "^4.3.7",
37
+ "@iconify-json/ri": "^1.2.6",
38
+ "@intlify/unplugin-vue-i18n": "^11.0.1",
39
+ "@primevue/themes": "^4.4.1",
40
40
  "@types/body-parser": "^1.19.6",
41
41
  "@types/splitpanes": "^2.2.6",
42
- "@types/wicg-file-system-access": "^2023.10.6",
42
+ "@types/wicg-file-system-access": "^2023.10.7",
43
43
  "gray-matter": "^4.0.3",
44
- "primevue": "^4.3.7",
44
+ "primevue": "^4.4.1",
45
45
  "splitpanes": "^4.0.4",
46
- "typescript": "^5.9.2",
46
+ "typescript": "^5.9.3",
47
47
  "unbuild": "^3.6.1",
48
- "unplugin-vue-router": "^0.15.0",
49
- "vite": "^7.1.3",
50
- "vue-i18n": "^11.1.11"
48
+ "unplugin-vue-router": "^0.16.0",
49
+ "vite": "^7.1.12",
50
+ "vue-i18n": "^11.1.12"
51
51
  },
52
52
  "scripts": {
53
53
  "clean": "rimraf dist",