theprogrammablemind_4wp 7.5.8-beta.41 → 7.5.8-beta.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +2 -0
package/package.json CHANGED
@@ -63,6 +63,6 @@
63
63
  "json-stable-stringify": "^1.0.1",
64
64
  "node-fetch": "^2.6.1"
65
65
  },
66
- "version": "7.5.8-beta.41",
66
+ "version": "7.5.8-beta.42",
67
67
  "license": "ISC"
68
68
  }
package/src/config.js CHANGED
@@ -937,6 +937,8 @@ class Config {
937
937
  if (!(instance && sameQueries && sameFragments)) {
938
938
  console.log("sameFragments", sameFragments)
939
939
  console.log("sameQueries", sameQueries)
940
+ console.log("template.queries", template.queries)
941
+ console.log("instance.queries", instance.queries)
940
942
  }
941
943
  return !(instance && sameQueries && sameFragments)
942
944
  }