Skip to content

Commit

Permalink
Merge pull request #190 from d-velop/hotfix/search-call-does-not-filter
Browse files Browse the repository at this point in the history
Delete unneeded test-file
  • Loading branch information
LenKlose authored Mar 26, 2024
2 parents 5011271 + 3517df9 commit 92d2ba0
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 39 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/app-router",
"description": "This package contains functionality for the App-Router in the d.velop cloud.",
"version": "3.2.3",
"version": "3.2.4",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.3"
"@dvelop-sdk/core": "^2.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/business-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/business-objects",
"description": "This package contains functionality for the BusinessObjects-App in the d.velop cloud.",
"version": "1.0.4",
"version": "1.0.5",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.3"
"@dvelop-sdk/core": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/core",
"description": "This package contains shared functionality for the @dvelop-sdk packages.",
"version": "2.1.4",
"version": "2.1.5",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/dms",
"description": "This package contains functionality for the DMS-App in the d.velop cloud.",
"version": "1.5.3",
"version": "1.5.4",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.4"
"@dvelop-sdk/core": "^2.1.5"
}
}
2 changes: 0 additions & 2 deletions packages/dms/test.txt

This file was deleted.

4 changes: 2 additions & 2 deletions packages/express-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/express-utils",
"description": "This package contains middleware-functions for the express-framework and d.velop app-building.",
"version": "1.1.7",
"version": "1.1.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@dvelop-sdk/app-router": "^3.2.1",
"@dvelop-sdk/core": "^2.1.3",
"@dvelop-sdk/core": "^2.1.5",
"@dvelop-sdk/identityprovider": "^4.0.2",
"@types/express": "^4.17.13"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/identityprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/identityprovider",
"description": "This package contains functionality for the Identityprovider-App in the d.velop cloud.",
"version": "4.0.4",
"version": "4.0.5",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.3"
"@dvelop-sdk/core": "^2.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/logging",
"description": "This package contains functions for logging with OpenTelemetry.",
"version": "1.0.2",
"version": "1.0.3",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,6 +20,6 @@
"access": "public"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.3"
"@dvelop-sdk/core": "^2.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/task",
"description": "This package contains functionality for the Task-App in the d.velop cloud.",
"version": "3.0.6",
"version": "3.0.7",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,6 +20,6 @@
"access": "public"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.3"
"@dvelop-sdk/core": "^2.1.5"
}
}

0 comments on commit 92d2ba0

Please sign in to comment.