@robot-admin/request-core 0.4.0 → 0.4.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/CHANGELOG.md CHANGED
@@ -1,8 +1,15 @@
1
1
  # @robot-admin/request-core
2
2
 
3
- > `0.4.0` is the cumulative release candidate. The `0.2.1` and `0.3.0`
4
- > sections below record the internal implementation milestones folded into it;
5
- > they are not separate publication requirements.
3
+ > `0.4.0` is the cumulative feature release. The `0.2.1` and `0.3.0` sections
4
+ > below record the internal implementation milestones folded into it; they were
5
+ > not published as separate package versions.
6
+
7
+ ## 0.4.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Clarify the cumulative release history after the formal `0.4.0` publication.
12
+ - Keep package and repository version references aligned; runtime behavior is unchanged.
6
13
 
7
14
  ## 0.4.0
8
15
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![license](https://img.shields.io/npm/l/@robot-admin/request-core.svg)](./LICENSE)
5
5
 
6
6
  面向生产环境的实例化请求编排与 Vue 3 Headless CRUD 工具。当前版本:
7
- `0.4.0`。
7
+ `0.4.1`。
8
8
 
9
9
  它保留 Axios 的完整能力,只收拢应用中最容易重复出错的部分:并发请求、缓存、
10
10
  取消、重试、Token 刷新、错误标准化以及列表 CRUD 生命周期。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-admin/request-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Instance-scoped Axios orchestration and headless CRUD composables for Vue 3",
5
5
  "type": "module",
6
6
  "keywords": [