Skip to content

Commit fea7ae0

Browse files
committed
chore: rename org to kurrent-io
1 parent 5eab3ce commit fea7ae0

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ See the Node.js documentation for [`util.inspect()`] for the complete list.
103103
[jest]: https://jestjs.io/
104104
[debug]: https://github.com/visionmedia/debug
105105
[`util.inspect()`]: https://nodejs.org/api/util.html#util_util_inspect_object_options
106-
[KurrentDB-Client-NodeJS]: https://github.com/EventStore/KurrentDB-Client-NodeJS
106+
[KurrentDB-Client-NodeJS]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This monorepo contains the following packages:
2424
| [`packages/opentelemetry/`](packages/opentelemetry/) | [`@kurrent/opentelemetry`](https://www.npmjs.com/package/@kurrent/opentelemetry) |
2525
| [`packages/test/`](packages/test/) | Internal tests |
2626

27-
The client uses [KurrentDB-Bridge-Client](https://github.com/EventStore/EventStore-Client-NodeJS)
27+
The client uses [KurrentDB-Bridge-Client](https://github.com/kurrent-io/EventStore-Client-NodeJS)
2828
to significantly improve read performance by leveraging Rust through native addons.
2929

3030
## Support
@@ -46,5 +46,5 @@ Refer to our [Contribution Guidelines]
4646
[discord-kurrent]: https://discord.gg/Phn9pmCw3t
4747
[discord-ddd-cqrs-es]: https://discord.com/invite/sEZGSHNNbH
4848
[license-badge]: https://img.shields.io/npm/l/@kurrent/kurrentdb-client.svg
49-
[license-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/LICENSE
50-
[contribution guidelines]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md
49+
[license-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/LICENSE
50+
[contribution guidelines]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Kurrent, Inc",
1616
"license": "Apache-2.0",
1717
"bugs": {
18-
"url": "https://github.com/EventStore/KurrentDB-Client-NodeJS/issues"
18+
"url": "https://github.com/kurrent-io/KurrentDB-Client-NodeJS/issues"
1919
},
2020
"workspaces": [
2121
"packages/*"

packages/db-client/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ Refer to our [Contribution Guidelines]
193193
[discord-ddd-cqrs-es]: https://discord.com/invite/sEZGSHNNbH
194194
[npm-badge]: https://img.shields.io/npm/v/@kurrent/db-client.svg
195195
[npm-badge-url]: https://www.npmjs.com/package/@kurrent/db-client
196-
[ci-badge]: https://github.com/EventStore/KurrentDB-Client-NodeJS/workflows/CI/badge.svg?branch=master
197-
[ci-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/actions
196+
[ci-badge]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/workflows/CI/badge.svg?branch=master
197+
[ci-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions
198198
[license-badge]: https://img.shields.io/npm/l/@kurrent/db-client.svg
199-
[license-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/LICENSE
200-
[contribution guidelines]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md
199+
[license-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/LICENSE
200+
[contribution guidelines]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md
201201
[Kurrent docs]: https://developers.kurrent.io/server/v24.6/quick-start/installation

packages/db-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "git+https://github.com/EventStore/KurrentDB-Client-NodeJS.git"
28+
"url": "git+https://github.com/kurrent-io/KurrentDB-Client-NodeJS.git"
2929
},
3030
"keywords": [
3131
"Kurrent",
@@ -35,7 +35,7 @@
3535
"author": "Kurrent, Inc",
3636
"license": "Apache-2.0",
3737
"bugs": {
38-
"url": "https://github.com/EventStore/KurrentDB-Client-NodeJS/issues"
38+
"url": "https://github.com/kurrent-io/KurrentDB-Client-NodeJS/issues"
3939
},
4040
"homepage": "https://developers.kurrent.io/clients/grpc/getting-started?codeLanguage=NodeJS",
4141
"publishConfig": {

packages/opentelemetry/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Refer to our [contribution guidelines]
6565
[discuss]: https://discuss.kurrent.io/
6666
[discord-kurrent]: https://discord.gg/Phn9pmCw3t
6767
[Discord-ddd-cqrs-es]: https://discord.com/invite/sEZGSHNNbH
68-
[contribution guidelines]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md
68+
[contribution guidelines]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/CONTRIBUTING.md
6969
[license-badge]: https://img.shields.io/npm/l/@kurrent/db-client.svg
70-
[license-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/LICENSE
71-
[ci-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/actions
72-
[KurrentDB-Client-NodeJS]: https://github.com/EventStore/KurrentDB-Client-NodeJS
73-
[ci-badge]: https://github.com/EventStore/KurrentDB-Client-NodeJS/workflows/CI/badge.svg?branch=master
74-
[ci-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/actions
70+
[license-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/LICENSE
71+
[ci-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions
72+
[KurrentDB-Client-NodeJS]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS
73+
[ci-badge]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/workflows/CI/badge.svg?branch=master
74+
[ci-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/actions

packages/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/EventStore/KurrentDB-Client-NodeJS.git"
23+
"url": "git+https://github.com/kurrent-io/KurrentDB-Client-NodeJS.git"
2424
},
2525
"keywords": [
2626
"Kurrent",

packages/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Refer to our [contribution guidelines][contributing-guidelines].
2424
[discord-ddd-cqrs-es]: https://discord.com/invite/sEZGSHNNbH
2525
[contributing-guidelines]: https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md
2626
[license-badge]: https://img.shields.io/npm/l/@kurrent/db-client.svg
27-
[license-badge-url]: https://github.com/EventStore/KurrentDB-Client-NodeJS/blob/master/LICENSE
27+
[license-badge-url]: https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/LICENSE

packages/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/EventStore/KurrentDB-Client-NodeJS.git"
19+
"url": "git+https://github.com/kurrent-io/KurrentDB-Client-NodeJS.git"
2020
},
2121
"license": "Apache-2.0",
2222
"bugs": {
23-
"url": "https://github.com/EventStore/KurrentDB-Client-NodeJS/issues"
23+
"url": "https://github.com/kurrent-io/KurrentDB-Client-NodeJS/issues"
2424
},
2525
"homepage": "https://developers.kurrent.io/clients/grpc/getting-started?codeLanguage=NodeJS",
2626
"keywords": [

packages/test/src/projections/deleteProjection.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ describe("deleteProjection", () => {
5353
expect(disabledDetails).toBeDefined();
5454

5555
// Incorrect projection status was switched (ABORTED -> STOPPED) in
56-
// https://github.com/EventStore/EventStore/pull/2944
56+
// https://github.com/kurrent-io/EventStore/pull/2944
5757
expect([STOPPED, ABORTED]).toContain(disabledDetails.projectionStatus);
5858

5959
if (disabledDetails.projectionStatus === ABORTED) {
60-
// before https://github.com/EventStore/EventStore/pull/2944
60+
// before https://github.com/kurrent-io/EventStore/pull/2944
6161
// writeCheckpoint had to be false to stop the projection
6262
await client.abortProjection(PROJECTION_NAME);
6363

0 commit comments

Comments
 (0)