Skip to content

Commit b1d6327

Browse files
committed
Name change & version & deps update
1 parent 4f1f7d5 commit b1d6327

18 files changed

+498
-525
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
1+
/* Copyright © 2021 Apeleg Limited. All rights reserved.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
44
* exceptions; you may not use this file except in compliance with the

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
1+
/* Copyright © 2021 Apeleg Limited. All rights reserved.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
44
* exceptions; you may not use this file except in compliance with the

@types/dom/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright © 2023 Exact Realty Limited. All rights reserved.
1+
/* Copyright © 2023 Apeleg Limited. All rights reserved.
22
*
33
* Permission to use, copy, modify, and distribute this software for any
44
* purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An NPM package for implementing RFC 8693 for Ory Hydra 🚀
77
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=bugs)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
88
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
99
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
10-
![NPM Downloads](https://img.shields.io/npm/dw/@exact-realty/hydra-rfc8693?style=flat-square)
10+
![NPM Downloads](https://img.shields.io/npm/dw/@apeleghq/hydra-rfc8693?style=flat-square)
1111
[![License](https://img.shields.io/badge/License-Apache%202.0%20with%20llvm%20exception-blue.svg)](https://github.com/Exact-Realty/ts-hydra-rfc8693/blob/master/LICENSE)
1212

1313
## 📖 Introduction
@@ -47,7 +47,7 @@ with any runtime environment.
4747
Getting started with **hydra-rfc8693** is as easy as running a simple command:
4848

4949
```sh
50-
npm install "@exact-realty/hydra-rfc8693"
50+
npm install "@apeleghq/hydra-rfc8693"
5151
```
5252

5353
## 💡 Usage
@@ -56,8 +56,8 @@ Integrating **hydra-rfc8693** into your project is a breeze. Here's a quick
5656
example to get you started:
5757

5858
```js
59-
import server, { listeners } from '@exact-realty/routemate';
60-
import exchangeTokenEndpoint from '@exact-realty/hydra-rfc8693';
59+
import server, { listeners } from '@apeleghq/routemate';
60+
import exchangeTokenEndpoint from '@apeleghq/hydra-rfc8693';
6161

6262
const exchangeTokenEndpointHandler = exchangeTokenEndpoint(
6363
'deadbeef-abba-cafe-affe-123456789012', // hydraClientId

SECURITY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vulnerabilities that you may discover.
88

99
If you believe you have found a security vulnerability in our software, please
1010
let us know immediately. You may find our contact information at
11-
<https://exact.realty/.well-known/security.txt>. Please include the following
11+
<https://apeleg.com/.well-known/security.txt>. Please include the following
1212
information in your report:
1313

1414
* A brief description of the vulnerability

esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
/* Copyright © 2023 Exact Realty Limited.
3+
/* Copyright © 2023 Apeleg Limited.
44
*
55
* Permission to use, copy, modify, and distribute this software for any
66
* purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)