@clerc/plugin-completions
Advanced tools
Comparing version 0.26.0 to 0.27.1
{ | ||
"name": "@clerc/plugin-completions", | ||
"version": "0.26.0", | ||
"version": "0.27.1", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -30,7 +30,7 @@ "description": "Clerc plugin completions", | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -55,4 +55,4 @@ "typesVersions": { | ||
"devDependencies": { | ||
"@clerc/core": "0.26.0", | ||
"@clerc/utils": "0.26.0" | ||
"@clerc/core": "0.27.1", | ||
"@clerc/utils": "0.27.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "scripts": { |
5622
4
66