Skip to content

Commit e2be313

Browse files
committed
chore: move repository links to BeatAPI org
1 parent 2066265 commit e2be313

8 files changed

Lines changed: 11 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ and this project uses [Semantic Versioning](https://semver.org/).
2020
- Structured errors, request IDs, bounded retries, CI, package checks, and npm
2121
release automation.
2222

23-
[Unreleased]: https://github.com/erickkkyt/beatapi-cli/compare/v0.1.0...HEAD
24-
[0.1.0]: https://github.com/erickkkyt/beatapi-cli/releases/tag/v0.1.0
23+
[Unreleased]: https://github.com/BeatAPI/beatapi-cli/compare/v0.1.0...HEAD
24+
[0.1.0]: https://github.com/BeatAPI/beatapi-cli/releases/tag/v0.1.0

contract/contract.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"source": "https://github.com/erickkkyt/beatapi-examples",
2+
"source": "https://github.com/BeatAPI/beatapi-examples",
33
"ref": "0c1346cbc1a48b1ac89032543e299f90d4620913",
44
"openapiVersion": "1.0.0-launch",
55
"sha256": "4ce0420a65ca14443a089307563e4b422118533982a1e742eded72f32707a52a"

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## One-time setup
44

5-
1. Create the public GitHub repository `erickkkyt/beatapi-cli`.
5+
1. Use the public GitHub repository `BeatAPI/beatapi-cli`.
66
2. Log in to npm with the BeatAPI publishing account.
77
3. Publish or reserve both package names: `beatapi-client` and `beatapi`.
88
4. In GitHub, create an environment named `npm`.

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ cleanly with shell scripts and automation tools.
2323
Webhook creation writes the one-time signing secret to a mode-`0600` file and
2424
returns its path as `secret_file`; it does not print the secret.
2525

26-
See the [repository](https://github.com/erickkkyt/beatapi-cli) for the complete
26+
See the [repository](https://github.com/BeatAPI/beatapi-cli) for the complete
2727
command reference and security model.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
},
3232
"repository": {
3333
"type": "git",
34-
"url": "git+https://github.com/erickkkyt/beatapi-cli.git",
34+
"url": "git+https://github.com/BeatAPI/beatapi-cli.git",
3535
"directory": "packages/cli"
3636
},
3737
"bugs": {
38-
"url": "https://github.com/erickkkyt/beatapi-cli/issues"
38+
"url": "https://github.com/BeatAPI/beatapi-cli/issues"
3939
},
4040
"homepage": "https://docs.beatapi.io/",
4141
"keywords": [

packages/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ The exported request and response types are generated from the reviewed
2929
BeatAPI OpenAPI contract. The runtime client preserves structured API errors,
3030
request IDs, retry hints, and supports bounded opt-in retries.
3131

32-
See the [repository](https://github.com/erickkkyt/beatapi-cli) for all methods,
32+
See the [repository](https://github.com/BeatAPI/beatapi-cli) for all methods,
3333
security guidance, and contract verification.

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/erickkkyt/beatapi-cli.git",
33+
"url": "git+https://github.com/BeatAPI/beatapi-cli.git",
3434
"directory": "packages/client"
3535
},
3636
"bugs": {
37-
"url": "https://github.com/erickkkyt/beatapi-cli/issues"
37+
"url": "https://github.com/BeatAPI/beatapi-cli/issues"
3838
},
3939
"homepage": "https://docs.beatapi.io/",
4040
"keywords": [

scripts/contract.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (mode === "write") {
6868
lockPath,
6969
`${JSON.stringify(
7070
{
71-
source: "https://github.com/erickkkyt/beatapi-examples",
71+
source: "https://github.com/BeatAPI/beatapi-examples",
7272
ref: sourceRef(),
7373
openapiVersion: openapiVersion(content.toString("utf8")),
7474
sha256: sha256(content),
@@ -104,4 +104,3 @@ if (existsSync(sourcePath)) {
104104
}
105105

106106
console.log(`BeatAPI OpenAPI contract verified (${bundledHash}).`);
107-

0 commit comments

Comments
 (0)