This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
41 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@varkes/example-combined-odata-mock", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "combined example of odata and app-connector-client", | ||
"main": "app.js", | ||
"private": true, | ||
|
@@ -15,8 +15,8 @@ | |
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@varkes/app-connector-client": "^0.0.0", | ||
"@varkes/odata-mock": "^0.0.0", | ||
"@varkes/app-connector-client": "^0.1.0", | ||
"@varkes/odata-mock": "^0.1.0", | ||
"express": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
|
@@ -27,4 +27,4 @@ | |
"type": "ssh", | ||
"url": "[email protected]:kyma-incubator/varkes.git" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@varkes/example-combined-openapi-mock", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "combined example of varkes openapi-mock and varkes app-connector-client", | ||
"main": "app.js", | ||
"private": true, | ||
|
@@ -15,8 +15,8 @@ | |
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@varkes/app-connector-client": "^0.0.0", | ||
"@varkes/openapi-mock": "^0.0.0", | ||
"@varkes/app-connector-client": "^0.1.0", | ||
"@varkes/openapi-mock": "^0.1.0", | ||
"express": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
|
@@ -27,4 +27,4 @@ | |
"type": "ssh", | ||
"url": "[email protected]:kyma-incubator/varkes.git" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@varkes/example-kyma-mock", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Standalone example of varkes kyma-mock", | ||
"main": "app.js", | ||
"private": true, | ||
|
@@ -15,7 +15,7 @@ | |
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@varkes/openapi-mock": "^0.0.0", | ||
"@varkes/openapi-mock": "^0.1.0", | ||
"express": "^4.16.4", | ||
"uuid": "^3.3.2" | ||
}, | ||
|
@@ -27,4 +27,4 @@ | |
"type": "ssh", | ||
"url": "[email protected]:kyma-incubator/varkes.git" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@varkes/example-odata-mock", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Standalone example of varkes odataapi-mock", | ||
"main": "app.js", | ||
"private": true, | ||
|
@@ -15,7 +15,7 @@ | |
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@varkes/odata-mock": "^0.0.0", | ||
"@varkes/odata-mock": "^0.1.0", | ||
"express": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
|
@@ -26,4 +26,4 @@ | |
"type": "ssh", | ||
"url": "[email protected]:kyma-incubator/varkes.git" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@varkes/example-openapi-mock", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Standalone example of varkes openapi-mock", | ||
"main": "app.js", | ||
"private": true, | ||
|
@@ -15,7 +15,7 @@ | |
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@varkes/openapi-mock": "^0.0.0", | ||
"@varkes/openapi-mock": "^0.1.0", | ||
"express": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
|
@@ -26,4 +26,4 @@ | |
"type": "ssh", | ||
"url": "[email protected]:kyma-incubator/varkes.git" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@varkes/stress-mock", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "combined stress test example of varkes openapi-mock, varkes odata-mock and varkes app-connector-client", | ||
"main": "app.js", | ||
"private": true, | ||
|
@@ -14,9 +14,9 @@ | |
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@varkes/app-connector-client": "^0.0.0", | ||
"@varkes/openapi-mock": "^0.0.0", | ||
"@varkes/odata-mock": "^0.0.0", | ||
"@varkes/app-connector-client": "^0.1.0", | ||
"@varkes/odata-mock": "^0.1.0", | ||
"@varkes/openapi-mock": "^0.1.0", | ||
"express": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
|
@@ -27,4 +27,4 @@ | |
"type": "ssh", | ||
"url": "[email protected]:kyma-incubator/varkes.git" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
"./odata-mock", | ||
"./openapi-mock" | ||
], | ||
"version": "0.0.0" | ||
"version": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters