@sap-ux/create 0.15.29 → 0.15.31

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.
@@ -24,6 +24,7 @@ Example:
24
24
  if (options.verbose === true || options.simulate) {
25
25
  (0, tracing_1.setLogLevelVerbose)();
26
26
  }
27
+ // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
27
28
  await addEslintConfig(path || process.cwd(), !!options.simulate, options.config, !!options.skipInstall);
28
29
  });
29
30
  }
@@ -23,6 +23,7 @@ Examples:
23
23
  if (options.verbose === true || options.simulate) {
24
24
  (0, tracing_1.setLogLevelVerbose)();
25
25
  }
26
+ // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
26
27
  await convertEslintConfig(path || process.cwd(), !!options.simulate, options.config, !!options.skipInstall);
27
28
  });
28
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/create",
3
3
  "description": "SAP Fiori tools module to add or remove features",
4
- "version": "0.15.29",
4
+ "version": "0.15.31",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -31,19 +31,19 @@
31
31
  "mem-fs": "2.1.0",
32
32
  "mem-fs-editor": "9.4.0",
33
33
  "prompts": "2.4.2",
34
- "@sap-ux/abap-deploy-config-inquirer": "1.7.17",
35
- "@sap-ux/abap-deploy-config-writer": "0.2.89",
36
- "@sap-ux/adp-tooling": "0.18.85",
37
- "@sap-ux/app-config-writer": "0.6.117",
38
- "@sap-ux/cap-config-writer": "0.12.76",
34
+ "@sap-ux/abap-deploy-config-inquirer": "1.7.18",
35
+ "@sap-ux/abap-deploy-config-writer": "0.2.90",
36
+ "@sap-ux/adp-tooling": "0.18.86",
37
+ "@sap-ux/app-config-writer": "0.6.119",
38
+ "@sap-ux/cap-config-writer": "0.12.77",
39
39
  "@sap-ux/logger": "0.8.2",
40
- "@sap-ux/mockserver-config-writer": "0.9.61",
41
- "@sap-ux/odata-service-writer": "0.29.33",
42
- "@sap-ux/preview-middleware": "0.23.146",
43
- "@sap-ux/project-access": "1.35.12",
40
+ "@sap-ux/mockserver-config-writer": "0.9.62",
41
+ "@sap-ux/odata-service-writer": "0.29.34",
42
+ "@sap-ux/preview-middleware": "0.23.147",
43
+ "@sap-ux/project-access": "1.35.13",
44
44
  "@sap-ux/system-access": "0.6.63",
45
45
  "@sap-ux/ui5-config": "0.29.21",
46
- "@sap-ux/flp-config-inquirer": "0.4.144",
46
+ "@sap-ux/flp-config-inquirer": "0.4.145",
47
47
  "@sap-ux/nodejs-utils": "0.2.16",
48
48
  "@sap-ux/axios-extension": "1.25.21"
49
49
  },
@@ -53,7 +53,7 @@
53
53
  "@types/mem-fs": "1.1.2",
54
54
  "@types/mem-fs-editor": "7.0.1",
55
55
  "@types/prompts": "2.4.4",
56
- "@sap-ux/inquirer-common": "0.11.21",
56
+ "@sap-ux/inquirer-common": "0.11.22",
57
57
  "@sap-ux/store": "1.5.9"
58
58
  },
59
59
  "scripts": {