theprogrammablemind 7.5.8-beta.82 → 7.5.8-beta.83
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 +4 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -1014,6 +1014,10 @@ class Config {
|
|
1014
1014
|
}
|
1015
1015
|
|
1016
1016
|
const sameQueries = helpers.safeEquals(toCanonicalQueries(template.queries || []).map(helpers.updateQueries), toCanonicalQueries(instance.queries || []))
|
1017
|
+
if (!sameQueries) {
|
1018
|
+
debugger
|
1019
|
+
debugger
|
1020
|
+
}
|
1017
1021
|
|
1018
1022
|
const debug = true
|
1019
1023
|
if (debug) {
|