@akemona-org/strapi-connector-mongoose 3.12.0 → 3.12.1

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.
@@ -323,7 +323,7 @@ module.exports = async ({ models, target }, ctx) => {
323
323
  // Side-effect: Delete all the indexes not present in the model.json
324
324
  Model.syncIndexes().then(
325
325
  () => {
326
- strapi.log.deubg('Mongo sync index call successful.');
326
+ strapi.log.debug('Mongo sync index call successful.');
327
327
  },
328
328
  (error) => {
329
329
  strapi.log.error('Mongo index sync failed: %o', error);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.12.0",
6
+ "version": "3.12.1",
7
7
  "description": "Mongoose hook for the Strapi framework",
8
8
  "homepage": "https://strapi.akemona.com",
9
9
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "./lib",
20
20
  "dependencies": {
21
- "@akemona-org/strapi-utils": "3.12.0",
21
+ "@akemona-org/strapi-utils": "3.12.1",
22
22
  "lodash": "4.17.21",
23
23
  "mongoose": "7.0.1",
24
24
  "mongoose-float": "1.0.4",
@@ -54,5 +54,5 @@
54
54
  "scripts": {
55
55
  "test": "echo \"no tests yet\""
56
56
  },
57
- "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
57
+ "gitHead": "406690c95b4ed62f34c43c7f07851970ea61ac4d"
58
58
  }