@ahoo-wang/fetcher-storage 1.6.8 → 1.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/README.md CHANGED
@@ -1,12 +1,16 @@
1
1
  # @ahoo-wang/fetcher-storage
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@ahoo-wang/fetcher-storage.svg)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
4
+ [![Build Status](https://github.com/Ahoo-Wang/fetcher/actions/workflows/ci.yml/badge.svg)](https://github.com/Ahoo-Wang/fetcher/actions)
5
+ [![codecov](https://codecov.io/gh/Ahoo-Wang/fetcher/graph/badge.svg?token=JGiWZ52CvJ)](https://codecov.io/gh/Ahoo-Wang/fetcher)
6
+ [![License](https://img.shields.io/npm/l/@ahoo-wang/fetcher-storage.svg)](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
7
+ [![npm downloads](https://img.shields.io/npm/dm/@ahoo-wang/fetcher-storage.svg)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
8
+ [![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40ahoo-wang%2Ffetcher-storage)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
9
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Ahoo-Wang/fetcher)
10
+
3
11
  A lightweight, cross-environment storage library with change event listening capabilities. Provides consistent API for
4
12
  browser localStorage/sessionStorage and in-memory storage with change notifications.
5
13
 
6
- [![NPM version](https://img.shields.io/npm/v/@ahoo-wang/fetcher-storage.svg?style=flat-square)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
7
- [![NPM downloads](https://img.shields.io/npm/dm/@ahoo-wang/fetcher-storage.svg?style=flat-square)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
8
- [![License](https://img.shields.io/npm/l/@ahoo-wang/fetcher-storage.svg?style=flat-square)](https://github.com/Ahoo-Wang/fetcher/blob/master/LICENSE)
9
-
10
14
  ## Features
11
15
 
12
16
  - 🌐 Cross-environment support (Browser & Node.js)
package/README.zh-CN.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # @ahoo-wang/fetcher-storage
2
2
 
3
- 一个轻量级的跨环境存储库,具有变更事件监听功能。为浏览器 localStorage/sessionStorage 和内存存储提供一致的 API,并支持变更通知。
3
+ [![npm version](https://img.shields.io/npm/v/@ahoo-wang/fetcher-storage.svg)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
4
+ [![Build Status](https://github.com/Ahoo-Wang/fetcher/actions/workflows/ci.yml/badge.svg)](https://github.com/Ahoo-Wang/fetcher/actions)
5
+ [![codecov](https://codecov.io/gh/Ahoo-Wang/fetcher/graph/badge.svg?token=JGiWZ52CvJ)](https://codecov.io/gh/Ahoo-Wang/fetcher)
6
+ [![License](https://img.shields.io/npm/l/@ahoo-wang/fetcher-storage.svg)](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
7
+ [![npm downloads](https://img.shields.io/npm/dm/@ahoo-wang/fetcher-storage.svg)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
8
+ [![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40ahoo-wang%2Ffetcher-storage)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
9
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Ahoo-Wang/fetcher)
4
10
 
5
- [![NPM version](https://img.shields.io/npm/v/@ahoo-wang/fetcher-storage.svg?style=flat-square)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
6
- [![NPM downloads](https://img.shields.io/npm/dm/@ahoo-wang/fetcher-storage.svg?style=flat-square)](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
7
- [![License](https://img.shields.io/npm/l/@ahoo-wang/fetcher-storage.svg?style=flat-square)](https://github.com/Ahoo-Wang/fetcher/blob/master/LICENSE)
11
+ 一个轻量级的跨环境存储库,具有变更事件监听功能。为浏览器 localStorage/sessionStorage 和内存存储提供一致的 API,并支持变更通知。
8
12
 
9
13
  ## 特性
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-storage",
3
- "version": "1.6.8",
3
+ "version": "1.8.0",
4
4
  "description": "A lightweight, cross-environment storage library with change event listening capabilities. Provides consistent API for browser localStorage/sessionStorage and in-memory storage with change notifications.",
5
5
  "keywords": [
6
6
  "storage",