@jnrs/vue-core 1.2.19 → 1.2.20

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
@@ -31,4 +31,4 @@ import { useSystemStore } from '@jnrs/vue-core/pinia'
31
31
 
32
32
  ## 📋 API
33
33
 
34
- 详细文档请查看 `AGENTIC.md`
34
+ 详细文档请查看 `AGENTS.md`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnrs/vue-core",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "巨能前端工程化开发,Vue 专用核心功能包。",
5
5
  "keywords": [
6
6
  "jnrs",
@@ -21,7 +21,7 @@
21
21
  "files": [
22
22
  "dist",
23
23
  "README.md",
24
- "AGENTIC.md",
24
+ "AGENTS.md",
25
25
  "LICENSE"
26
26
  ],
27
27
  "exports": {
File without changes