Skip to content

Commit 9ee22f9

Browse files
committed
chore: move repository
1 parent dc11e66 commit 9ee22f9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

cdk/ci.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ensureGitHubOIDCProvider } from './ensureGitHubOIDCProvider.js'
55

66
const repoUrl = new URL(pJSON.repository.url)
77
const repository = {
8-
owner: repoUrl.pathname.split('/')[1] ?? 'bifravst',
8+
owner: repoUrl.pathname.split('/')[1] ?? 'hello-nrfcloud',
99
repo:
1010
repoUrl.pathname.split('/')[2]?.replace(/\.git$/, '') ??
1111
'public-parameter-registry-aws-js',

cdk/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { packLambda } from './packLambda.js'
88

99
const repoUrl = new URL(pJSON.repository.url)
1010
const repository = {
11-
owner: repoUrl.pathname.split('/')[1] ?? 'bifravst',
11+
owner: repoUrl.pathname.split('/')[1] ?? 'hello-nrfcloud',
1212
repo:
1313
repoUrl.pathname.split('/')[2]?.replace(/\.git$/, '') ??
1414
'public-parameter-registry-aws-js',

lambda/publishToS3.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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",

0 commit comments

Comments
 (0)