@invrs/flatiron-store
Advanced tools
Comparing version 0.19.8 to 0.19.9
@@ -10,2 +10,4 @@ "use strict"; | ||
var _compose = require("@invrs/helpers/dist/compose"); | ||
var _dotStore = _interopRequireDefault(require("dot-store")); | ||
@@ -19,4 +21,4 @@ | ||
// Constants | ||
var store = (0, _dotStoreMessage.default)((0, _dotStoreIframe.default)(new _dotStore.default())); | ||
var store = (0, _compose.compose)((0, _dotStoreMessage.default)("article"), (0, _dotStoreIframe.default)("article"))(new _dotStore.default()); | ||
exports.store = store; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@invrs/flatiron-store", | ||
"version": "0.19.8", | ||
"version": "0.19.9", | ||
"description": "dot-store stores for flatiron", | ||
@@ -28,5 +28,6 @@ "main": "dist/index.js", | ||
"@babel/runtime": "7.0.0-beta.42", | ||
"@invrs/helpers": "^0.17.8", | ||
"dot-store": "^2.6.14", | ||
"dot-store-iframe": "^2.6.16", | ||
"dot-store-message": "^2.6.13" | ||
"dot-store-iframe": "^2.6.19", | ||
"dot-store-message": "^2.6.19" | ||
}, | ||
@@ -33,0 +34,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
3651
14
5
+ Added@invrs/helpers@^0.17.8
+ Added@invrs/helpers@0.17.8(transitive)
Updateddot-store-iframe@^2.6.19
Updateddot-store-message@^2.6.19