@objectstack/cloud-connection 10.3.0 → 11.1.0
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 +1 -31
- package/dist/index.d.ts +1 -31
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1150,7 +1150,7 @@ var MarketplaceInstallLocalPlugin = class {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
}
|
|
1152
1152
|
if (opts.seedNow && datasets.length > 0) {
|
|
1153
|
-
const multiTenant =
|
|
1153
|
+
const multiTenant = (0, import_types.resolveMultiOrgEnabled)();
|
|
1154
1154
|
try {
|
|
1155
1155
|
const ql = ctx.getService("objectql");
|
|
1156
1156
|
let metadata;
|