Skip to content

Commit e67a0d2

Browse files
authored
Up versions. (#473)
Update versions and CHANGELOG for the release 1.11.0. Resolves: OLPEDGE-2580 Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
1 parent f4c2814 commit e67a0d2

File tree

10 files changed

+107
-90
lines changed

10 files changed

+107
-90
lines changed

@here/olp-sdk-authentication/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-authentication",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Wrapper around the HERE Authentication and Authorization REST API obtaining short-lived access tokens that are used to authenticate requests to HERE services.",
55
"main": "index.js",
66
"browser": "index.web.js",
@@ -49,7 +49,7 @@
4949
},
5050
"license": "Apache-2.0",
5151
"dependencies": {
52-
"@here/olp-sdk-core": "^1.5.0",
52+
"@here/olp-sdk-core": "^1.6.0",
5353
"@here/olp-sdk-fetch": "^1.9.0",
5454
"properties-reader": "^0.3.1"
5555
},
@@ -80,4 +80,4 @@
8080
"webpack": "^4.41.5",
8181
"webpack-cli": "^3.3.10"
8282
}
83-
}
83+
}

@here/olp-sdk-authentication/test/OAuth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe("oauth-request-offline", function() {
9494

9595
const options: RequestInit & any = fetchMock.calls()[0][1];
9696
expect(options.headers.get("Authorization")).to.be.equal(
97-
`OAuth oauth_consumer_key="mocked-key",oauth_nonce="mocked-nonce",oauth_signature_method="HMAC-SHA256",oauth_timestamp="1550777140",oauth_version="1.0",oauth_signature="f4Em2nCgW%2FXyIduZsrMkPO09Br5NXRVlhx2NaSlpb14%3D"`
97+
`OAuth oauth_consumer_key="mocked-key",oauth_nonce="mocked-nonce",oauth_signature_method="HMAC-SHA256",oauth_timestamp="1550777140",oauth_version="1.0",oauth_signature="v4mS3w5P0ba%2FBmgK2XfS8VzPFy2mUm%2FCZT0KvimSQxo%3D"`
9898
);
9999
});
100100

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
* License-Filename: LICENSE
1818
*/
1919

20-
export const LIB_VERSION = "1.10.0";
20+
export const LIB_VERSION = "1.11.0";

@here/olp-sdk-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-core",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Core features of the HERE Data Platform",
55
"main": "index.js",
66
"browser": "index.web.js",
@@ -50,7 +50,7 @@
5050
"license": "Apache-2.0",
5151
"dependencies": {
5252
"@here/olp-sdk-fetch": "^1.9.0",
53-
"@here/olp-sdk-dataservice-api": "^1.10.0"
53+
"@here/olp-sdk-dataservice-api": "^1.11.0"
5454
},
5555
"devDependencies": {
5656
"@types/chai": "^4.2.7",
@@ -77,4 +77,4 @@
7777
"webpack": "^4.41.5",
7878
"webpack-cli": "^3.3.10"
7979
}
80-
}
80+
}

@here/olp-sdk-dataservice-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-api",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
55
"main": "index.js",
66
"typings": "index",
@@ -71,4 +71,4 @@
7171
"webpack-cli": "^3.3.10",
7272
"typedoc": "^0.20.25"
7373
}
74-
}
74+
}

@here/olp-sdk-dataservice-read/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-read",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to reading data from OLP catalogs",
55
"main": "index.js",
66
"browser": "index.web.js",
@@ -49,8 +49,8 @@
4949
},
5050
"license": "Apache-2.0",
5151
"dependencies": {
52-
"@here/olp-sdk-core": "^1.5.0",
53-
"@here/olp-sdk-dataservice-api": "^1.10.0",
52+
"@here/olp-sdk-core": "^1.6.0",
53+
"@here/olp-sdk-dataservice-api": "^1.11.0",
5454
"@here/olp-sdk-fetch": "^1.9.0"
5555
},
5656
"devDependencies": {
@@ -78,4 +78,4 @@
7878
"webpack": "^4.41.5",
7979
"webpack-cli": "^3.3.10"
8080
}
81-
}
81+
}

@here/olp-sdk-dataservice-write/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-write",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to writing data to OLP catalogs",
55
"main": "index.js",
66
"browser": "index.web.js",
@@ -50,8 +50,8 @@
5050
},
5151
"license": "Apache-2.0",
5252
"dependencies": {
53-
"@here/olp-sdk-core": "^1.5.0",
54-
"@here/olp-sdk-dataservice-api": "^1.10.0",
53+
"@here/olp-sdk-core": "^1.6.0",
54+
"@here/olp-sdk-dataservice-api": "^1.11.0",
5555
"@here/olp-sdk-fetch": "^1.9.0"
5656
},
5757
"devDependencies": {
@@ -79,4 +79,4 @@
7979
"webpack": "^4.41.5",
8080
"webpack-cli": "^3.3.10"
8181
}
82-
}
82+
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v1.11.0 (07/06/2021)
2+
3+
**olp-sdk-dataservice-write**
4+
5+
- Updated dependencies.
6+
7+
**olp-sdk-dataservice-api**
8+
9+
- Added the APIs generated by the `Interactive V1` specification to support IML layers.
10+
11+
**olp-sdk-core**
12+
13+
- Updated dependencies.
14+
15+
**olp-sdk-authentication**
16+
17+
- Updated dependencies.
18+
19+
**olp-sdk-dataservice-read**
20+
21+
- Updated dependencies.
22+
123
## v1.10.0 (14/05/2021)
224

325
**olp-sdk-dataservice-write**

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-ts",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "HERE OLP SDK for TypeScript",
55
"author": {
66
"name": "HERE Europe B.V.",
@@ -44,7 +44,7 @@
4444
"bootstrap": "lerna bootstrap --use-workspaces",
4545
"build": "lerna run build",
4646
"test": "lerna run test",
47-
"http-server-testing-bundles": "serve -l tcp://localhost:8080 tests/integration/bundles/umd/static",
47+
"http-server-testing-bundles": "serve -l tcp://localhost:8080 tests/integration/bundles/umd/static",
4848
"test-published-bundles": "cd tests/integration/bundles/umd && tsc && cd - && mocha --timeout 5000 tests/integration/bundles/umd/olp-sdk-published.test.js",
4949
"test-generated-bundles": "cd tests/integration/bundles/umd && tsc && cd - && mocha --timeout 5000 tests/integration/bundles/umd/olp-sdk-generated.test.js",
5050
"api-breaks-test": "nyc mocha --opts ./tests/integration/api-breaks/mocha.opts",
@@ -73,4 +73,4 @@
7373
"mocha": "^7.1.1",
7474
"serve": "^11.3.0"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)