@feedmepos/mf-common 1.8.29 → 1.8.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ export declare const localStorage: {
2
+ setItem: (key: string, value: string) => void;
3
+ getItem: (key: string) => string | null;
4
+ removeItem: (key: string) => void;
5
+ };
6
+ //# sourceMappingURL=storage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/utils/storage.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;mBACR,MAAM,SAAS,MAAM;mBAGrB,MAAM;sBAOH,MAAM;CAGzB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.8.29",
3
+ "version": "1.8.30",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"