uniweb 0.2.44 → 0.2.45

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniweb",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "Create structured Vite + React sites with content/code separation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -97,7 +97,7 @@ ${colors.bright}Example:${colors.reset}
97
97
  build:
98
98
  prerender: true${colors.reset}
99
99
 
100
- ${colors.dim}Schema: https://raw.githubusercontent.com/uniweb/cli/main/schemas/site.schema.json${colors.reset}
100
+ ${colors.dim}Schema: https://raw.githubusercontent.com/uniweb/cli/main/docs/meta/site.schema.json${colors.reset}
101
101
  `
102
102
 
103
103
  const PAGE_REFERENCE = `
@@ -151,7 +151,7 @@ ${colors.bright}Example:${colors.reset}
151
151
  seo:
152
152
  image: /about-og.png${colors.reset}
153
153
 
154
- ${colors.dim}Schema: https://raw.githubusercontent.com/uniweb/cli/main/schemas/page.schema.json${colors.reset}
154
+ ${colors.dim}Schema: https://raw.githubusercontent.com/uniweb/cli/main/docs/meta/page.schema.json${colors.reset}
155
155
  `
156
156
 
157
157
  const META_REFERENCE = `
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "yaml.schemas": {
3
- "https://raw.githubusercontent.com/uniweb/cli/main/schemas/site.schema.json": "**/site.yml",
4
- "https://raw.githubusercontent.com/uniweb/cli/main/schemas/page.schema.json": "**/page.yml"
3
+ "https://raw.githubusercontent.com/uniweb/cli/main/docs/meta/site.schema.json": "**/site.yml",
4
+ "https://raw.githubusercontent.com/uniweb/cli/main/docs/meta/page.schema.json": "**/page.yml"
5
5
  }
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "yaml.schemas": {
3
- "https://raw.githubusercontent.com/uniweb/cli/main/schemas/site.schema.json": "site/site.yml",
4
- "https://raw.githubusercontent.com/uniweb/cli/main/schemas/page.schema.json": "**/page.yml"
3
+ "https://raw.githubusercontent.com/uniweb/cli/main/docs/meta/site.schema.json": "site/site.yml",
4
+ "https://raw.githubusercontent.com/uniweb/cli/main/docs/meta/page.schema.json": "**/page.yml"
5
5
  }
6
6
  }