@valbuild/server 0.69.1 → 0.72.0
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.
@@ -5081,9 +5081,6 @@ const ValServer = (valModules, options, callbacks) => {
|
|
5081
5081
|
let message = body.message || "Update content: " + Object.keys(analysis.patchesByModule) + " modules changed";
|
5082
5082
|
if (!((_options$config$ai = options.config.ai) !== null && _options$config$ai !== void 0 && (_options$config$ai = _options$config$ai.commitMessages) !== null && _options$config$ai !== void 0 && _options$config$ai.disabled)) {
|
5083
5083
|
const res = await serverOps.getCommitMessage(preparedCommit);
|
5084
|
-
console.log({
|
5085
|
-
res
|
5086
|
-
});
|
5087
5084
|
if (res.error) {
|
5088
5085
|
// ignore
|
5089
5086
|
console.error("Failed to get commit message", res.error.message);
|
@@ -5081,9 +5081,6 @@ const ValServer = (valModules, options, callbacks) => {
|
|
5081
5081
|
let message = body.message || "Update content: " + Object.keys(analysis.patchesByModule) + " modules changed";
|
5082
5082
|
if (!((_options$config$ai = options.config.ai) !== null && _options$config$ai !== void 0 && (_options$config$ai = _options$config$ai.commitMessages) !== null && _options$config$ai !== void 0 && _options$config$ai.disabled)) {
|
5083
5083
|
const res = await serverOps.getCommitMessage(preparedCommit);
|
5084
|
-
console.log({
|
5085
|
-
res
|
5086
|
-
});
|
5087
5084
|
if (res.error) {
|
5088
5085
|
// ignore
|
5089
5086
|
console.error("Failed to get commit message", res.error.message);
|
@@ -5052,9 +5052,6 @@ const ValServer = (valModules, options, callbacks) => {
|
|
5052
5052
|
let message = body.message || "Update content: " + Object.keys(analysis.patchesByModule) + " modules changed";
|
5053
5053
|
if (!((_options$config$ai = options.config.ai) !== null && _options$config$ai !== void 0 && (_options$config$ai = _options$config$ai.commitMessages) !== null && _options$config$ai !== void 0 && _options$config$ai.disabled)) {
|
5054
5054
|
const res = await serverOps.getCommitMessage(preparedCommit);
|
5055
|
-
console.log({
|
5056
|
-
res
|
5057
|
-
});
|
5058
5055
|
if (res.error) {
|
5059
5056
|
// ignore
|
5060
5057
|
console.error("Failed to get commit message", res.error.message);
|
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.
|
15
|
+
"version": "0.72.0",
|
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.
|
27
|
-
"@valbuild/shared": "~0.
|
28
|
-
"@valbuild/ui": "~0.
|
26
|
+
"@valbuild/core": "~0.72.0",
|
27
|
+
"@valbuild/shared": "~0.72.0",
|
28
|
+
"@valbuild/ui": "~0.72.0",
|
29
29
|
"chokidar": "^4.0.1",
|
30
30
|
"image-size": "^1.0.2",
|
31
31
|
"minimatch": "^3.0.4",
|