diff --git a/examples/combined-odata-mock/package.json b/examples/combined-odata-mock/package.json index 12531ee6..76cceced 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.7.0", + "version": "0.8.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/configuration": "^0.7.0", - "@varkes/api-server": "^0.7.0", - "@varkes/cockpit": "^0.7.0", - "@varkes/odata-mock": "^0.7.0", + "@varkes/api-server": "^0.8.0", + "@varkes/cockpit": "^0.8.0", + "@varkes/configuration": "^0.8.0", + "@varkes/odata-mock": "^0.8.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/combined-openapi-mock/package.json b/examples/combined-openapi-mock/package.json index 33231417..e5d2b455 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.7.0", + "version": "0.8.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/configuration": "^0.7.0", - "@varkes/api-server": "^0.7.0", - "@varkes/cockpit": "^0.7.0", - "@varkes/openapi-mock": "^0.7.0", + "@varkes/api-server": "^0.8.0", + "@varkes/cockpit": "^0.8.0", + "@varkes/configuration": "^0.8.0", + "@varkes/openapi-mock": "^0.8.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/kyma-mock/package.json b/examples/kyma-mock/package.json index 51adf6f4..5c2870d7 100644 --- a/examples/kyma-mock/package.json +++ b/examples/kyma-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-kyma-mock", - "version": "0.7.0", + "version": "0.8.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.7.0", - "@varkes/openapi-mock": "^0.7.0", + "@varkes/configuration": "^0.8.0", + "@varkes/openapi-mock": "^0.8.0", "express": "^4.17.1", "uuid": "^3.3.3" }, diff --git a/examples/odata-mock/package.json b/examples/odata-mock/package.json index a752f7d0..35a8476e 100644 --- a/examples/odata-mock/package.json +++ b/examples/odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-odata-mock", - "version": "0.7.0", + "version": "0.8.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.7.0", - "@varkes/odata-mock": "^0.7.0", + "@varkes/configuration": "^0.8.0", + "@varkes/odata-mock": "^0.8.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/openapi-mock/package.json b/examples/openapi-mock/package.json index d60a3696..eafbacf7 100644 --- a/examples/openapi-mock/package.json +++ b/examples/openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-openapi-mock", - "version": "0.7.0", + "version": "0.8.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.7.0", - "@varkes/openapi-mock": "^0.7.0", + "@varkes/configuration": "^0.8.0", + "@varkes/openapi-mock": "^0.8.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/stress-mock/package.json b/examples/stress-mock/package.json index e63cb40d..7bc2cc71 100644 --- a/examples/stress-mock/package.json +++ b/examples/stress-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/stress-mock", - "version": "0.7.0", + "version": "0.8.0", "description": "combined stress test example of varkes openapi-mock, varkes odata-mock and varkes api-server", "main": "app.js", "private": true, @@ -16,11 +16,11 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "@varkes/configuration": "^0.7.0", - "@varkes/api-server": "^0.7.0", - "@varkes/cockpit": "^0.7.0", - "@varkes/odata-mock": "^0.7.0", - "@varkes/openapi-mock": "^0.7.0", + "@varkes/api-server": "^0.8.0", + "@varkes/cockpit": "^0.8.0", + "@varkes/configuration": "^0.8.0", + "@varkes/odata-mock": "^0.8.0", + "@varkes/openapi-mock": "^0.8.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 2e03bd4e..92a57749 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "examples/*", "modules/*" ], - "version": "0.7.0" + "version": "0.8.0" } diff --git a/modules/api-server/package.json b/modules/api-server/package.json index c2ad1e12..3a6c061a 100644 --- a/modules/api-server/package.json +++ b/modules/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/api-server", - "version": "0.7.0", + "version": "0.8.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.7.0", - "@varkes/configuration": "^0.7.0", + "@varkes/app-connector": "^0.8.0", + "@varkes/configuration": "^0.8.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", @@ -36,7 +36,7 @@ "@types/node": "^12.11.1", "@types/supertest": "^2.0.8", "@types/yaml": "^1.2.0", - "@varkes/example-kyma-mock": "^0.7.0", + "@varkes/example-kyma-mock": "^0.8.0", "copyfiles": "^2.1.1", "mocha": "^6.2.1", "nyc": "^14.1.1", diff --git a/modules/app-connector/package.json b/modules/app-connector/package.json index 07c01877..11b969c9 100644 --- a/modules/app-connector/package.json +++ b/modules/app-connector/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/app-connector", - "version": "0.7.0", + "version": "0.8.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.7.0", + "@varkes/configuration": "^0.8.0", "node-forge": "^0.9.1", "request": "^2.88.0", "request-promise": "^4.2.4" @@ -26,7 +26,7 @@ "@types/node": "^12.11.1", "@types/request": "^2.48.3", "@types/request-promise": "^4.1.44", - "@varkes/example-kyma-mock": "^0.7.0", + "@varkes/example-kyma-mock": "^0.8.0", "chai": "^4.2.0", "chai-match": "^1.1.1", "copyfiles": "^2.1.1", diff --git a/modules/cockpit/package.json b/modules/cockpit/package.json index f2c372cf..79b62ff7 100644 --- a/modules/cockpit/package.json +++ b/modules/cockpit/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/cockpit", - "version": "0.7.0", + "version": "0.8.0", "main": "dist/app.js", "description": "Varkes Cockpit", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "@babel/preset-env": "^7.6.3", "@kyma-project/luigi-client": "^0.4.12", "@kyma-project/luigi-core": "^0.4.12", - "@varkes/configuration": "^0.7.0", + "@varkes/configuration": "^0.8.0", "ace-builds": "^1.4.6", "ang-jsoneditor": "^1.8.3", "angular4-jsoneditor": "^1.0.7", diff --git a/modules/configuration/package.json b/modules/configuration/package.json index 6287753d..7a887453 100644 --- a/modules/configuration/package.json +++ b/modules/configuration/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/configuration", - "version": "0.7.0", + "version": "0.8.0", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Configuration for varkes modules", diff --git a/modules/odata-mock/package.json b/modules/odata-mock/package.json index 43789785..463b250c 100644 --- a/modules/odata-mock/package.json +++ b/modules/odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/odata-mock", - "version": "0.7.0", + "version": "0.8.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.7.0", + "@varkes/configuration": "^0.8.0", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/modules/openapi-mock/package.json b/modules/openapi-mock/package.json index 78a448e3..55b87b34 100644 --- a/modules/openapi-mock/package.json +++ b/modules/openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/openapi-mock", - "version": "0.7.0", + "version": "0.8.0", "main": "dist/server/app.js", "types": "dist/server/app.d.ts", "license": "Apache-2.0", @@ -17,7 +17,7 @@ "clean": "rm -rf dist || true && rm -rf logs || true && rm -rf generated || true" }, "dependencies": { - "@varkes/configuration": "^0.7.0", + "@varkes/configuration": "^0.8.0", "api-spec-converter": "~2.9.1", "body-parser": "^1.19.0", "express": "^4.17.1",