@filerobot/store-default
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -0,0 +0,0 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } |
{ | ||
"name": "@filerobot/store-default", | ||
"description": "The default simple object-based store for Filerobot Media Asset Widget.", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
# `@filerobot/store-default` | ||
A simple store plugin used to store & handle the state of the Filerobot widget and keeps the data. |
@@ -0,0 +0,0 @@ import FilerobotUtils = require('@filerobot/utils') |
@@ -0,0 +0,0 @@ import DefaultStore = require('../') |
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
4506