@zpress/config 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.
- package/package.json +3 -2
- package/schemas/schema.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zpress/config",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Configuration loading and validation for zpress",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ts-pattern": "^5.9.0",
|
|
41
41
|
"type-fest": "^5.4.4",
|
|
42
42
|
"zod": "^4.3.6",
|
|
43
|
-
"@zpress/theme": "0.
|
|
43
|
+
"@zpress/theme": "0.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.20.0",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "tsx scripts/generate-schema.ts && rslib build",
|
|
57
57
|
"dev": "rslib build --watch --no-clean",
|
|
58
|
+
"test": "vitest run",
|
|
58
59
|
"typecheck": "tsc --noEmit",
|
|
59
60
|
"generate:schema": "tsx scripts/generate-schema.ts"
|
|
60
61
|
}
|
package/schemas/schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://raw.githubusercontent.com/joggrdocs/zpress/v0.2.
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/joggrdocs/zpress/v0.2.2/packages/config/schemas/schema.json",
|
|
4
4
|
"title": "Zpress Configuration",
|
|
5
5
|
"description": "Configuration file for zpress documentation framework",
|
|
6
6
|
"$ref": "#/definitions/ZpressConfig",
|