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

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obadrawi committed Apr 4, 2019
1 parent 781c25d commit affdb04
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions app-connector-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/app-connector-client",
"version": "0.2.2",
"version": "0.3.0",
"description": "Client for Kyma application connectivity",
"main": "server/app.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@varkes/example-kyma-mock": "^0.2.2",
"@varkes/example-kyma-mock": "^0.3.0",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"supertest": "^3.4.2"
Expand Down
6 changes: 3 additions & 3 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.2.2",
"version": "0.3.0",
"description": "combined example of odata and app-connector-client",
"main": "app.js",
"private": true,
Expand All @@ -15,8 +15,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/app-connector-client": "^0.2.2",
"@varkes/odata-mock": "^0.2.2",
"@varkes/app-connector-client": "^0.3.0",
"@varkes/odata-mock": "^0.3.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.2.2",
"version": "0.3.0",
"description": "combined example of varkes openapi-mock and varkes app-connector-client",
"main": "app.js",
"private": true,
Expand All @@ -15,8 +15,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/app-connector-client": "^0.2.2",
"@varkes/openapi-mock": "^0.2.2",
"@varkes/app-connector-client": "^0.3.0",
"@varkes/openapi-mock": "^0.3.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.2.2",
"version": "0.3.0",
"description": "Standalone example of varkes kyma-mock",
"main": "app.js",
"private": true,
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/openapi-mock": "^0.2.2",
"@varkes/openapi-mock": "^0.3.0",
"express": "^4.16.4",
"uuid": "^3.3.2"
},
Expand Down
4 changes: 2 additions & 2 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.2.2",
"version": "0.3.0",
"description": "Standalone example of varkes odataapi-mock",
"main": "app.js",
"private": true,
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/odata-mock": "^0.2.2",
"@varkes/odata-mock": "^0.3.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.2.2",
"version": "0.3.0",
"description": "Standalone example of varkes openapi-mock",
"main": "app.js",
"private": true,
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/openapi-mock": "^0.2.2",
"@varkes/openapi-mock": "^0.3.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.2.2",
"version": "0.3.0",
"description": "combined stress test example of varkes openapi-mock, varkes odata-mock and varkes app-connector-client",
"main": "app.js",
"private": true,
Expand All @@ -14,9 +14,9 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@varkes/app-connector-client": "^0.2.2",
"@varkes/odata-mock": "^0.2.2",
"@varkes/openapi-mock": "^0.2.2",
"@varkes/app-connector-client": "^0.3.0",
"@varkes/odata-mock": "^0.3.0",
"@varkes/openapi-mock": "^0.3.0",
"express": "^4.16.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"./odata-mock",
"./openapi-mock"
],
"version": "0.2.2"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion odata-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/odata-mock",
"version": "0.2.2",
"version": "0.3.0",
"main": "dist/server/app.js",
"types": "dist/app.d.ts",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions openapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varkes/openapi-mock",
"version": "0.2.2",
"version": "0.3.0",
"private": false,
"description": "Open API Mock",
"keywords": [],
Expand All @@ -14,11 +14,11 @@
"api-spec-converter": "^2.7.31",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"js-yaml": "^3.13.0",
"json-to-pretty-yaml": "^1.2.2",
"morgan": "^1.9.1",
"swagger-express-middleware": "^2.0.1",
"winston": "^3.2.1",
"js-yaml": "^3.13.0"
"winston": "^3.2.1"
},
"devDependencies": {
"@types/express": "^4.16.1",
Expand All @@ -43,4 +43,4 @@
"pretest": "npm run compile",
"test": "mocha dist/test"
}
}
}

0 comments on commit affdb04

Please sign in to comment.