@valbuild/server 0.79.2 → 0.79.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.
@@ -1755,7 +1755,7 @@ class ValOps {
|
|
1755
1755
|
if (!errors[path]) {
|
1756
1756
|
errors[path] = [];
|
1757
1757
|
}
|
1758
|
-
console.error("Module not found", path);
|
1758
|
+
console.error("Val: Module not found", path);
|
1759
1759
|
errors[path].push({
|
1760
1760
|
patchId: patchData.patchId,
|
1761
1761
|
skipped: true,
|
@@ -1755,7 +1755,7 @@ class ValOps {
|
|
1755
1755
|
if (!errors[path]) {
|
1756
1756
|
errors[path] = [];
|
1757
1757
|
}
|
1758
|
-
console.error("Module not found", path);
|
1758
|
+
console.error("Val: Module not found", path);
|
1759
1759
|
errors[path].push({
|
1760
1760
|
patchId: patchData.patchId,
|
1761
1761
|
skipped: true,
|
@@ -1724,7 +1724,7 @@ class ValOps {
|
|
1724
1724
|
if (!errors[path]) {
|
1725
1725
|
errors[path] = [];
|
1726
1726
|
}
|
1727
|
-
console.error("Module not found", path);
|
1727
|
+
console.error("Val: Module not found", path);
|
1728
1728
|
errors[path].push({
|
1729
1729
|
patchId: patchData.patchId,
|
1730
1730
|
skipped: true,
|
package/package.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
"./package.json": "./package.json"
|
13
13
|
},
|
14
14
|
"types": "dist/valbuild-server.cjs.d.ts",
|
15
|
-
"version": "0.79.
|
15
|
+
"version": "0.79.4",
|
16
16
|
"scripts": {
|
17
17
|
"typecheck": "tsc --noEmit",
|
18
18
|
"test": "jest",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"@types/jest": "^29.2.5"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@valbuild/core": "~0.79.
|
27
|
-
"@valbuild/shared": "~0.79.
|
28
|
-
"@valbuild/ui": "~0.79.
|
26
|
+
"@valbuild/core": "~0.79.4",
|
27
|
+
"@valbuild/shared": "~0.79.4",
|
28
|
+
"@valbuild/ui": "~0.79.4",
|
29
29
|
"chokidar": "^4.0.1",
|
30
30
|
"image-size": "^1.0.2",
|
31
31
|
"minimatch": "^3.0.4",
|