@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.
- package/dist/client/assets/{about-DZqQ0J1a.js → about-BUiS2cq1.js} +1 -1
- package/dist/client/assets/{categories-nkEUlBqH.js → categories-C2kp0WSN.js} +1 -1
- package/dist/client/assets/index-BwYHzTDr.js +197 -0
- package/dist/client/assets/index-CdHNPfrb.js +1251 -0
- package/dist/client/assets/index-CtoHJQV7.css +1 -0
- package/dist/client/assets/{migration-DgDnxSwH.js → migration-Z-HMJQPa.js} +1 -1
- package/dist/client/assets/splitpanes.es-IuMDCaJN.js +788 -0
- package/dist/client/assets/{tags-D0rZ0UMg.js → tags-DCHKKZVQ.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +13 -13
- package/dist/client/assets/index-CXKd5jyN.js +0 -193
- package/dist/client/assets/index-CvA_6hPB.css +0 -1
- package/dist/client/assets/index-TceRG-xv.js +0 -1189
- package/dist/client/assets/splitpanes.es-B-_Db_Rz.js +0 -786
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as e,c,o as t}from"./index-
|
|
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};
|
package/dist/client/index.html
CHANGED
|
@@ -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-
|
|
20
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
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.
|
|
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.
|
|
26
|
-
"axios": "^1.
|
|
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.
|
|
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.
|
|
38
|
-
"@intlify/unplugin-vue-i18n": "^
|
|
39
|
-
"@primevue/themes": "^4.
|
|
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.
|
|
42
|
+
"@types/wicg-file-system-access": "^2023.10.7",
|
|
43
43
|
"gray-matter": "^4.0.3",
|
|
44
|
-
"primevue": "^4.
|
|
44
|
+
"primevue": "^4.4.1",
|
|
45
45
|
"splitpanes": "^4.0.4",
|
|
46
|
-
"typescript": "^5.9.
|
|
46
|
+
"typescript": "^5.9.3",
|
|
47
47
|
"unbuild": "^3.6.1",
|
|
48
|
-
"unplugin-vue-router": "^0.
|
|
49
|
-
"vite": "^7.1.
|
|
50
|
-
"vue-i18n": "^11.1.
|
|
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",
|