@loki/browser
Advanced tools
Comparing version 0.28.0 to 0.29.0
{ | ||
"name": "@loki/browser", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"description": "Loki browser integration", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@loki/integration-core": "^0.28.0" | ||
"@loki/integration-core": "^0.29.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "6cbab143b2367fbf4dddca561c593257c503ff11" | ||
"gitHead": "4be00352e8554d7aff69c49f670fc247a9d22e6e" | ||
} |
/* global window */ | ||
const { | ||
decorateStorybook, | ||
createReadyStateManager, | ||
} = require('@loki/integration-core'); | ||
const { createReadyStateManager } = require('@loki/integration-core'); | ||
const populateLokiHelpers = require('./populate-loki-helpers'); | ||
@@ -12,4 +9,3 @@ | ||
populateLokiHelpers(window, createReadyStateManager()); | ||
const getStorybook = decorateStorybook(storybook, window.loki); // Pass window.loki as most likely a different readyStateManager has already been assigned making the previous statement a no-op | ||
populateLokiHelpers(window, { getStorybook }); | ||
populateLokiHelpers(window, { getStorybook: () => storybook }); | ||
} | ||
@@ -16,0 +12,0 @@ }; |
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
20220
561
+ Added@loki/integration-core@0.29.0(transitive)
- Removed@loki/integration-core@0.28.0(transitive)