File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ensureGitHubOIDCProvider } from './ensureGitHubOIDCProvider.js'
55
66const repoUrl = new URL ( pJSON . repository . url )
77const repository = {
8- owner : repoUrl . pathname . split ( '/' ) [ 1 ] ?? 'bifravst ' ,
8+ owner : repoUrl . pathname . split ( '/' ) [ 1 ] ?? 'hello-nrfcloud ' ,
99 repo :
1010 repoUrl . pathname . split ( '/' ) [ 2 ] ?. replace ( / \. g i t $ / , '' ) ??
1111 'public-parameter-registry-aws-js' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { packLambda } from './packLambda.js'
88
99const repoUrl = new URL ( pJSON . repository . url )
1010const repository = {
11- owner : repoUrl . pathname . split ( '/' ) [ 1 ] ?? 'bifravst ' ,
11+ owner : repoUrl . pathname . split ( '/' ) [ 1 ] ?? 'hello-nrfcloud ' ,
1212 repo :
1313 repoUrl . pathname . split ( '/' ) [ 2 ] ?. replace ( / \. g i t $ / , '' ) ??
1414 'public-parameter-registry-aws-js' ,
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ export const handler = async (event: {
4343 const json = {
4444 '@ts' : new Date ( ) . toISOString ( ) ,
4545 '@version' : 1 ,
46- '@context' : 'https://github.com/bifravst/public-parameter-registry-aws-js' ,
46+ '@context' :
47+ 'https://github.com/hello-nrfcloud/public-parameter-registry-aws-js' ,
4748 ...registry ,
4849 }
4950 console . log ( JSON . stringify ( { json } , null , 2 ) )
Original file line number Diff line number Diff line change 1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git+https://github.com/bifravst /public-parameter-registry-aws-js.git"
13+ "url" : " git+https://github.com/hello-nrfcloud /public-parameter-registry-aws-js.git"
1414 },
1515 "bugs" : {
16- "url" : " https://github.com/bifravst /public-parameter-registry-aws-js/issues"
16+ "url" : " https://github.com/hello-nrfcloud /public-parameter-registry-aws-js/issues"
1717 },
18- "homepage" : " https://github.com/bifravst /public-parameter-registry-aws-js#readme" ,
18+ "homepage" : " https://github.com/hello-nrfcloud /public-parameter-registry-aws-js#readme" ,
1919 "keywords" : [
2020 " nordicsemiconductor" ,
2121 " cellular-iot" ,
You can’t perform that action at this time.
0 commit comments