@zpress/cli 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -710,7 +710,7 @@ const syncCommand = command({
710
710
  });
711
711
  await cli({
712
712
  name: 'zpress',
713
- version: "0.3.2",
713
+ version: "0.3.3",
714
714
  description: 'CLI for building and serving documentation',
715
715
  commands: {
716
716
  sync: syncCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpress/cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "CLI for building and serving zpress documentation sites",
5
5
  "keywords": [
6
6
  "cli",
@@ -39,8 +39,8 @@
39
39
  "es-toolkit": "^1.45.1",
40
40
  "ts-pattern": "^5.9.0",
41
41
  "zod": "^4.3.6",
42
- "@zpress/core": "0.6.2",
43
- "@zpress/ui": "0.6.0"
42
+ "@zpress/ui": "0.6.1",
43
+ "@zpress/core": "0.6.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rslib/core": "^0.20.0",