@xh/hoist 70.0.0-SNAPSHOT.1731623470295 → 70.0.0-SNAPSHOT.1731694945674
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/data/cube/View.ts +6 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/data/cube/View.ts
CHANGED
|
@@ -472,6 +472,12 @@ export class View extends HoistBase {
|
|
|
472
472
|
'Store.reuseRecords cannot be used on a Store that is connected to a Cube View'
|
|
473
473
|
);
|
|
474
474
|
|
|
475
|
+
throwIf(
|
|
476
|
+
ret.some(s => s.idEncodesTreePath) &&
|
|
477
|
+
(!isNil(this.cube.bucketSpecFn) || !isNil(this.cube.omitFn)),
|
|
478
|
+
'Store.idEncodesTreePath cannot be used on a Store that is connected to a Cube with a `bucketSpecFn` or `omitFn`'
|
|
479
|
+
);
|
|
480
|
+
|
|
475
481
|
return ret;
|
|
476
482
|
}
|
|
477
483
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "70.0.0-SNAPSHOT.
|
|
3
|
+
"version": "70.0.0-SNAPSHOT.1731694945674",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|