@bprotsyk/aso-core 2.1.107 → 2.1.108

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.
@@ -163,7 +163,7 @@ async function TrafleKeitaroParameters(parameters) {
163
163
  sub_id_4: { name: 'DEV', placeholder: '', alias: '' },
164
164
  sub_id_5: { name: 'LANG', placeholder: '', alias: '' },
165
165
  sub_id_10: { name: 'market', placeholder: '', alias: '' },
166
- sub_id_15: { name: ParamsGenerationsOpenAIResponse?.naming, placeholder: '{naming}', alias: 'Naming' },
166
+ sub_id_15: { name: originalParameters?.sub_id_15?.name || ParamsGenerationsOpenAIResponse?.naming, placeholder: '{naming}', alias: 'Naming' },
167
167
  sub_id_16: {
168
168
  name: 'bundle_id',
169
169
  placeholder: bundle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.1.107",
3
+ "version": "2.1.108",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -228,7 +228,7 @@ async function TrafleKeitaroParameters(parameters: any) {
228
228
  sub_id_4: { name: 'DEV', placeholder: '', alias: '' },
229
229
  sub_id_5: { name: 'LANG', placeholder: '', alias: '' },
230
230
  sub_id_10: { name: 'market', placeholder: '', alias: '' },
231
- sub_id_15: { name: ParamsGenerationsOpenAIResponse?.naming, placeholder: '{naming}', alias: 'Naming' },
231
+ sub_id_15: { name: originalParameters?.sub_id_15?.name || ParamsGenerationsOpenAIResponse?.naming, placeholder: '{naming}', alias: 'Naming' },
232
232
  sub_id_16: {
233
233
  name: 'bundle_id',
234
234
  placeholder: bundle,