Skip to content

Commit d357ae0

Browse files
authored
Merge 5b705a5 into 1b4d064
2 parents 1b4d064 + 5b705a5 commit d357ae0

File tree

80 files changed

+326
-2071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+326
-2071
lines changed

@here/olp-sdk-authentication/index.node.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019 HERE Europe B.V.
2+
* Copyright (C) 2019-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,4 +23,3 @@ export { OAuthArgs, Token } from "./lib/requestToken_common";
2323
export * from "./lib/requestToken";
2424
export * from "./lib/UserAuth";
2525
export * from "./lib/loadCredentialsFromFile";
26-
export * from "./lib/HttpError";

@here/olp-sdk-authentication/index.web.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019 HERE Europe B.V.
2+
* Copyright (C) 2019-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,4 +20,3 @@
2020
export { OAuthArgs, Token } from "./lib/requestToken_common";
2121
export * from "./lib/requestToken.web";
2222
export * from "./lib/UserAuth";
23-
export * from "./lib/HttpError";

@here/olp-sdk-authentication/lib.version.ts

-24
This file was deleted.

@here/olp-sdk-authentication/lib/HttpError.ts

-25
This file was deleted.

@here/olp-sdk-dataservice-api/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019 HERE Europe B.V.
2+
* Copyright (C) 2019-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
1818
*/
1919

2020
export * from "./lib/RequestBuilder";
21-
export * from "./lib/HttpError";
2221

2322
import * as ArtifactApi from "./lib/artifact-api";
2423
import * as AuthorizationAPI from "./lib/authorization-api-v1.1";

@here/olp-sdk-dataservice-api/lib/HttpError.ts

-54
This file was deleted.

@here/olp-sdk-dataservice-api/test/HttpError.test.ts

-41
This file was deleted.

@here/olp-sdk-dataservice-read/lib.version.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/DataStoreDownloadManager.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/DataStoreRequestBuilder.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/DownloadManager.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/HRN.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/cache/ApiCacheRepository.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/cache/KeyValueCache.ts

-24
This file was deleted.

@here/olp-sdk-dataservice-read/lib/cache/LRUCache.ts

-24
This file was deleted.

0 commit comments

Comments
 (0)