@igniteui/angular-templates 20.0.1457 → 20.0.1458

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.
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "20.0.1457",
3
+ "version": "20.0.1458",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.5.7",
15
+ "@igniteui/cli-core": "~14.5.8",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }