Skip to content

Commit e6b72ba

Browse files
committed
Update packages name
1 parent 3625a41 commit e6b72ba

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/generators/python/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
packageName: h1
1+
packageName: h1-client
22
projectName: h1

src/generators/ts/_README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# h1-client-ts
1+
# @hyperone/client
22

3-
h1-client-ts is an automatically generated library used to interact with
3+
@hyperone/client is an automatically generated library used to interact with
44
[HyperOne API](https://www.hyperone.com/tools/api/).
55

66
## Installation
@@ -11,13 +11,13 @@ or [yarn](https://classic.yarnpkg.com/en/docs/install/).
1111
### Installation using yarn
1212

1313
```shell
14-
yarn add h1-client-ts
14+
yarn add @hyperone/client
1515
```
1616

1717
### Installation using npm
1818

1919
```shell
20-
npm i h1-client-ts
20+
npm i @hyperone/client
2121
```
2222

2323
## Usage
@@ -41,7 +41,7 @@ Then import use it as a token provider in your code:
4141

4242
```typescript
4343
import { getPassportCredentialsHelper } from "@hyperone/credentials";
44-
import { Credentials } from "h1-client-ts";
44+
import { Credentials } from "@hyperone/client";
4545

4646
const helper = getPassportCredentialsHelper();
4747
const config = new Configuration({
@@ -58,7 +58,7 @@ Example:
5858

5959
```typescript
6060
import { getPassportCredentialsHelper } from "@hyperone/credentials";
61-
import { Configuration, IamProjectApi } from "h1-client-ts";
61+
import { Configuration, IamProjectApi } from "@hyperone/client";
6262

6363
const helper = getPassportCredentialsHelper();
6464
const config = new Configuration({

src/generators/ts/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
additionalProperties:
2-
npmName: h1-client-ts
2+
npmName: "@hyperone/client"

0 commit comments

Comments
 (0)