@zpress/cli 0.2.1 → 0.2.2

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 +2 -2
package/dist/index.mjs CHANGED
@@ -655,7 +655,7 @@ const syncCommand = command({
655
655
  });
656
656
  await cli({
657
657
  name: 'zpress',
658
- version: "0.2.1",
658
+ version: "0.2.2",
659
659
  description: 'CLI for building and serving documentation',
660
660
  commands: {
661
661
  sync: syncCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpress/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI for building and serving zpress documentation sites",
5
5
  "keywords": [
6
6
  "cli",
@@ -41,7 +41,7 @@
41
41
  "ts-pattern": "^5.9.0",
42
42
  "zod": "^4.3.6",
43
43
  "@zpress/core": "0.5.0",
44
- "@zpress/ui": "0.4.0"
44
+ "@zpress/ui": "0.4.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@rslib/core": "^0.20.0",