Skip to content

Commit

Permalink
Name change & version & deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Sep 12, 2024
1 parent 4f1f7d5 commit b1d6327
Show file tree
Hide file tree
Showing 18 changed files with 498 additions and 525 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
/* Copyright © 2021 Apeleg Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
* exceptions; you may not use this file except in compliance with the
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
/* Copyright © 2021 Apeleg Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
* exceptions; you may not use this file except in compliance with the
Expand Down
2 changes: 1 addition & 1 deletion @types/dom/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2023 Exact Realty Limited. All rights reserved.
/* Copyright © 2023 Apeleg Limited. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An NPM package for implementing RFC 8693 for Ory Hydra 🚀
[![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)
[![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)
[![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)
![NPM Downloads](https://img.shields.io/npm/dw/@exact-realty/hydra-rfc8693?style=flat-square)
![NPM Downloads](https://img.shields.io/npm/dw/@apeleghq/hydra-rfc8693?style=flat-square)
[![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)

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

```sh
npm install "@exact-realty/hydra-rfc8693"
npm install "@apeleghq/hydra-rfc8693"
```

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

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

const exchangeTokenEndpointHandler = exchangeTokenEndpoint(
'deadbeef-abba-cafe-affe-123456789012', // hydraClientId
Expand Down
2 changes: 1 addition & 1 deletion SECURITY
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vulnerabilities that you may discover.

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

* A brief description of the vulnerability
Expand Down
2 changes: 1 addition & 1 deletion esbuild.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

/* Copyright © 2023 Exact Realty Limited.
/* Copyright © 2023 Apeleg Limited.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
Loading

0 comments on commit b1d6327

Please sign in to comment.