strapi-plugin-i-relate-to-this 0.4.0 → 0.4.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.
@@ -121,7 +121,6 @@ const search = async (id, status, parent) => {
121
121
  // not snaked cased!
122
122
  { name: "components", shortName: "cmps", compressible: false }
123
123
  ]);
124
- console.log(`getting ${joinColumnName} for ${inverseJoinColumnName} ${id} from ${tableName}`);
125
124
  const relationsInTable = await strapi.db.getConnection(tableName).where({
126
125
  [inverseJoinColumnName]: id,
127
126
  ...type === "relation" ? {} : {
@@ -117,7 +117,6 @@ const search = async (id, status, parent) => {
117
117
  // not snaked cased!
118
118
  { name: "components", shortName: "cmps", compressible: false }
119
119
  ]);
120
- console.log(`getting ${joinColumnName} for ${inverseJoinColumnName} ${id} from ${tableName}`);
121
120
  const relationsInTable = await strapi.db.getConnection(tableName).where({
122
121
  [inverseJoinColumnName]: id,
123
122
  ...type === "relation" ? {} : {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.0",
2
+ "version": "0.4.1",
3
3
  "keywords": [],
4
4
  "type": "commonjs",
5
5
  "exports": {