@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 CHANGED
@@ -1,4 +1,4 @@
1
- # @cc/request
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 @cc/request
15
+ npm i @ctil/gql
16
16
  # 或者
17
- pnpm add @cc/request
17
+ pnpm add @ctil/gql
18
18
  # 或者
19
- yarn add @cc/request
19
+ yarn add @ctil/gql
20
20
  ```
21
21
 
22
22
  可选依赖(仅浏览器端需要且可自动降级):
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctil/gql",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A lightweight GraphQL request client for cc ecosystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
Binary file