@giteeteam/apps-manifest 0.4.0 → 0.4.1

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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "$id": "http://proxima.com/schemas/dependVersion.json",
3
+ "type": "object",
4
+ "additionalProperties": true,
5
+ "minProperties": 1
6
+ }
package/lib/validate.js CHANGED
@@ -19,6 +19,7 @@ const type_json_1 = __importDefault(require("./schema/modules/custom-field/type.
19
19
  const resources_json_1 = __importDefault(require("./schema/resources.json"));
20
20
  const tables_json_1 = __importDefault(require("./schema/tables.json"));
21
21
  const locales_json_1 = __importDefault(require("./schema/locales.json"));
22
+ const dependVersion_json_1 = __importDefault(require("./schema/dependVersion.json"));
22
23
  const validateResource = (json) => {
23
24
  const errors = [];
24
25
  const frontendModules = ['adminPage', 'itemPanel', 'itemActivity', 'appPage'];
@@ -93,6 +94,7 @@ const validateFactory = (schema) => {
93
94
  resources_json_1.default,
94
95
  tables_json_1.default,
95
96
  locales_json_1.default,
97
+ dependVersion_json_1.default,
96
98
  ],
97
99
  });
98
100
  (0, ajv_keywords_1.default)(ajv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-manifest",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Giteeteam Apps Manifest",
5
5
  "keywords": [
6
6
  "typescript",