@zpress/cli 0.4.1 → 0.4.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/145.mjs +1 -1
  2. package/package.json +4 -4
package/dist/145.mjs CHANGED
@@ -1019,7 +1019,7 @@ const syncCommand = command({
1019
1019
  });
1020
1020
  await cli({
1021
1021
  name: 'zpress',
1022
- version: "0.4.1",
1022
+ version: "0.4.3",
1023
1023
  description: 'CLI for building and serving documentation',
1024
1024
  commands: {
1025
1025
  sync: syncCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpress/cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
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.1.0",
41
41
  "ts-pattern": "^5.9.0",
42
42
  "zod": "^4.3.6",
43
- "@zpress/core": "0.7.1",
44
- "@zpress/templates": "0.1.1",
45
- "@zpress/ui": "0.8.1"
43
+ "@zpress/core": "0.7.3",
44
+ "@zpress/ui": "0.8.3",
45
+ "@zpress/templates": "0.1.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@rslib/core": "^0.20.0",