@bprotsyk/aso-core 1.2.32 → 1.2.33
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.
- package/lib/flash/flash-app.js +0 -2
- package/package.json +1 -1
- package/src/flash/flash-app.ts +0 -2
package/lib/flash/flash-app.js
CHANGED
|
@@ -181,8 +181,6 @@ async function updateSchemaAndMoveValue(model) {
|
|
|
181
181
|
$project: {
|
|
182
182
|
pastebinUrl: 0,
|
|
183
183
|
email: 0,
|
|
184
|
-
onesignalAppId: { $toString: '$onesignalAppId' },
|
|
185
|
-
onesignalRestApiKey: { $toString: '$onesignalRestApiKey' },
|
|
186
184
|
"generationOptionskeyFileName": 0,
|
|
187
185
|
"generationOptionskeyDeveloperName": 0,
|
|
188
186
|
"generationOptionskeyDeveloperOrganization": 0,
|
package/package.json
CHANGED
package/src/flash/flash-app.ts
CHANGED
|
@@ -251,8 +251,6 @@ export async function updateSchemaAndMoveValue(model: Model<IFlashAppUpdated>):
|
|
|
251
251
|
$project: {
|
|
252
252
|
pastebinUrl: 0,
|
|
253
253
|
email: 0,
|
|
254
|
-
onesignalAppId: { $toString: '$onesignalAppId' },
|
|
255
|
-
onesignalRestApiKey: { $toString: '$onesignalRestApiKey' },
|
|
256
254
|
"generationOptionskeyFileName": 0,
|
|
257
255
|
"generationOptionskeyDeveloperName": 0,
|
|
258
256
|
"generationOptionskeyDeveloperOrganization": 0,
|