@zpress/cli 0.5.0 → 0.5.1

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/145.mjs +1 -1
  2. package/package.json +4 -4
package/dist/145.mjs CHANGED
@@ -1069,7 +1069,7 @@ const syncCommand = command({
1069
1069
  });
1070
1070
  await cli({
1071
1071
  name: 'zpress',
1072
- version: "0.5.0",
1072
+ version: "0.5.1",
1073
1073
  description: 'CLI for building and serving documentation',
1074
1074
  commands: {
1075
1075
  sync: syncCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpress/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "CLI for building and serving zpress documentation sites",
5
5
  "keywords": [
6
6
  "cli",
@@ -40,9 +40,9 @@
40
40
  "get-port": "^7.2.0",
41
41
  "ts-pattern": "^5.9.0",
42
42
  "zod": "^4.3.6",
43
- "@zpress/core": "0.7.3",
44
- "@zpress/ui": "0.8.4",
45
- "@zpress/templates": "0.1.1"
43
+ "@zpress/core": "0.7.4",
44
+ "@zpress/templates": "0.1.1",
45
+ "@zpress/ui": "0.8.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@rslib/core": "^0.20.0",