@aidejs/tools 0.1.0-alpha.3 → 0.1.0-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@
39
39
  <tbody>
40
40
  <tr>
41
41
  <td>@aidejs/core</td>
42
- <td>必选项,基础库,提供了最核心的LLM交互功能和插件系统</td>
42
+ <td>必选项,核心库,提供了最核心的LLM交互功能和插件系统</td>
43
43
  <td>
44
44
  <a href="https://zxl20070701.github.io/toolbox/#/npm-download?packages=@aidejs/core&interval=7">
45
45
  <img src="https://img.shields.io/npm/dm/@aidejs/core.svg" alt="downloads">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aidejs/tools",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-beta.0",
4
4
  "description": "@aidejs/tools",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./types/index.d.ts",