uniweb 0.13.2 → 0.13.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.3",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"tar": "^7.0.0",
|
|
44
44
|
"@uniweb/core": "0.7.27",
|
|
45
45
|
"@uniweb/kit": "0.9.35",
|
|
46
|
-
"@uniweb/runtime": "0.8.
|
|
46
|
+
"@uniweb/runtime": "0.8.34"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
+
"@uniweb/build": "0.15.3",
|
|
49
50
|
"@uniweb/content-reader": "1.1.15",
|
|
50
|
-
"@uniweb/build": "0.15.2",
|
|
51
51
|
"@uniweb/semantic-parser": "1.1.18"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
package/src/commands/doctor.js
CHANGED
|
@@ -427,7 +427,7 @@ export async function doctor(args = []) {
|
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
// Check if foundation is built
|
|
430
|
-
const foundationDist = join(matchingFoundation.path, 'dist', '
|
|
430
|
+
const foundationDist = join(matchingFoundation.path, 'dist', 'entry.js')
|
|
431
431
|
if (!existsSync(foundationDist)) {
|
|
432
432
|
issues.push({
|
|
433
433
|
type: 'warn',
|
|
@@ -437,7 +437,7 @@ export async function doctor(args = []) {
|
|
|
437
437
|
warn(`Foundation not built yet`)
|
|
438
438
|
log(` ${colors.dim}Run: uniweb build${colors.reset}`)
|
|
439
439
|
} else {
|
|
440
|
-
success(`Foundation built: dist/
|
|
440
|
+
success(`Foundation built: dist/entry.js exists`)
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
|
|
@@ -480,7 +480,7 @@ export async function doctor(args = []) {
|
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
// Check if built
|
|
483
|
-
const extensionDist = join(ext.path, 'dist', '
|
|
483
|
+
const extensionDist = join(ext.path, 'dist', 'entry.js')
|
|
484
484
|
if (!existsSync(extensionDist)) {
|
|
485
485
|
issues.push({
|
|
486
486
|
type: 'warn',
|
|
@@ -489,7 +489,7 @@ export async function doctor(args = []) {
|
|
|
489
489
|
warn(`Extension not built yet`)
|
|
490
490
|
log(` ${colors.dim}Run: uniweb build${colors.reset}`)
|
|
491
491
|
} else {
|
|
492
|
-
success(`Extension built: dist/
|
|
492
|
+
success(`Extension built: dist/entry.js exists`)
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
495
|
|
|
@@ -530,7 +530,7 @@ export async function doctor(args = []) {
|
|
|
530
530
|
|
|
531
531
|
// Check if a matching extension exists and is built
|
|
532
532
|
const matchingExt = extensions.find(e => e.folderName === extName || e.name === extName)
|
|
533
|
-
if (matchingExt && !existsSync(join(matchingExt.path, 'dist', '
|
|
533
|
+
if (matchingExt && !existsSync(join(matchingExt.path, 'dist', 'entry.js'))) {
|
|
534
534
|
issues.push({
|
|
535
535
|
type: 'warn',
|
|
536
536
|
site: site.name,
|
package/src/framework-index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-25T16:
|
|
3
|
+
"generatedAt": "2026-07-25T16:40:40.342Z",
|
|
4
4
|
"packages": {
|
|
5
5
|
"@uniweb/build": {
|
|
6
|
-
"version": "0.15.
|
|
6
|
+
"version": "0.15.3",
|
|
7
7
|
"path": "framework/build",
|
|
8
8
|
"deps": [
|
|
9
9
|
"@uniweb/content-reader",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"deps": []
|
|
62
62
|
},
|
|
63
63
|
"@uniweb/runtime": {
|
|
64
|
-
"version": "0.8.
|
|
64
|
+
"version": "0.8.34",
|
|
65
65
|
"path": "framework/runtime",
|
|
66
66
|
"deps": [
|
|
67
67
|
"@uniweb/core",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"deps": []
|
|
100
100
|
},
|
|
101
101
|
"@uniweb/unipress": {
|
|
102
|
-
"version": "0.5.
|
|
102
|
+
"version": "0.5.2",
|
|
103
103
|
"path": "framework/unipress",
|
|
104
104
|
"deps": [
|
|
105
105
|
"@uniweb/build",
|