Skip to content

Commit 725324d

Browse files
authored
Merge pull request #220 from d-velop/develop
Raise versions
2 parents 7de0bab + fc4dd6a commit 725324d

File tree

9 files changed

+48
-69
lines changed

9 files changed

+48
-69
lines changed

package-lock.json

Lines changed: 30 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvelop-sdk/app-router",
33
"description": "This package contains functionality for the App-Router in the d.velop cloud.",
4-
"version": "3.2.4",
4+
"version": "3.2.5",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -23,6 +23,6 @@
2323
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
2424
},
2525
"dependencies": {
26-
"@dvelop-sdk/core": "^2.1.5"
26+
"@dvelop-sdk/core": "^2.2.0"
2727
}
28-
}
28+
}

packages/business-objects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvelop-sdk/business-objects",
33
"description": "This package contains functionality for the BusinessObjects-App in the d.velop cloud.",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -23,6 +23,6 @@
2323
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
2424
},
2525
"dependencies": {
26-
"@dvelop-sdk/core": "^2.1.5"
26+
"@dvelop-sdk/core": "^2.2.0"
2727
}
2828
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvelop-sdk/core",
33
"description": "This package contains shared functionality for the @dvelop-sdk packages.",
4-
"version": "2.1.6",
4+
"version": "2.2.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/dms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvelop-sdk/dms",
33
"description": "This package contains functionality for the DMS-App in the d.velop cloud.",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -23,6 +23,6 @@
2323
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
2424
},
2525
"dependencies": {
26-
"@dvelop-sdk/core": "^2.1.5"
26+
"@dvelop-sdk/core": "^2.2.0"
2727
}
2828
}

packages/express-utils/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@dvelop-sdk/app-router": "^3.2.1",
24-
"@dvelop-sdk/core": "^2.1.5",
25-
"@dvelop-sdk/identityprovider": "^4.0.2"
26-
},
27-
"peerDependencies": {
24+
"@dvelop-sdk/core": "^2.2.0",
25+
"@dvelop-sdk/identityprovider": "^4.0.7",
2826
"@types/express": "^4.17.13"
2927
}
30-
}
28+
}

packages/identityprovider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvelop-sdk/identityprovider",
33
"description": "This package contains functionality for the Identityprovider-App in the d.velop cloud.",
4-
"version": "4.0.6",
4+
"version": "4.0.7",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -23,6 +23,6 @@
2323
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
2424
},
2525
"dependencies": {
26-
"@dvelop-sdk/core": "^2.1.5"
26+
"@dvelop-sdk/core": "^2.2.0"
2727
}
2828
}

0 commit comments

Comments
 (0)