@zenstackhq/orm 3.4.0 → 3.4.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -8604,7 +8604,7 @@ var ClientImpl = class _ClientImpl {
|
|
|
8604
8604
|
...functions_exports,
|
|
8605
8605
|
...this.$options.functions
|
|
8606
8606
|
};
|
|
8607
|
-
if (!baseClient) {
|
|
8607
|
+
if (!baseClient && !options.skipValidationForComputedFields) {
|
|
8608
8608
|
this.validateComputedFieldsConfig();
|
|
8609
8609
|
}
|
|
8610
8610
|
if (baseClient) {
|