@ctil/gql 1.0.0 → 1.0.1
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 +4 -4
- package/ctil-gql-1.0.0.tgz +0 -0
- package/package.json +1 -1
- package/cc-request-1.0.0.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @ctil/gql
|
|
2
2
|
|
|
3
3
|
轻量级 GraphQL 请求客户端,开箱即用地支持 Token 管理、设备指纹注入、请求/响应拦截、内存缓存与限流封装,适用于浏览器与 Node.js 场景。
|
|
4
4
|
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
## 安装
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm i @
|
|
15
|
+
npm i @ctil/gql
|
|
16
16
|
# 或者
|
|
17
|
-
pnpm add @
|
|
17
|
+
pnpm add @ctil/gql
|
|
18
18
|
# 或者
|
|
19
|
-
yarn add @
|
|
19
|
+
yarn add @ctil/gql
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
可选依赖(仅浏览器端需要且可自动降级):
|
|
Binary file
|
package/package.json
CHANGED
package/cc-request-1.0.0.tgz
DELETED
|
Binary file
|