diff --git a/examples/combined-odata-mock/package.json b/examples/combined-odata-mock/package.json index a092683f..3db6837c 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.8.0", + "version": "0.9.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.8.0", - "@varkes/cockpit": "^0.8.0", - "@varkes/configuration": "^0.8.0", - "@varkes/odata-mock": "^0.8.0", + "@varkes/api-server": "^0.9.0", + "@varkes/cockpit": "^0.9.0", + "@varkes/configuration": "^0.9.0", + "@varkes/odata-mock": "^0.9.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/combined-openapi-mock/package.json b/examples/combined-openapi-mock/package.json index 441db7b1..19718b63 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.8.0", + "version": "0.9.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.8.0", - "@varkes/cockpit": "^0.8.0", - "@varkes/configuration": "^0.8.0", - "@varkes/openapi-mock": "^0.8.0", + "@varkes/api-server": "^0.9.0", + "@varkes/cockpit": "^0.9.0", + "@varkes/configuration": "^0.9.0", + "@varkes/openapi-mock": "^0.9.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/kyma-mock/package.json b/examples/kyma-mock/package.json index c34dd079..c942dd90 100644 --- a/examples/kyma-mock/package.json +++ b/examples/kyma-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-kyma-mock", - "version": "0.8.0", + "version": "0.9.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.8.0", - "@varkes/openapi-mock": "^0.8.0", + "@varkes/configuration": "^0.9.0", + "@varkes/openapi-mock": "^0.9.0", "express": "^4.17.1", "uuid": "^3.4.0" }, diff --git a/examples/odata-mock/package.json b/examples/odata-mock/package.json index c3dc4b70..1a1aec65 100644 --- a/examples/odata-mock/package.json +++ b/examples/odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-odata-mock", - "version": "0.8.0", + "version": "0.9.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.8.0", - "@varkes/odata-mock": "^0.8.0", + "@varkes/configuration": "^0.9.0", + "@varkes/odata-mock": "^0.9.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/openapi-mock/package.json b/examples/openapi-mock/package.json index 2fc88e7a..a09d7abb 100644 --- a/examples/openapi-mock/package.json +++ b/examples/openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/example-openapi-mock", - "version": "0.8.0", + "version": "0.9.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.8.0", - "@varkes/openapi-mock": "^0.8.0", + "@varkes/configuration": "^0.9.0", + "@varkes/openapi-mock": "^0.9.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/stress-mock/package.json b/examples/stress-mock/package.json index 9ddc6672..824fe293 100644 --- a/examples/stress-mock/package.json +++ b/examples/stress-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/stress-mock", - "version": "0.8.0", + "version": "0.9.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/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", + "@varkes/api-server": "^0.9.0", + "@varkes/cockpit": "^0.9.0", + "@varkes/configuration": "^0.9.0", + "@varkes/odata-mock": "^0.9.0", + "@varkes/openapi-mock": "^0.9.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 92a57749..6922cd0e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "examples/*", "modules/*" ], - "version": "0.8.0" + "version": "0.9.0" } diff --git a/modules/api-server/package.json b/modules/api-server/package.json index 5256f807..37b1c410 100644 --- a/modules/api-server/package.json +++ b/modules/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/api-server", - "version": "0.8.0", + "version": "0.9.0", "main": "dist/server/app.js", "types": "dist/server/app.d.ts", "license": "Apache-2.0", @@ -17,16 +17,16 @@ "clean": "rm -rf dist || true && rm -rf logs || true && rm -rf generated || true" }, "dependencies": { - "@varkes/app-connector": "^0.8.0", - "@varkes/configuration": "^0.8.0", + "@varkes/app-connector": "^0.9.0", + "@varkes/configuration": "^0.9.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", "express-winston": "^4.0.2", - "winston": "^3.2.1", "json-schema-ref-parser": "^7.1.3", "openapi-sampler": "^1.0.0-beta.15", - "swagger-ui-dist": "^3.25.0" + "swagger-ui-dist": "^3.25.0", + "winston": "^3.2.1" }, "devDependencies": { "@types/cors": "^2.8.6", @@ -37,7 +37,7 @@ "@types/node": "^13.5.1", "@types/supertest": "^2.0.8", "@types/yaml": "^1.2.0", - "@varkes/example-kyma-mock": "^0.8.0", + "@varkes/example-kyma-mock": "^0.9.0", "copyfiles": "^2.2.0", "mocha": "^7.0.1", "nyc": "^15.0.0", diff --git a/modules/app-connector/package.json b/modules/app-connector/package.json index 3ee9a839..9baa9b3c 100644 --- a/modules/app-connector/package.json +++ b/modules/app-connector/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/app-connector", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@varkes/configuration": "^0.9.0", "apollo-cache-inmemory": "^1.6.5", "apollo-client": "^2.6.8", "apollo-env": "^0.6.1", @@ -35,10 +35,10 @@ "@types/mocha": "^5.2.7", "@types/morgan": "^1.7.37", "@types/node": "^13.5.1", + "@types/node-fetch": "^2.5.4", "@types/request": "^2.48.4", "@types/request-promise": "^4.1.45", - "@varkes/example-kyma-mock": "^0.8.0", - "@types/node-fetch": "^2.5.4", + "@varkes/example-kyma-mock": "^0.9.0", "chai": "^4.2.0", "chai-match": "^1.1.1", "copyfiles": "^2.2.0", diff --git a/modules/cockpit/package.json b/modules/cockpit/package.json index 8647818d..f6fc2514 100644 --- a/modules/cockpit/package.json +++ b/modules/cockpit/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/cockpit", - "version": "0.8.0", + "version": "0.9.0", "main": "dist/app.js", "description": "Varkes Cockpit", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "@babel/preset-env": "^7.8.2", "@kyma-project/luigi-client": "^0.7.3", "@kyma-project/luigi-core": "^0.7.3", - "@varkes/configuration": "^0.8.0", + "@varkes/configuration": "^0.9.0", "ace-builds": "^1.4.7", "ang-jsoneditor": "^1.8.4", "angular4-jsoneditor": "^1.0.7", @@ -44,12 +44,12 @@ "jquery": "^3.4.1", "ng-click-outside": "^5.3.0", "ng2-ace-editor": "^0.3.9", + "node-sass": "~4.13.1", "rxjs": "~6.5.4", "tslib": "^1.10.0", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", - "zone.js": "~0.10.2", - "node-sass":"~4.13.1" + "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "^0.13.9", diff --git a/modules/configuration/package.json b/modules/configuration/package.json index 6b6e6aa4..aeac5a80 100644 --- a/modules/configuration/package.json +++ b/modules/configuration/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/configuration", - "version": "0.8.0", + "version": "0.9.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 ab46e148..b01feaf2 100644 --- a/modules/odata-mock/package.json +++ b/modules/odata-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/odata-mock", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@varkes/configuration": "^0.9.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 5ebd48db..b508d389 100644 --- a/modules/openapi-mock/package.json +++ b/modules/openapi-mock/package.json @@ -1,6 +1,6 @@ { "name": "@varkes/openapi-mock", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@varkes/configuration": "^0.9.0", "api-spec-converter": "~2.9.1", "body-parser": "^1.19.0", "express": "^4.17.1",