theprogrammablemind_4wp 7.5.8-beta.81 → 7.5.8-beta.83

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 +5 -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.83",
68
68
  "license": "ISC"
69
69
  }
package/src/config.js CHANGED
@@ -1014,8 +1014,12 @@ 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
- const debug = false
1022
+ const debug = true
1019
1023
  if (debug) {
1020
1024
  console.log("instance", instance)
1021
1025
  console.log("sameQueries", sameQueries)