Skip to content

Commit

Permalink
[typescript]upgrade by darabonba v2
Browse files Browse the repository at this point in the history
  • Loading branch information
peze authored and yndu13 committed Jan 15, 2025
1 parent dfe777a commit 8b1d236
Show file tree
Hide file tree
Showing 10 changed files with 2,827 additions and 1,143 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ libraries
.libraries.json
ts/node_modules
ts/dist
ts/.nyc_output
ts/coverage
ts/package-lock.json
go.sum
.DS_Store

Expand Down
16 changes: 8 additions & 8 deletions Teafile
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"scope": "alibabacloud",
"name": "OpenApi",
"version": "0.3.15",
"name": "OpenApiV2",
"version": "0.1.0",
"main": "./main.tea",
"maintainers": [
{
"name": "Alibaba Cloud SDK",
"email": "[email protected]"
}
],
"exports": {
"OpenApiUtil": "./utils.dara"
},
"libraries": {
"Util": "darabonba:Util:*",
"OpenApiUtil": "alibabacloud:OpenApiUtil:*",
"Credential": "alibabacloud:Credential:*",
"SPI": "alibabacloud:GatewaySPI:*",
"XML": "darabonba:XML:*"
"Credential": "alibabacloud:Credential:*"
},
"releases": {
"ts": "@alicloud/openapi-client:^0.4.12",
"ts": "@alicloud/openapi-core:^1.0.0",
"go": "github.com/alibabacloud-go/darabonba-openapi/v2/client:v2.0.10",
"csharp": "AlibabaCloud.OpenApiClient:0.1.12",
"java": "com.aliyun:tea-openapi:0.3.6",
Expand Down Expand Up @@ -104,4 +104,4 @@
],
"compatible": true
}
}
}
Loading

0 comments on commit 8b1d236

Please sign in to comment.