@objectstack/runtime 9.3.0 → 9.5.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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
package/dist/index.cjs
CHANGED
|
@@ -2984,7 +2984,7 @@ var _HttpDispatcher = class _HttpDispatcher {
|
|
|
2984
2984
|
const metaSvc = await this.resolveService("metadata", _context.environmentId);
|
|
2985
2985
|
if (metaSvc && typeof metaSvc.getItem === "function") {
|
|
2986
2986
|
try {
|
|
2987
|
-
const data = await metaSvc.getItem(singularType, name);
|
|
2987
|
+
const data = await metaSvc.getItem(singularType, name, packageId);
|
|
2988
2988
|
if (data) return { handled: true, response: this.success(data) };
|
|
2989
2989
|
} catch {
|
|
2990
2990
|
}
|