@giteeteam/apps-manifest 0.7.2 → 0.7.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.
Files changed (2) hide show
  1. package/lib/validate.js +1 -1
  2. package/package.json +1 -1
package/lib/validate.js CHANGED
@@ -129,7 +129,7 @@ const validateWorkspacePage = (json) => {
129
129
  if (module.type && !['group', 'board'].includes(module.type)) {
130
130
  errors.push({
131
131
  path: `/modules/workspacePage/${module.key}`,
132
- message: `Group type must be 'group' or 'board'! `,
132
+ message: `Type must be 'group' or 'board'! `,
133
133
  });
134
134
  }
135
135
  if (module.type === 'group') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-manifest",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Giteeteam Apps Manifest",
5
5
  "keywords": [
6
6
  "typescript",