@bprotsyk/aso-core 1.2.41 → 1.2.42
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 +1 -4
- package/package.json +1 -1
- package/src/flash/flash-app.ts +1 -4
package/lib/flash/flash-app.js
CHANGED
|
@@ -196,9 +196,6 @@ async function updateSchemaAndMoveValue(model) {
|
|
|
196
196
|
"generationOptions.keyPassword": 0,
|
|
197
197
|
},
|
|
198
198
|
};
|
|
199
|
-
await model.updateMany({},
|
|
200
|
-
{},
|
|
201
|
-
updateOperation
|
|
202
|
-
]);
|
|
199
|
+
await model.updateMany({}, updateOperation);
|
|
203
200
|
}
|
|
204
201
|
exports.updateSchemaAndMoveValue = updateSchemaAndMoveValue;
|
package/package.json
CHANGED
package/src/flash/flash-app.ts
CHANGED