Skip to content

Commit 1b342b5

Browse files
committed
Update imageaudit.
1 parent a980c7f commit 1b342b5

File tree

5 files changed

+471
-207
lines changed

5 files changed

+471
-207
lines changed

imageaudit-20191230/LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

imageaudit-20191230/README-CN.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[English](README.md) | 简体中文
2+
3+
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
4+
5+
# Alibaba Cloud imageaudit SDK for NodeJS
6+
7+
## 安装
8+
你可以使用 npm 来管理你的依赖,并通过下面命令安装依赖并写入 package.json
9+
10+
```sh
11+
npm install @alicloud/imageaudit20191230 -S
12+
```
13+
14+
## 问题
15+
16+
[提交 Issue](https://github.com/aliyun/alibabacloud-typescript-sdk/issues/new),不符合指南的问题可能会立即关闭。
17+
18+
## 使用说明
19+
20+
[使用文档](https://github.com/aliyun/alibabacloud-typescript-sdk/blob/master/docs/Usage-CN.md#%E5%BF%AB%E9%80%9F%E4%BD%BF%E7%94%A8)
21+
22+
## 相关
23+
24+
* [最新源码](https://github.com/aliyun/alibabacloud-typescript-sdk/)
25+
26+
## 许可证
27+
28+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
29+
30+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.

imageaudit-20191230/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
English | [简体中文](README-CN.md)
2+
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
3+
4+
# Alibaba Cloud imageaudit SDK for NodeJS
5+
6+
## Installation
7+
If you use `npm` to manage your dependence, you can use the following command:
8+
9+
```sh
10+
npm install @alicloud/imageaudit20191230 -S
11+
```
12+
13+
## Issues
14+
[Opening an Issue](https://github.com/aliyun/alibabacloud-typescript-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
15+
16+
## Usage
17+
[Usage Document](https://github.com/aliyun/alibabacloud-typescript-sdk/blob/master/docs/Usage-EN.md#quick-examples)
18+
19+
## References
20+
* [Latest Release](https://github.com/aliyun/alibabacloud-typescript-sdk/)
21+
22+
## License
23+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
24+
25+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.

imageaudit-20191230/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/imageaudit20191230",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {
@@ -20,10 +20,16 @@
2020
},
2121
"dependencies": {
2222
"@alicloud/tea-typescript": "^1.7.1",
23-
"@alicloud/tea-util": "^1.4.0",
24-
"@alicloud/rpc-client": "^1.3.1",
25-
"@alicloud/endpoint-util": "^0.0.1",
26-
"@alicloud/openapi-client": "^0.3.0"
23+
"@alicloud/tea-util": "^1.4.4",
24+
"@alicloud/oss-client": "^1.1.2",
25+
"@alicloud/openplatform20191219": "2.0.0",
26+
"@alicloud/oss-util": "0.0.1",
27+
"@alicloud/tea-fileform": "^1.0.0",
28+
"@alicloud/darabonba-array": "^0.1.0",
29+
"@darabonba/number": "^1.1.0",
30+
"@alicloud/openapi-client": "^0.4.3",
31+
"@alicloud/openapi-util": "^0.3.0",
32+
"@alicloud/endpoint-util": "^0.0.1"
2733
},
2834
"files": [
2935
"dist",

0 commit comments

Comments
 (0)