theprogrammablemind 7.5.8-beta.81 → 7.5.8-beta.82

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 +1 -1
package/package.json CHANGED
@@ -64,6 +64,6 @@
64
64
  "json-stable-stringify": "^1.0.1",
65
65
  "node-fetch": "^2.6.1"
66
66
  },
67
- "version": "7.5.8-beta.81",
67
+ "version": "7.5.8-beta.82",
68
68
  "license": "ISC"
69
69
  }
package/src/config.js CHANGED
@@ -1015,7 +1015,7 @@ class Config {
1015
1015
 
1016
1016
  const sameQueries = helpers.safeEquals(toCanonicalQueries(template.queries || []).map(helpers.updateQueries), toCanonicalQueries(instance.queries || []))
1017
1017
 
1018
- const debug = false
1018
+ const debug = true
1019
1019
  if (debug) {
1020
1020
  console.log("instance", instance)
1021
1021
  console.log("sameQueries", sameQueries)