@sap/ux-specification 1.71.77 → 1.71.79

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.
package/dist/src/api.js CHANGED
@@ -116,7 +116,7 @@ exports.importProjectSchema = importProjectSchema;
116
116
  */
117
117
  function getApiVersion() {
118
118
  return {
119
- version: '7'
119
+ version: '8'
120
120
  };
121
121
  }
122
122
  exports.getApiVersion = getApiVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.71.77",
3
+ "version": "1.71.79",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -50,25 +50,22 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@sap-ux/annotation-converter": "0.5.20",
53
- "@sap/ux-specification-types": "1.71.77",
53
+ "@sap/ux-specification-types": "1.71.79",
54
54
  "@sap-ux/edmx-parser": "0.5.13",
55
- "@types/d3": "7.1.0",
56
- "@types/jquery": "3.5.6",
57
- "@types/sax": "1.2.1",
55
+ "@types/d3": "7.4.0",
56
+ "@types/jquery": "3.5.16",
58
57
  "@ui5/flexibility-utils": "0.1.3",
59
58
  "ajv": "6.12.6",
60
59
  "cpy-cli": "3.1.1",
61
- "d3": "7.6.1",
62
- "deepmerge": "4.2.2",
63
- "ejs": "3.1.7",
64
- "excel4node": "1.7.2",
65
- "i18next": "20.3.1",
66
- "jquery": "3.6.0",
60
+ "d3": "7.8.2",
61
+ "deepmerge": "4.3.0",
62
+ "ejs": "3.1.8",
63
+ "excel4node": "1.8.0",
64
+ "i18next": "20.6.1",
65
+ "jquery": "3.6.3",
67
66
  "lodash.unset": "4.5.2",
68
67
  "path": "0.12.7",
69
68
  "reflect-metadata": "0.1.13",
70
- "sax": "1.2.4",
71
- "semver": "7.3.5",
72
69
  "typescript-json-schema": "0.53.0",
73
70
  "xml-js": "1.6.11"
74
71
  },