theprogrammablemind 7.7.0-beta.10 → 7.7.0-beta.11

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 +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.11",
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