@igniteui/angular-templates 18.1.1401 → 18.1.1402
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.
|
@@ -75,6 +75,7 @@ $app-palette: palette($primary, $secondary, $surface);
|
|
|
75
75
|
dot: ".",
|
|
76
76
|
path: name,
|
|
77
77
|
projectTemplate: this.id,
|
|
78
|
+
igxPackage: cli_core_1.NPM_ANGULAR,
|
|
78
79
|
yamlDefaultBranch: "<%=yaml-default-branch%>", // the placeholder will be evaluated by CodeGen
|
|
79
80
|
ApplicationTitle: "<%=ApplicationTitle%>" // the placeholder will be evaluated by CodeGen
|
|
80
81
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.1402",
|
|
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.0.
|
|
15
|
+
"@igniteui/cli-core": "~14.0.2",
|
|
16
16
|
"typescript": "~5.4.3"
|
|
17
17
|
}
|
|
18
18
|
}
|