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

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Jan 29, 2020
1 parent 990e067 commit 1654b0c
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 45 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.8.0",
"version": "0.9.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/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": {
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.8.0",
"version": "0.9.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/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": {
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.8.0",
"version": "0.9.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.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"
},
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.8.0",
"version": "0.9.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.8.0",
"@varkes/odata-mock": "^0.8.0",
"@varkes/configuration": "^0.9.0",
"@varkes/odata-mock": "^0.9.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.8.0",
"version": "0.9.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.8.0",
"@varkes/openapi-mock": "^0.8.0",
"@varkes/configuration": "^0.9.0",
"@varkes/openapi-mock": "^0.9.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.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,
Expand All @@ -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": {
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.8.0"
"version": "0.9.0"
}
12 changes: 6 additions & 6 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.8.0",
"version": "0.9.0",
"main": "dist/server/app.js",
"types": "dist/server/app.d.ts",
"license": "Apache-2.0",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 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.8.0",
"version": "0.9.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.8.0",
"@varkes/configuration": "^0.9.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-env": "^0.6.1",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions modules/cockpit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"@varkes/configuration": "^0.9.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.8.0",
"version": "0.9.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.8.0",
"@varkes/configuration": "^0.9.0",
"api-spec-converter": "~2.9.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down

0 comments on commit 1654b0c

Please sign in to comment.