@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -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,