@sap/ux-specification 1.71.157 → 1.71.158

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.71.157",
3
+ "version": "1.71.158",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -45,22 +45,23 @@
45
45
  "lint:fix": "eslint . --fix",
46
46
  "lint:report": "eslint . -f multiple",
47
47
  "lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
48
- "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
49
- "test:ci": "node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
48
+ "macros": "ts-node ./scripts/macros/index.ts",
49
+ "macros:update": "npm run macros -- --update",
50
+ "test": "NODE_OPTIONS=--experimental-vm-modules jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
51
+ "test:ci": "NODE_OPTIONS=--experimental-vm-modules node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
50
52
  "update-snapshots": "jest --updateSnapshot",
51
53
  "watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
52
54
  "watch:doc": "npm-run-all -l -s clean:doc -s compile -s htmlV2 -s bundle:watch"
53
55
  },
54
56
  "publisher": "SAPSE",
55
57
  "license": "SEE LICENSE IN LICENSE",
56
- "dependencies": {},
57
58
  "devDependencies": {
58
59
  "@sap-ux/annotation-converter": "0.10.21",
59
60
  "@sap-ux/edmx-parser": "0.10.0",
60
- "@sap-ux/fe-fpm-writer": "0.43.28",
61
- "@sap-ux/project-access": "1.36.3",
62
- "@sap/ux-specification-types": "1.71.157",
61
+ "@sap-ux/fe-fpm-writer": "1.0.8",
62
+ "@sap-ux/project-access": "1.38.1",
63
63
  "@sap-ux/vocabularies-types": "0.15.0",
64
+ "@sap/ux-specification-types": "1.71.158",
64
65
  "@types/d3": "7.4.3",
65
66
  "@types/jquery": "3.5.34",
66
67
  "@types/json-schema": "7.0.15",
@@ -69,14 +70,15 @@
69
70
  "@ui5/flexibility-utils": "0.1.3",
70
71
  "@xml-tools/ast": "5.0.5",
71
72
  "@xml-tools/parser": "1.0.11",
72
- "axios": "1.17.0",
73
+ "axios": "1.18.0",
73
74
  "cpy-cli": "7.0.0",
75
+ "cross-env": "10.1.0",
74
76
  "d3": "7.9.0",
75
77
  "deepmerge": "4.3.1",
76
78
  "ejs": "3.1.10",
77
79
  "eslint-formatter-checkstyle": "9.0.1",
78
80
  "excel4node": "1.8.2",
79
- "i18next": "25.8.18",
81
+ "i18next": "25.10.10",
80
82
  "jquery": "3.7.1",
81
83
  "jsdom": "25.0.1",
82
84
  "jsonpath-plus": "10.4.0",
@@ -84,7 +86,7 @@
84
86
  "mem-fs-editor": "9.7.0",
85
87
  "path": "0.12.7",
86
88
  "reflect-metadata": "0.2.2",
87
- "semver": "7.8.3",
89
+ "semver": "7.8.4",
88
90
  "typescript-json-schema": "0.67.1",
89
91
  "xml-js": "1.6.11"
90
92
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.71.157",
3
+ "version": "1.71.158",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -45,22 +45,23 @@
45
45
  "lint:fix": "eslint . --fix",
46
46
  "lint:report": "eslint . -f multiple",
47
47
  "lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
48
- "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
49
- "test:ci": "node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
48
+ "macros": "ts-node ./scripts/macros/index.ts",
49
+ "macros:update": "npm run macros -- --update",
50
+ "test": "NODE_OPTIONS=--experimental-vm-modules jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
51
+ "test:ci": "NODE_OPTIONS=--experimental-vm-modules node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
50
52
  "update-snapshots": "jest --updateSnapshot",
51
53
  "watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
52
54
  "watch:doc": "npm-run-all -l -s clean:doc -s compile -s htmlV2 -s bundle:watch"
53
55
  },
54
56
  "publisher": "SAPSE",
55
57
  "license": "SEE LICENSE IN LICENSE",
56
- "dependencies": {},
57
58
  "devDependencies": {
58
59
  "@sap-ux/annotation-converter": "0.10.21",
59
60
  "@sap-ux/edmx-parser": "0.10.0",
60
- "@sap-ux/fe-fpm-writer": "0.43.28",
61
- "@sap-ux/project-access": "1.36.3",
62
- "@sap/ux-specification-types": "1.71.157",
61
+ "@sap-ux/fe-fpm-writer": "1.0.8",
62
+ "@sap-ux/project-access": "1.38.1",
63
63
  "@sap-ux/vocabularies-types": "0.15.0",
64
+ "@sap/ux-specification-types": "1.71.158",
64
65
  "@types/d3": "7.4.3",
65
66
  "@types/jquery": "3.5.34",
66
67
  "@types/json-schema": "7.0.15",
@@ -69,14 +70,15 @@
69
70
  "@ui5/flexibility-utils": "0.1.3",
70
71
  "@xml-tools/ast": "5.0.5",
71
72
  "@xml-tools/parser": "1.0.11",
72
- "axios": "1.17.0",
73
+ "axios": "1.18.0",
73
74
  "cpy-cli": "7.0.0",
75
+ "cross-env": "10.1.0",
74
76
  "d3": "7.9.0",
75
77
  "deepmerge": "4.3.1",
76
78
  "ejs": "3.1.10",
77
79
  "eslint-formatter-checkstyle": "9.0.1",
78
80
  "excel4node": "1.8.2",
79
- "i18next": "25.8.18",
81
+ "i18next": "25.10.10",
80
82
  "jquery": "3.7.1",
81
83
  "jsdom": "25.0.1",
82
84
  "jsonpath-plus": "10.4.0",
@@ -84,7 +86,7 @@
84
86
  "mem-fs-editor": "9.7.0",
85
87
  "path": "0.12.7",
86
88
  "reflect-metadata": "0.2.2",
87
- "semver": "7.8.3",
89
+ "semver": "7.8.4",
88
90
  "typescript-json-schema": "0.67.1",
89
91
  "xml-js": "1.6.11"
90
92
  },