@forge/manifest
12.9.012.9.0-experimental-04cc2b9
out/validators/modules-validators/bitbucket/index.js~
out/validators/modules-validators/bitbucket/index.jsModified+3−1
Index: package/out/validators/modules-validators/bitbucket/index.js
===================================================================
--- package/out/validators/modules-validators/bitbucket/index.js
+++ package/out/validators/modules-validators/bitbucket/index.js
@@ -2,11 +2,13 @@
Object.defineProperty(exports, "__esModule", { value: true });
exports.validateBitbucketModules = void 0;
const validateBackendModuleEndpoints_1 = require("./validateBackendModuleEndpoints");
const validateFileViewerRegexPatterns_1 = require("./validateFileViewerRegexPatterns");
+const validateWorkspacePageProperties_1 = require("./validateWorkspacePageProperties");
const validateBitbucketModules = (modules, yamlContentByLine) => {
return [
...(0, validateBackendModuleEndpoints_1.validateBackendModuleEndpoints)(modules, yamlContentByLine),
- ...(0, validateFileViewerRegexPatterns_1.validateFileViewerRegexPatterns)(modules, yamlContentByLine)
+ ...(0, validateFileViewerRegexPatterns_1.validateFileViewerRegexPatterns)(modules, yamlContentByLine),
+ ...(0, validateWorkspacePageProperties_1.validateWorkspacePageProperties)(modules, yamlContentByLine)
];
};
exports.validateBitbucketModules = validateBitbucketModules;