@sap-ux/odata-service-writer 0.18.0 → 0.19.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -116,7 +116,7 @@ function generate(basePath, service, fs) {
116
116
  if (service.metadata) {
117
117
  // copy existing `ui5.yaml` as starting point for ui5-mock.yaml
118
118
  if (paths.ui5Yaml && ui5Config) {
119
- const webappPath = yield (0, project_access_1.getWebappPath)(basePath);
119
+ const webappPath = yield (0, project_access_1.getWebappPath)(basePath, fs);
120
120
  const config = {
121
121
  webappPath: webappPath,
122
122
  ui5MockYamlConfig: { path: service.path }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aodata-service-writer"
11
11
  },
12
- "version": "0.18.0",
12
+ "version": "0.19.1",
13
13
  "license": "Apache-2.0",
14
14
  "main": "dist/index.js",
15
15
  "files": [
@@ -27,8 +27,8 @@
27
27
  "mem-fs-editor": "9.4.0",
28
28
  "prettify-xml": "1.2.0",
29
29
  "semver": "7.5.4",
30
- "@sap-ux/mockserver-config-writer": "0.5.1",
31
- "@sap-ux/ui5-config": "0.22.3"
30
+ "@sap-ux/mockserver-config-writer": "0.5.2",
31
+ "@sap-ux/ui5-config": "0.22.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/ejs": "3.1.2",
@@ -38,7 +38,7 @@
38
38
  "@types/semver": "7.5.2",
39
39
  "fs-extra": "10.0.0",
40
40
  "lodash": "4.17.21",
41
- "@sap-ux/project-access": "1.19.14"
41
+ "@sap-ux/project-access": "1.20.0"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=18.x"