Skip to content

Commit

Permalink
v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Mar 20, 2020
1 parent 3ef7fe4 commit 87d9876
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"test-packages/test-services",
"test-packages/type-tests"
],
"version": "1.19.0"
"version": "1.18.1"
}
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/analytics",
"version": "1.19.0",
"version": "1.18.1",
"description": "SAP Cloud SDK Analytics Usage",
"homepage": "https://community.sap.com/topics/cloud-sdk",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --config ./jest-local.json"
},
"dependencies": {
"@sap-cloud-sdk/util": "^1.19.0",
"@sap-cloud-sdk/util": "^1.18.1",
"axios": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/core",
"version": "1.19.0",
"version": "1.18.1",
"description": "SAP Cloud SDK for JavaScript core",
"homepage": "https://community.sap.com/topics/cloud-sdk",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test:debug-name-regex": "node -r ts-node/register --inspect-brk ./node_modules/.bin/jest --config jest-local.json --runInBand --testNamePattern=\"$PATTERN\""
},
"dependencies": {
"@sap-cloud-sdk/analytics": "^1.19.0",
"@sap-cloud-sdk/util": "^1.19.0",
"@sap-cloud-sdk/analytics": "^1.18.1",
"@sap-cloud-sdk/util": "^1.18.1",
"@sap/xsenv": "2.2.0",
"@types/http-proxy-agent": "^2.0.2",
"axios": "0.19.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/generator",
"version": "1.19.0",
"version": "1.18.1",
"description": "SAP Cloud SDK for JavaScript OData client generator",
"homepage": "https://community.sap.com/topics/cloud-sdk",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test:watch-debug": "node --inspect-brk node_modules/.bin/jest --watch --runInBand --config ./jest-local.json"
},
"dependencies": {
"@sap-cloud-sdk/core": "^1.19.0",
"@sap-cloud-sdk/util": "^1.19.0",
"@sap-cloud-sdk/core": "^1.18.1",
"@sap-cloud-sdk/util": "^1.18.1",
"@sap/edm-converters": "1.0.19",
"fast-xml-parser": "3.12.14",
"fs-extra": "^8.1.0",
Expand All @@ -46,7 +46,7 @@
"yargs": "14.0.0"
},
"devDependencies": {
"@sap-cloud-sdk/test-services": "^1.19.0",
"@sap-cloud-sdk/test-services": "^1.18.1",
"@types/jest": "^25.1.4",
"@types/yargs": "^15.0.4",
"jest": "^25.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/test-util",
"version": "1.19.0",
"version": "1.18.1",
"description": "SAP Cloud SDK for JavaScript test utilities",
"homepage": "https://community.sap.com/topics/cloud-sdk",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,8 +30,8 @@
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --config ./jest-local.json"
},
"dependencies": {
"@sap-cloud-sdk/core": "^1.19.0",
"@sap-cloud-sdk/util": "^1.19.0"
"@sap-cloud-sdk/core": "^1.18.1",
"@sap-cloud-sdk/util": "^1.18.1"
},
"devDependencies": {
"@types/jest": "^25.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/util",
"version": "1.19.0",
"version": "1.18.1",
"description": "SAP Cloud SDK for JavaScript general utilities",
"homepage": "https://community.sap.com/topics/cloud-sdk",
"license": "Apache-2.0",
Expand Down
12 changes: 6 additions & 6 deletions test-packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/integration-tests",
"version": "1.19.0",
"version": "1.18.1",
"description": "SAP Cloud SDK for JavaScript integration tests",
"homepage": "https://www.sap.com/cloud-sdk",
"license": "Apache-2.0",
Expand All @@ -13,11 +13,11 @@
"test:watch-debug": "node --inspect-brk node_modules/.bin/jest --watch --runInBand --config ./jest-local.json"
},
"dependencies": {
"@sap-cloud-sdk/analytics": "^1.19.0",
"@sap-cloud-sdk/core": "^1.19.0",
"@sap-cloud-sdk/test-services": "^1.19.0",
"@sap-cloud-sdk/test-util": "^1.19.0",
"@sap-cloud-sdk/util": "^1.19.0"
"@sap-cloud-sdk/analytics": "^1.18.1",
"@sap-cloud-sdk/core": "^1.18.1",
"@sap-cloud-sdk/test-services": "^1.18.1",
"@sap-cloud-sdk/test-util": "^1.18.1",
"@sap-cloud-sdk/util": "^1.18.1"
},
"devDependencies": {
"@types/jest": "^25.1.4",
Expand Down
4 changes: 2 additions & 2 deletions test-packages/test-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/test-services",
"version": "1.19.0",
"version": "1.18.1",
"description": "Custom Services for testing",
"files": [
"srv/**/*.js",
Expand All @@ -16,6 +16,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"@sap-cloud-sdk/core": "^1.19.0"
"@sap-cloud-sdk/core": "^1.18.1"
}
}
6 changes: 3 additions & 3 deletions test-packages/type-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/type-tests",
"version": "1.19.0",
"version": "1.18.1",
"description": "Tests to ensure correct types in the SAP Cloud SDK for JavaScript.",
"homepage": "https://www.sap.com/cloud-sdk",
"license": "Apache-2.0",
Expand All @@ -11,8 +11,8 @@
"test": "npx dtslint test --expectOnly --localTs ../../node_modules/typescript/lib"
},
"dependencies": {
"@sap-cloud-sdk/core": "^1.19.0",
"@sap-cloud-sdk/test-services": "^1.19.0"
"@sap-cloud-sdk/core": "^1.18.1",
"@sap-cloud-sdk/test-services": "^1.18.1"
},
"devDependencies": {
"dtslint": "^3.3.0"
Expand Down

0 comments on commit 87d9876

Please sign in to comment.