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

Commit

Permalink
prepare next patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Apr 26, 2022
1 parent 14e3ff1 commit c5350e8
Show file tree
Hide file tree
Showing 23 changed files with 188 additions and 5,048 deletions.
2 changes: 1 addition & 1 deletion examples/combined-odata-mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.5",
"version": "0.13.6",
"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.13.5",
"@varkes/cockpit": "^0.13.5",
"@varkes/configuration": "^0.13.5",
"@varkes/odata-mock": "^0.13.5",
"@varkes/api-server": "^0.13.6",
"@varkes/cockpit": "^0.13.6",
"@varkes/configuration": "^0.13.6",
"@varkes/odata-mock": "^0.13.6",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/combined-openapi-mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.5",
"version": "0.13.6",
"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.13.5",
"@varkes/cockpit": "^0.13.5",
"@varkes/configuration": "^0.13.5",
"@varkes/openapi-mock": "^0.13.5",
"@varkes/api-server": "^0.13.6",
"@varkes/cockpit": "^0.13.6",
"@varkes/configuration": "^0.13.6",
"@varkes/openapi-mock": "^0.13.6",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c5350e8

Please sign in to comment.