bailian-cli-core 1.2.0 → 1.2.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,6 +1,6 @@
1
1
  # bailian-cli-core
2
2
 
3
- [English](./README.md) | [简体中文](./README_CN.md)
3
+ [English](./README.md) | [简体中文](./README.zh.md)
4
4
 
5
5
  Internal SDK for [`bailian-cli`](https://www.npmjs.com/package/bailian-cli).
6
6
 
package/README.zh.md ADDED
@@ -0,0 +1,14 @@
1
+ # bailian-cli-core
2
+
3
+ [English](./README.md) | [简体中文](./README.zh.md)
4
+
5
+ [`bailian-cli`](https://www.npmjs.com/package/bailian-cli) 的内部 SDK。
6
+
7
+ 不建议直接使用。安装、使用方式与文档请参考 CLI:
8
+
9
+ - npm:<https://www.npmjs.com/package/bailian-cli>
10
+ - 主页:<https://bailian.console.aliyun.com/cli?source_channel=cli_github&>
11
+
12
+ ## License
13
+
14
+ Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bailian-cli-core",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Core SDK for bailian-cli. See https://www.npmjs.com/package/bailian-cli for usage.",
5
5
  "homepage": "https://bailian.console.aliyun.com/cli",
6
6
  "bugs": {