Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Nov 6, 2019
1 parent 009aa61 commit 63f31f1
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions examples/combined-odata-mock/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions examples/combined-openapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions examples/kyma-mock/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/odata-mock/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions examples/openapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions examples/stress-mock/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"examples/*",
"modules/*"
],
"version": "0.7.0"
"version": "0.8.0"
}
8 changes: 4 additions & 4 deletions modules/api-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions modules/app-connector/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions modules/cockpit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion modules/configuration/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions modules/odata-mock/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions modules/openapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 63f31f1

Please sign in to comment.