@francesco_ksh/app-ksh-mgd-schemas 1.9.4 → 1.9.5

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.
Files changed (2) hide show
  1. package/models/Store.js +1 -1
  2. package/package.json +1 -1
package/models/Store.js CHANGED
@@ -347,7 +347,7 @@ const storeSchema = new Schema(
347
347
  },
348
348
  fedEx: {
349
349
  type: Boolean,
350
- default: false,
350
+ default: true,
351
351
  },
352
352
  fedExAllowedCategory: {
353
353
  isAll: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {