Skip to content

Commit 6b0a303

Browse files
authored
Update npm config. (#512)
NPM version 8.10+ introduces changes to using the .npmignore file during the publish. Updated settings accordinally. Resolves: OLPEDGE-2774 Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com> Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
1 parent e1c4d1e commit 6b0a303

File tree

11 files changed

+17
-11
lines changed

11 files changed

+17
-11
lines changed

@here/olp-sdk-authentication/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ tsconfig.json
1212
.prettierrc.json
1313
tslint.json
1414
xunit.xml
15-
webpack.config.js
15+
webpack.config.js
16+
!*.js

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-authentication",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
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",

@here/olp-sdk-core/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ tsconfig.json
1212
.prettierrc.json
1313
tslint.json
1414
xunit.xml
15-
webpack.config.js
15+
webpack.config.js
16+
!*.js

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-core",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Core features of the HERE Data Platform",
55
"main": "index.js",
66
"browser": "index.web.js",

@here/olp-sdk-dataservice-api/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ tsconfig.json
1212
.prettierrc.json
1313
tslint.json
1414
xunit.xml
15-
webpack.config.js
15+
webpack.config.js
16+
!*.js

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-api",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
55
"main": "index.js",
66
"typings": "index",

@here/olp-sdk-dataservice-read/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ tsconfig.json
1212
.prettierrc.json
1313
tslint.json
1414
xunit.xml
15-
webpack.config.js
15+
webpack.config.js
16+
!*.js

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-read",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
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",

@here/olp-sdk-dataservice-write/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ tsconfig.json
1212
.prettierrc.json
1313
tslint.json
1414
xunit.xml
15-
webpack.config.js
15+
webpack.config.js
16+
!*.js

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-write",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
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",

0 commit comments

Comments
 (0)