@ronin/compiler 0.17.22-leo-ron-1140-experimental-435 → 0.17.22-leo-ron-1140-experimental-436
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2204,7 +2204,7 @@ var Transaction = class {
|
|
2204
2204
|
const query2 = {
|
2205
2205
|
[queryType]: { [model.pluralSlug]: instructions }
|
2206
2206
|
};
|
2207
|
-
return { query: query2, index,
|
2207
|
+
return { query: query2, index, expansion: true };
|
2208
2208
|
});
|
2209
2209
|
}
|
2210
2210
|
return { query, index };
|
package/package.json
CHANGED