@bprotsyk/aso-core 1.2.49 → 1.2.50

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.
@@ -135,7 +135,7 @@ exports.FlashAppSchema = new mongoose_1.Schema({
135
135
  async function updateSchemaAndMoveValue(model) {
136
136
  let pipelineStage = [
137
137
  {
138
- $addFields: {
138
+ $project: {
139
139
  keitaroData: {
140
140
  redirectCampaignId: "none",
141
141
  redirectCampaignName: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -185,7 +185,7 @@ export const FlashAppSchema = new Schema({
185
185
  export async function updateSchemaAndMoveValue(model: Model<IFlashApp>): Promise<void> {
186
186
  let pipelineStage: PipelineStage[] = [
187
187
  {
188
- $addFields: {
188
+ $project: {
189
189
  keitaroData: {
190
190
  redirectCampaignId: "none",
191
191
  redirectCampaignName: "none",