File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 7
7
release :
8
8
name : Release
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : write
12
+ id-token : write
13
+ issues : write
14
+ repository-projects : write
15
+ deployments : write
16
+ packages : write
17
+ pull-requests : write
18
+
10
19
steps :
11
20
- name : Checkout
12
21
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 4
4
"description" : " Pino destination formatter for AWS Lambda" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
- "repository" : " https://github.com/formidablelabs /pino-lambda.git" ,
7
+ "repository" : " https://github.com/FormidableLabs /pino-lambda.git" ,
8
8
"files" : [
9
9
" /README.md" ,
10
10
" /dist"
29
29
],
30
30
"author" : " Charles Brown <charles.brown@formidable.com>" ,
31
31
"license" : " MIT" ,
32
- "homepage" : " https://github.com/formidablelabs /pino-lambda#readme" ,
33
- "url" : " https://github.com/formidablelabs /pino-lambda/issues" ,
32
+ "homepage" : " https://github.com/FormidableLabs /pino-lambda#readme" ,
33
+ "url" : " https://github.com/FormidableLabs /pino-lambda/issues" ,
34
34
"devDependencies" : {
35
35
"@commitlint/cli" : " ^11.0.0" ,
36
36
"@commitlint/config-conventional" : " ^11.0.0" ,
60
60
"peerDependencies" : {
61
61
"pino" : " >=6.0.0"
62
62
},
63
+ "publishConfig" : {
64
+ "provenance" : true
65
+ },
63
66
"prettier" : {
64
67
"arrowParens" : " always" ,
65
68
"endOfLine" : " auto" ,
You can’t perform that action at this time.
0 commit comments