@matdata/yasgui-utils 4.7.4 → 4.8.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matdata/yasgui-utils",
3
- "version": "4.7.4",
3
+ "version": "4.8.0",
4
4
  "description": "Utils for YASGUI libs",
5
5
  "main": "build/utils.min.js",
6
6
  "types": "build/ts/src/index.d.ts",
package/src/Storage.ts CHANGED
@@ -1,4 +1,4 @@
1
- var store = require("store");
1
+ import store from "store";
2
2
  export interface ItemWrapper<V = {}> {
3
3
  exp: number;
4
4
  val: V;
@@ -1 +0,0 @@
1
- /*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */