Skip to content

Commit b369a06

Browse files
committedSep 28, 2022
release: 0.0.17
1 parent e48df73 commit b369a06

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/pgo-gen",
33
"description": "pgo-gen",
4-
"version": "0.0.16",
4+
"version": "0.0.17",
55
"devDependencies": {
66
"@types/fs-extra": "^9.0.13",
77
"@types/jest": "^26.0.0",
@@ -42,5 +42,8 @@
4242
"tar": "^6.1.11",
4343
"uuid-1345": "^1.0.2",
4444
"yargs": "^17.3.1"
45+
},
46+
"publishConfig": {
47+
"registry": "https://registry.npm.alibaba-inc.com"
4548
}
46-
}
49+
}

‎publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Component
22
Name: pgo
33
Provider:
44
- 阿里云
5-
Version: 0.0.16
5+
Version: 0.0.17
66
Description: Serverless Node.js PGO 运行加速组件
77
HomePage: https://github.com/midwayjs
88
Tags: #标签详情

0 commit comments

Comments
 (0)
Please sign in to comment.