@wavemaker/angular-codegen 12.0.0-next.141165 → 12.0.0-next.141167

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.
@@ -8,9 +8,9 @@
8
8
  "post-build": "node build-scripts/post-build.js",
9
9
  "test": "jest --no-cache",
10
10
  "test:watch": "jest --watch",
11
- "test:coverage": "jest --coverage && node jest-code-coverage-report.js",
11
+ "test:coverage": "jest --coverage",
12
12
  "test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
13
- "lint": "eslint --ext .ts,.html src/ \"projects/**/*.{ts,html}\"",
13
+ "lint": "./node_modules/.bin/ng lint",
14
14
  "e2e": "./node_modules/.bin/ng e2e",
15
15
  "optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
16
16
  "owasp": "owasp-dependency-check --project \"wavemaker-ng-runtime\" -f \"ALL\""
@@ -45,7 +45,7 @@
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.1",
47
47
  "@wavemaker/nvd3": "1.8.12",
48
- "@wavemaker/variables": "12.0.0-next.141165",
48
+ "@wavemaker/variables": "12.0.0-next.141167",
49
49
  "@ztree/ztree_v3": "3.5.48",
50
50
  "angular-imask": "^7.6.1",
51
51
  "angular2-websocket": "0.9.7",
@@ -70,17 +70,12 @@
70
70
  "tslib": "2.4.1",
71
71
  "x2js": "3.4.4",
72
72
  "zone.js": "0.14.7",
73
- "@wavemaker/app-ng-runtime": "12.0.0-next.141165"
73
+ "@wavemaker/app-ng-runtime": "12.0.0-next.141167"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
77
77
  "@angular-builders/custom-webpack": "17.0.2",
78
78
  "@angular-devkit/build-angular": "17.3.8",
79
- "@angular-eslint/builder": "17.5.3",
80
- "@angular-eslint/eslint-plugin": "17.5.3",
81
- "@angular-eslint/eslint-plugin-template": "17.5.3",
82
- "@angular-eslint/schematics": "17.5.3",
83
- "@angular-eslint/template-parser": "17.5.3",
84
79
  "@angular/cli": "17.3.8",
85
80
  "@angular/compiler-cli": "17.3.11",
86
81
  "@angular/language-service": "17.3.11",
@@ -95,13 +90,10 @@
95
90
  "@types/lodash-es": "4.17.12",
96
91
  "@types/node": "12.11.1",
97
92
  "@types/sizzle": "^2.3.3",
98
- "@typescript-eslint/eslint-plugin": "7.11.0",
99
- "@typescript-eslint/parser": "7.11.0",
100
93
  "babel-loader": "^9.1.2",
101
94
  "cheerio": "1.0.0-rc.12",
102
95
  "codelyzer": "5.1.2",
103
96
  "compression-webpack-plugin": "10.0.0",
104
- "eslint": "^8.57.0",
105
97
  "fs": "0.0.1-security",
106
98
  "fs-extra": "7.0.1",
107
99
  "jest": "^29.7.0",