@sap-ux/cap-config-writer 0.12.33 → 0.12.35

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.
@@ -80,7 +80,6 @@ async function updateExistingWatchScripts(fs, projectPath, appsPath, packageJson
80
80
  */
81
81
  async function updateScripts(fs, packageJson, { projectPath, projectName, appsPath, appId }, addCdsUi5Plugin) {
82
82
  let cdsScripts = {};
83
- // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
84
83
  if (addCdsUi5Plugin) {
85
84
  // If the project has the cds-plugin-ui5 then the project is served using the appId
86
85
  // Update existing watch scripts if they exist
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cap-config-writer",
3
3
  "description": "Add or update configuration for SAP CAP projects",
4
- "version": "0.12.33",
4
+ "version": "0.12.35",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,10 +24,10 @@
24
24
  "mem-fs-editor": "9.4.0",
25
25
  "semver": "7.5.4",
26
26
  "xml-js": "1.6.11",
27
- "@sap-ux/logger": "0.7.1",
28
- "@sap-ux/project-access": "1.32.15",
29
- "@sap-ux/yaml": "0.17.2",
30
- "@sap-ux/fiori-generator-shared": "0.13.42"
27
+ "@sap-ux/logger": "0.7.2",
28
+ "@sap-ux/project-access": "1.32.16",
29
+ "@sap-ux/yaml": "0.17.3",
30
+ "@sap-ux/fiori-generator-shared": "0.13.44"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/mem-fs": "1.1.2",
@@ -41,8 +41,8 @@
41
41
  "build": "tsc --build",
42
42
  "clean": "rimraf --glob dist coverage *.tsbuildinfo",
43
43
  "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
44
- "lint": "eslint . --ext .ts",
45
- "lint:fix": "eslint . --ext .ts --fix",
44
+ "lint": "eslint",
45
+ "lint:fix": "eslint --fix",
46
46
  "test": "jest --ci --forceExit --detectOpenHandles --colors",
47
47
  "watch": "tsc --watch"
48
48
  }