@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 +8 -4
- package/README.zh-CN.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# @ahoo-wang/fetcher-storage
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
4
|
+
[](https://github.com/Ahoo-Wang/fetcher/actions)
|
|
5
|
+
[](https://codecov.io/gh/Ahoo-Wang/fetcher)
|
|
6
|
+
[](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
|
|
7
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
8
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
9
|
+
[](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
|
-
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
7
|
-
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
8
|
-
[](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
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
4
|
+
[](https://github.com/Ahoo-Wang/fetcher/actions)
|
|
5
|
+
[](https://codecov.io/gh/Ahoo-Wang/fetcher)
|
|
6
|
+
[](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
|
|
7
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
8
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
9
|
+
[](https://deepwiki.com/Ahoo-Wang/fetcher)
|
|
4
10
|
|
|
5
|
-
|
|
6
|
-
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-storage)
|
|
7
|
-
[](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.
|
|
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",
|