@zpress/cli 0.1.2 → 0.1.4

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
@@ -408,7 +408,7 @@ const syncCommand = command({
408
408
  });
409
409
  await cli({
410
410
  name: 'zpress',
411
- version: "0.1.2",
411
+ version: "0.1.4",
412
412
  description: 'CLI for building and serving documentation',
413
413
  commands: {
414
414
  sync: syncCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpress/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "CLI for building and serving zpress documentation sites",
5
5
  "keywords": [
6
6
  "cli",
@@ -40,8 +40,8 @@
40
40
  "es-toolkit": "^1.45.1",
41
41
  "ts-pattern": "^5.9.0",
42
42
  "zod": "^4.3.6",
43
- "@zpress/core": "0.2.1",
44
- "@zpress/ui": "0.2.1"
43
+ "@zpress/ui": "0.3.0",
44
+ "@zpress/core": "0.3.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@rslib/core": "^0.20.0",