@sap-ux/ui5-test-writer 0.7.32 → 0.7.33
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/README.md +4 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-test-writer/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-test-writer)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/ui5-test-writer`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-test-writer)
|
|
2
4
|
|
|
3
5
|
OPA files writer for use within Yeoman generator and other prompting libraries.
|
|
4
6
|
|
|
@@ -58,4 +60,4 @@ await exampleWriter();
|
|
|
58
60
|
```
|
|
59
61
|
|
|
60
62
|
## Keywords
|
|
61
|
-
SAP Fiori Elements
|
|
63
|
+
SAP Fiori Elements
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui5-test-writer",
|
|
3
3
|
"description": "SAP UI5 tests writer",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.33",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"i18next": "25.3.0",
|
|
25
25
|
"mem-fs": "2.1.0",
|
|
26
26
|
"mem-fs-editor": "9.4.0",
|
|
27
|
-
"@sap-ux/ui5-application-writer": "1.5.
|
|
28
|
-
"@sap-ux/logger": "0.7.
|
|
29
|
-
"@sap-ux/project-access": "1.32.
|
|
27
|
+
"@sap-ux/ui5-application-writer": "1.5.20",
|
|
28
|
+
"@sap-ux/logger": "0.7.1",
|
|
29
|
+
"@sap-ux/project-access": "1.32.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/ejs": "3.1.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/mem-fs-editor": "7.0.1",
|
|
36
36
|
"rimraf": "6.0.1",
|
|
37
37
|
"fs-extra": "10.0.0",
|
|
38
|
-
"@sap-ux/jest-file-matchers": "0.2.
|
|
38
|
+
"@sap-ux/jest-file-matchers": "0.2.6"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=20.x"
|