@loki/browser
Advanced tools
Comparing version 0.31.0 to 0.31.2
{ | ||
"name": "@loki/browser", | ||
"version": "0.31.0", | ||
"version": "0.31.2", | ||
"description": "Loki browser integration", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "11b7d2d4af62dc47fb8dfb3f996646c88106998a" | ||
"gitHead": "e254843b1c39256c4624429da0d40470479105f7" | ||
} |
/* eslint-disable no-underscore-dangle */ | ||
const getStories = (window) => { | ||
const getStories = async (window) => { | ||
const getStorybook = | ||
@@ -22,2 +22,9 @@ (window.__STORYBOOK_CLIENT_API__ && window.__STORYBOOK_CLIENT_API__.raw) || | ||
if ( | ||
window.__STORYBOOK_CLIENT_API__.storyStore && | ||
window.__STORYBOOK_CLIENT_API__.storyStore.cacheAllCSFFiles | ||
) { | ||
await window.__STORYBOOK_CLIENT_API__.storyStore.cacheAllCSFFiles(); | ||
} | ||
const isSerializable = (value) => { | ||
@@ -24,0 +31,0 @@ try { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20957
591