diff --git a/examples/combined-odata-mock/package-lock.json b/examples/combined-odata-mock/package-lock.json index 92e675a6..c24f75e2 100644 --- a/examples/combined-odata-mock/package-lock.json +++ b/examples/combined-odata-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-combined-odata-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/combined-odata-mock/package.json b/examples/combined-odata-mock/package.json index e296dcd3..2f446a49 100644 --- a/examples/combined-odata-mock/package.json +++ b/examples/combined-odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-combined-odata-mock", - "version": "0.12.0", + "version": "0.13.0", "description": "combined example of odata and api-server", "main": "app.js", "private": true, @@ -16,10 +16,10 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@varkes/api-server": "^0.12.0", - "@varkes/cockpit": "^0.12.0", - "@varkes/configuration": "^0.12.0", - "@varkes/odata-mock": "^0.12.0", + "@varkes/api-server": "^0.13.0", + "@varkes/cockpit": "^0.13.0", + "@varkes/configuration": "^0.13.0", + "@varkes/odata-mock": "^0.13.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/combined-openapi-mock/package-lock.json b/examples/combined-openapi-mock/package-lock.json index f659d021..e01a1f86 100644 --- a/examples/combined-openapi-mock/package-lock.json +++ b/examples/combined-openapi-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-combined-openapi-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/combined-openapi-mock/package.json b/examples/combined-openapi-mock/package.json index 00f006a9..62715037 100644 --- a/examples/combined-openapi-mock/package.json +++ b/examples/combined-openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-combined-openapi-mock", - "version": "0.12.0", + "version": "0.13.0", "description": "combined example of varkes openapi-mock and varkes api-server", "main": "app.js", "private": true, @@ -16,10 +16,10 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@varkes/api-server": "^0.12.0", - "@varkes/cockpit": "^0.12.0", - "@varkes/configuration": "^0.12.0", - "@varkes/openapi-mock": "^0.12.0", + "@varkes/api-server": "^0.13.0", + "@varkes/cockpit": "^0.13.0", + "@varkes/configuration": "^0.13.0", + "@varkes/openapi-mock": "^0.13.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/kyma-mock/package-lock.json b/examples/kyma-mock/package-lock.json index 6e687344..f9ce9432 100644 --- a/examples/kyma-mock/package-lock.json +++ b/examples/kyma-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-kyma-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/kyma-mock/package.json b/examples/kyma-mock/package.json index ebc35b8a..7f7190f6 100644 --- a/examples/kyma-mock/package.json +++ b/examples/kyma-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-kyma-mock", - "version": "0.12.0", + "version": "0.13.0", "description": "Standalone example of varkes kyma-mock", "main": "app.js", "private": true, @@ -16,8 +16,8 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@varkes/configuration": "^0.12.0", - "@varkes/openapi-mock": "^0.12.0", + "@varkes/configuration": "^0.13.0", + "@varkes/openapi-mock": "^0.13.0", "express": "^4.17.1", "uuid": "^8.3.1" }, diff --git a/examples/odata-mock/package-lock.json b/examples/odata-mock/package-lock.json index 260efc05..30bbaa90 100644 --- a/examples/odata-mock/package-lock.json +++ b/examples/odata-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-odata-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/odata-mock/package.json b/examples/odata-mock/package.json index 18f2a6e5..205ec8a3 100644 --- a/examples/odata-mock/package.json +++ b/examples/odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-odata-mock", - "version": "0.12.0", + "version": "0.13.0", "description": "Standalone example of varkes odataapi-mock", "main": "app.js", "private": true, @@ -16,8 +16,8 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@varkes/configuration": "^0.12.0", - "@varkes/odata-mock": "^0.12.0", + "@varkes/configuration": "^0.13.0", + "@varkes/odata-mock": "^0.13.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/openapi-mock/package-lock.json b/examples/openapi-mock/package-lock.json index 1ca807a4..e5df4a92 100644 --- a/examples/openapi-mock/package-lock.json +++ b/examples/openapi-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-openapi-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/openapi-mock/package.json b/examples/openapi-mock/package.json index 1c2e34a2..8ee2f2a3 100644 --- a/examples/openapi-mock/package.json +++ b/examples/openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-openapi-mock", - "version": "0.12.0", + "version": "0.13.0", "description": "Standalone example of varkes openapi-mock", "main": "app.js", "private": true, @@ -16,8 +16,8 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@varkes/configuration": "^0.12.0", - "@varkes/openapi-mock": "^0.12.0", + "@varkes/configuration": "^0.13.0", + "@varkes/openapi-mock": "^0.13.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 12c5e054..860103cd 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "examples/*", "modules/*" ], - "version": "0.12.0" + "version": "0.13.0" } diff --git a/modules/api-server/package-lock.json b/modules/api-server/package-lock.json index 029ded9e..8849f034 100644 --- a/modules/api-server/package-lock.json +++ b/modules/api-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/api-server", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/api-server/package.json b/modules/api-server/package.json index 33131d5a..2e4acfc7 100644 --- a/modules/api-server/package.json +++ b/modules/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/api-server", - "version": "0.12.0", + "version": "0.13.0", "main": "dist/server/app.js", "types": "dist/server/app.d.ts", "license": "Apache-2.0", @@ -17,8 +17,8 @@ "clean": "rm -rf dist || true && rm -rf logs || true && rm -rf generated || true" }, "dependencies": { - "@varkes/app-connector": "^0.12.0", - "@varkes/configuration": "^0.12.0", + "@varkes/app-connector": "^0.13.0", + "@varkes/configuration": "^0.13.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", @@ -36,7 +36,7 @@ "@types/node": "^14.14.7", "@types/supertest": "^2.0.10", "@types/yaml": "^1.9.7", - "@varkes/example-kyma-mock": "^0.12.0", + "@varkes/example-kyma-mock": "^0.13.0", "copyfiles": "^2.4.0", "mocha": "^8.2.1", "nyc": "^15.1.0", diff --git a/modules/app-connector/package-lock.json b/modules/app-connector/package-lock.json index 31ed0e88..7b9bb27d 100644 --- a/modules/app-connector/package-lock.json +++ b/modules/app-connector/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/app-connector", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/app-connector/package.json b/modules/app-connector/package.json index 611f06b6..9a3eeda6 100644 --- a/modules/app-connector/package.json +++ b/modules/app-connector/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/app-connector", - "version": "0.12.0", + "version": "0.13.0", "main": "dist/server/app.js", "types": "dist/server/app.d.ts", "license": "Apache-2.0", @@ -14,7 +14,7 @@ "clean": "rm -rf dist || true && rm -rf logs || true" }, "dependencies": { - "@varkes/configuration": "^0.12.0", + "@varkes/configuration": "^0.13.0", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-env": "^0.6.5", @@ -40,7 +40,7 @@ "@types/node-fetch": "^2.5.7", "@types/request": "^2.48.5", "@types/request-promise": "^4.1.46", - "@varkes/example-kyma-mock": "^0.12.0", + "@varkes/example-kyma-mock": "^0.13.0", "chai": "^4.2.0", "chai-match": "^1.1.1", "copyfiles": "^2.4.0", diff --git a/modules/cockpit/package-lock.json b/modules/cockpit/package-lock.json index 38a05712..c5b0fcb9 100644 --- a/modules/cockpit/package-lock.json +++ b/modules/cockpit/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/cockpit", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/cockpit/package.json b/modules/cockpit/package.json index 806d3be0..1e8f52b6 100644 --- a/modules/cockpit/package.json +++ b/modules/cockpit/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/cockpit", - "version": "0.12.0", + "version": "0.13.0", "main": "dist/app.js", "description": "Varkes Cockpit", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "@babel/preset-env": "^7.8.2", "@luigi-project/client": "^1.16.2", "@luigi-project/core": "^1.16.2", - "@varkes/configuration": "^0.12.0", + "@varkes/configuration": "^0.13.0", "ace-builds": "^1.4.7", "ang-jsoneditor": "^1.8.4", "angular4-jsoneditor": "^1.0.7", diff --git a/modules/configuration/package-lock.json b/modules/configuration/package-lock.json index ff1f020b..0a12d840 100644 --- a/modules/configuration/package-lock.json +++ b/modules/configuration/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/configuration", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/configuration/package.json b/modules/configuration/package.json index 22d41572..76a1d9d5 100644 --- a/modules/configuration/package.json +++ b/modules/configuration/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/configuration", - "version": "0.12.0", + "version": "0.13.0", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Configuration for varkes modules", diff --git a/modules/odata-mock/package-lock.json b/modules/odata-mock/package-lock.json index 4571d574..46387d83 100644 --- a/modules/odata-mock/package-lock.json +++ b/modules/odata-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/odata-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/odata-mock/package.json b/modules/odata-mock/package.json index 3ee6c427..a249c6be 100644 --- a/modules/odata-mock/package.json +++ b/modules/odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/odata-mock", - "version": "0.12.0", + "version": "0.13.0", "main": "dist/server/app.js", "types": "dist/server/types.d.ts", "license": "Apache-2.0", @@ -17,7 +17,7 @@ "clean": "rm -rf dist || true && rm -r logs || true" }, "dependencies": { - "@varkes/configuration": "^0.12.0", + "@varkes/configuration": "^0.13.0", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/modules/openapi-mock/package-lock.json b/modules/openapi-mock/package-lock.json index c85292a8..a6c26f55 100644 --- a/modules/openapi-mock/package-lock.json +++ b/modules/openapi-mock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@varkes/openapi-mock", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/openapi-mock/package.json b/modules/openapi-mock/package.json index fb00d151..306376f2 100644 --- a/modules/openapi-mock/package.json +++ b/modules/openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/openapi-mock", - "version": "0.12.0", + "version": "0.13.0", "main": "dist/server/app.js", "types": "dist/server/app.d.ts", "license": "Apache-2.0", @@ -18,7 +18,7 @@ }, "dependencies": { "@apidevtools/swagger-express-middleware": "^4.0.2", - "@varkes/configuration": "^0.12.0", + "@varkes/configuration": "^0.13.0", "api-spec-converter": "~2.9.1", "body-parser": "^1.19.0", "express": "^4.17.1",