flykup_model_development 1.0.5 → 1.0.6

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.
@@ -172,6 +172,6 @@ ShoppableVideoSchema.index({ processingStatus: 1, updatedAt: 1 });
172
172
  // Index for host and their videos
173
173
  ShoppableVideoSchema.index({ host: 1, hostModel: 1 });
174
174
 
175
- const ShoppableVideo = mongoose.models.shoppablevideo || mongoose.model("shoppablevideos", ShoppableVideoSchema);
175
+ const ShoppableVideo = mongoose.models.shoppablevideos || mongoose.model("shoppablevideos", ShoppableVideoSchema);
176
176
 
177
177
  export default ShoppableVideo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,