@reactive-vscode/reactivity
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -1398,6 +1398,4 @@ /** | ||
if (diff === 0) { | ||
if (a.pre && !b.pre) | ||
return -1; | ||
if (b.pre && !a.pre) | ||
return 1; | ||
if (a.pre && !b.pre) return -1; | ||
if (b.pre && !a.pre) return 1; | ||
} | ||
@@ -1404,0 +1402,0 @@ return diff; |
{ | ||
"name": "@reactive-vscode/reactivity", | ||
"type": "module", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Full Vue Reactivity API without DOM", | ||
@@ -32,7 +32,7 @@ "author": "_Kerman <kermanx@qq.com>", | ||
"devDependencies": { | ||
"@vue/reactivity": "^3.4.27", | ||
"@vue/shared": "^3.4.27", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.12", | ||
"vite-plugin-dts": "^3.9.1" | ||
"@vue/reactivity": "3.4.27", | ||
"@vue/shared": "3.4.27", | ||
"typescript": "^5.6.2", | ||
"vite": "^5.4.8", | ||
"vite-plugin-dts": "^4.2.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
77211
2384