@bprotsyk/aso-core 1.2.34 → 1.2.35

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.
@@ -188,9 +188,7 @@ async function updateSchemaAndMoveValue(model) {
188
188
  "generationOptions.keyCity": 0,
189
189
  "generationOptions.keyAlias": 0,
190
190
  "generationOptions.keyPassword": 0
191
- }
192
- },
193
- {
191
+ },
194
192
  '$addFields': {
195
193
  'plugUrl': `$pastebinUrl`,
196
194
  'reservePlugUrl': null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -258,9 +258,7 @@ export async function updateSchemaAndMoveValue(model: Model<IFlashAppUpdated>):
258
258
  "generationOptions.keyCity": 0,
259
259
  "generationOptions.keyAlias": 0,
260
260
  "generationOptions.keyPassword": 0
261
- }
262
- },
263
- {
261
+ },
264
262
  '$addFields': {
265
263
  'plugUrl': `$pastebinUrl`,
266
264
  'reservePlugUrl': null,