theprogrammablemind 7.5.8-beta.41 → 7.5.8-beta.42
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.
- package/package.json +1 -1
- package/src/config.js +2 -0
package/package.json
CHANGED
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
|
}
|