theprogrammablemind_4wp 7.7.0-beta.10 → 7.7.0-beta.12

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 -0
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "json-stable-stringify": "^1.0.1",
66
66
  "node-fetch": "^2.6.1"
67
67
  },
68
- "version": "7.7.0-beta.10",
68
+ "version": "7.7.0-beta.12",
69
69
  "license": "ISC"
70
70
  }
package/src/config.js CHANGED
@@ -1071,6 +1071,11 @@ class Config {
1071
1071
  }
1072
1072
  }
1073
1073
 
1074
+ if (startOfChanges) {
1075
+ console.log('templateQueries[startOfChanges]', templateQueries[startOfChanges]);
1076
+ console.log('instanceQueries[startOfChanges]', instanceQueries[startOfChanges]);
1077
+ }
1078
+
1074
1079
  // things were deleted case
1075
1080
  if (templateQueries.length < instanceQueries.length) {
1076
1081
  startOfChanges = instanceQueries.length