Skip to content

Commit

Permalink
update yarn.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
  • Loading branch information
OleksiiZubko authored and tsteenbe committed Oct 15, 2019
1 parent f56eda6 commit 5d03346
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions @here/olp-sdk-authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const token: string = await userAuth.fetchToken();
```

## Usage with import credentials from file
Download your credentials.properties file from [OLP portal](https://developer.here.com/olp/documentation/access-control/user-guide/topics/get-credentials.html).
Download your credentials.properties file from [OLP website](https://developer.here.com/olp/documentation/access-control/user-guide/topics/get-credentials.html).
Create an instance of UserAuth class and set the path to the file with credentials:

```typescript
Expand All @@ -65,7 +65,7 @@ const token: string = await userAuth.getToken();

## Usage of Bundle functionality:

If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `dist/@here/olp-sdk-authentication/bundle` folder from the root folder, you get the js bundled files.
If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `@here/olp-sdk-authentication/dist/bundle` folder from the root folder, you get the JavaScript bundled files.

To get bundled files with a source map, run:

Expand All @@ -79,15 +79,15 @@ To get minified version for production, run:
npm run bundle:prod
```

To get bundled and minified js files, run:
To get bundled and minified JavaScript files, run:

```sh
npm run prepublish-bundle
```

## Simple bundle

Add minified js file to your `html` and create an object of userAuth:
Add minified JavaScript file to your `html` and create an object of userAuth:

```html
<!DOCTYPE html>
Expand Down Expand Up @@ -120,4 +120,4 @@ Add minified js file to your `html` and create an object of userAuth:

Copyright (C) 2019 HERE Europe B.V.

For license details, see the [LICENSE](LICENSE) file in the root of this project.
For license details, see the [LICENSE](LICENSE).
10 changes: 5 additions & 5 deletions @here/olp-sdk-dataservice-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# Overview

This API is generated directly from the official OpenAPI (former swagger) definition of the [HERE Open Location Platform Data API](https://developer.here.com/olp/documentation/data-api/data_dev_guide/index.html).
This API is generated directly from the official OpenAPI (former Swagger) definition of the [HERE Open Location Platform Data API](https://developer.here.com/olp/documentation/data-api/data_dev_guide/index.html).


## Usage of Bundle functionality

If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `dist/@here/olp-sdk-dataservice-api/bundle` folder from the root folder, you get the JS bundled files.
If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `dist/@here/olp-sdk-dataservice-api/bundle` folder from the root folder, you get the JavaScript bundled files.

To get bundled files with a source map, run:

Expand All @@ -21,15 +21,15 @@ To get minified version for production, run:
npm run bundle:prod
```

To get bundled and minified js files, run:
To get bundled and minified JavaScript files, run:

```sh
npm run prepublish-bundle
```

## Simple bundle

Add minified js files to your `html`:
Add minified JavaScript files to your `html`:

```html
<!DOCTYPE html>
Expand All @@ -46,4 +46,4 @@ Add minified js files to your `html`:

Copyright (C) 2019 HERE Europe B.V.

For license details, see the [LICENSE](LICENSE) file in the root of this project.
For license details, see the [LICENSE](LICENSE).
8 changes: 4 additions & 4 deletions @here/olp-sdk-dataservice-read/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm run test

## Usage of Bundle functionality

If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `dist/@here/olp-sdk-dataservice-read/bundle` folder from the root folder, you get the js bundled files.
If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `@here/olp-sdk-dataservice-read/dist/bundle` folder from the root folder, you get the JavaScript bundled files.

To get bundled files with a source map, run:

Expand All @@ -57,15 +57,15 @@ To get minified version for production, run:
npm run bundle:prod
```

To get bundled and minified js files, run:
To get bundled and minified JavaScript files, run:

```sh
npm run prepublish-bundle
```

## Simple bundle

Add minified js files to your `html` and create an object of userAuth and catalogClient:
Add minified JavaScript files to your `html` and create an object of userAuth and catalogClient:

```html
<!DOCTYPE html>
Expand Down Expand Up @@ -99,4 +99,4 @@ Add minified js files to your `html` and create an object of userAuth and catalo

Copyright (C) 2019 HERE Europe B.V.

For license details, see the [LICENSE](LICENSE) file in the root of this project.
For license details, see the [LICENSE](LICENSE).
6 changes: 3 additions & 3 deletions @here/olp-sdk-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When this module is used in a browser context, it does not perform any actions,

## Usage of Bundle functionality:

If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `dist/@here/olp-sdk-fetch/bundle` folder from the root folder, you get the js bundled files.
If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the `@here/olp-sdk-fetch/dist/bundle` folder from the root folder, you get the JavaScript bundled files.

To have the bundled files with source map, run:

Expand All @@ -38,7 +38,7 @@ To get a minified version for production, run:
npm run bundle:prod
```

To get a bundled and minified js files, run:
To get a bundled and minified JavaScript files, run:
```sh
npm run prepublish-bundle
```
Expand All @@ -47,4 +47,4 @@ npm run prepublish-bundle

Copyright (C) 2019 HERE Europe B.V.

For license details, see the [LICENSE](LICENSE) file in the root of this project.
For license details, see the [LICENSE](LICENSE).

0 comments on commit 5d03346

Please sign in to comment.