@jam-comments/server-utilities 5.8.0 → 5.8.1

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.
@@ -107,6 +107,7 @@ function markupFetcher(platform, fetchImplementation = fetch) {
107
107
  if (!store_1.default.isInitialized()) {
108
108
  return null;
109
109
  }
110
+ console.log("Getting cached comment markup");
110
111
  return store_1.default.get(path) || store_1.default.getEmptyMarkup();
111
112
  })();
112
113
  const markup = savedFile
@@ -97,6 +97,7 @@ export function markupFetcher(platform, fetchImplementation = fetch) {
97
97
  if (!store.isInitialized()) {
98
98
  return null;
99
99
  }
100
+ console.log("Getting cached comment markup");
100
101
  return store.get(path) || store.getEmptyMarkup();
101
102
  })();
102
103
  const markup = savedFile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jam-comments/server-utilities",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "Various JavaScript utilities for JamComments.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",