@monoedge/jdu-cli 0.6.0 → 0.7.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@monoedge/jdu-cli",
3
- "version": "0.6.0",
4
- "description": "jdu \u2014 \u628a Markdown \u53d1\u5e03\u5230\u7b80\u724d\u670d\u52a1",
3
+ "version": "0.7.0",
4
+ "description": "jdu Markdown 发布到简牍服务",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "scripts": {
32
32
  "build": "vite build && chmod +x dist/cli.js",
33
33
  "typecheck": "tsc -p tsconfig.json --noEmit",
34
- "test": "node --test src/*.test.ts",
34
+ "test": "vitest run --project cli -c ../vitest.config.mjs",
35
35
  "prepublishOnly": "npm run build"
36
36
  },
37
37
  "devDependencies": {