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.
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
  }