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.
- package/package.json +1 -1
- package/src/config.js +5 -0
package/package.json
CHANGED
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
|