@elliemae/pui-cli 7.27.2 → 7.27.3

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.
@@ -152,13 +152,20 @@ const plugins = [
152
152
  }),
153
153
  new import_favicons_webpack_plugin.default({
154
154
  outputPath: "./latest/assets",
155
+ prefix: "latest/assets/",
155
156
  logo: "./app/view/images/favicon.png",
156
157
  favicons: {
157
- developerName: "ICE MT",
158
- developerURL: null,
159
- // prevent retrieving from the nearest package.json
158
+ appName: "",
159
+ appShortName: "",
160
+ appDescription: "",
161
+ developerURL: "",
162
+ developerName: "ICE",
160
163
  icons: {
161
- coast: false,
164
+ favicons: true,
165
+ android: false,
166
+ appleIcon: false,
167
+ appleStartup: false,
168
+ windows: false,
162
169
  yandex: false
163
170
  }
164
171
  }
@@ -125,13 +125,20 @@ const plugins = [
125
125
  }),
126
126
  new FaviconsWebpackPlugin({
127
127
  outputPath: "./latest/assets",
128
+ prefix: "latest/assets/",
128
129
  logo: "./app/view/images/favicon.png",
129
130
  favicons: {
130
- developerName: "ICE MT",
131
- developerURL: null,
132
- // prevent retrieving from the nearest package.json
131
+ appName: "",
132
+ appShortName: "",
133
+ appDescription: "",
134
+ developerURL: "",
135
+ developerName: "ICE",
133
136
  icons: {
134
- coast: false,
137
+ favicons: true,
138
+ android: false,
139
+ appleIcon: false,
140
+ appleStartup: false,
141
+ windows: false,
135
142
  yandex: false
136
143
  }
137
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.27.2",
3
+ "version": "7.27.3",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",