Compare commits
2 Commits
@egg/net-t
...
@egg/net-t
Author | SHA1 | Date | |
---|---|---|---|
6d7619cafd | |||
88740edf6b |
2
package-lock.json
generated
2
package-lock.json
generated
@ -12394,7 +12394,7 @@
|
||||
},
|
||||
"packages/net-tool": {
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@egg/logger": "^1.4.4",
|
||||
|
@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.11.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.11.0...@egg/net-tool@1.11.1) (2024-11-17)
|
||||
|
||||
**Note:** Version bump only for package @egg/net-tool
|
||||
|
||||
# [1.11.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.10.0...@egg/net-tool@1.11.0) (2024-11-17)
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"description": "Net Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -28,9 +28,9 @@ class GitlabService {
|
||||
authKey = "",
|
||||
requestId = "",
|
||||
}: {
|
||||
baseUrl: string
|
||||
authKey: string
|
||||
requestId: string
|
||||
baseUrl?: string
|
||||
authKey?: string
|
||||
requestId?: string
|
||||
}) {
|
||||
this.badge = new Badge(baseUrl, authKey, requestId)
|
||||
this.commit = new Commit(baseUrl, authKey, requestId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user