@eeplatform/core 1.8.2 → 1.8.3

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.mjs CHANGED
@@ -7249,6 +7249,10 @@ function usePSGCRepo() {
7249
7249
  cacheKeyOptions.prefix = prefix;
7250
7250
  }
7251
7251
  const cacheKey = makeCacheKey13(namespace_collection, { name });
7252
+ logger19.log({
7253
+ level: "info",
7254
+ message: `Query for getByName PSGC: ${JSON.stringify(query)}`
7255
+ });
7252
7256
  try {
7253
7257
  const cached = await getCache(cacheKey);
7254
7258
  if (cached) {